@charset "utf-8";
/*reset*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p
,blockquote,th,td {
     margin: 0px;
     padding: 0px;
}
html {
     overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6 {
     font-size: 100%;
     font-weight: normal;
}
p {
     margin: 0px;
}
ol,ul {
     list-style: none;
}
hr {
	clear:both;
}
/*fieldset,img {
	border: 0px;
	display: block;
}*/
fieldset {
	border: 0px;
	display: block;
}
img {
	border: 0px;
}
table {
     border-collapse: collapse;
     border-spacing: 0px;
}
caption,th {
     text-align: left;
}
address,caption,cite,code,dfn,em,strong,th,var {
     font-style: normal;
}


/*------------------------------------------------------
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/


/*common css*/
body {
	text-align: center;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.margb10 {
	margin-bottom: 10px;
}
.caps {
	font-size: 88%;
	line-height: 15px;
}
.enf {
	font-size: 188%;
	font-weight: bold;
	color: #666666;
	margin-right: 0.2em;
	margin-left: 0.2em;
}



#container {
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	font-size: 93%;
	line-height: 150%;
}
#main {
	width: 720px;
	clear: both;
}
#main_wrap {
	float: left;
	width: 720px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#main_center {
	float: right;
	width: 560px;
	margin-bottom: 30px;
}
#main_left {
	float: left;
	width: 150px;
	margin-bottom: 30px;
}
#main_right {
	float: right;
	width: 220px;
	margin-bottom: 30px;
}
#head h1 {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}

#head #main_logo {
	float: left;
	width: 288px;
	padding-left: 20px;
}

#head #main_logo a {
	height:80px;
	width: 300px;
	display: block;
	background-image: url(../img/common/head_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#head #sub_logo_a1,
#head #sub_logo_a2,
#head #sub_logo_a3,
#head #sub_logo_a4,
#head #sub_logo_a5,
#head #sub_logo_a6,
#head #sub_logo_c1,
#head #sub_logo_c2,
#head #sub_logo_c3,
#head #sub_logo_c4,
#head #sub_logo_c5,
#head #sub_logo_c6,
#head #sub_logo_c7,
#head #sub_logo_c8 {
	height: 30px;
	width: 180px;
	float: left;
	padding-top: 40px;
}
#head #sub_logo_a1 a,
#head #sub_logo_a2 a,
#head #sub_logo_a3 a,
#head #sub_logo_a4 a,
#head #sub_logo_a5 a,
#head #sub_logo_a6 a,
#head #sub_logo_c1 a,
#head #sub_logo_c2 a,
#head #sub_logo_c3 a,
#head #sub_logo_c4 a,
#head #sub_logo_c5 a,
#head #sub_logo_c6 a,
#head #sub_logo_c7 a,
#head #sub_logo_c8 a {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 180px;
}
#head #sub_logo_a1 a {
	background-image: url(../img/common/head_ub_logo_a1.gif);
}
#head #sub_logo_a2 a {
	background-image: url(../img/common/head_ub_logo_a2.gif);
}
#head #sub_logo_a3 a {
	background-image: url(../img/common/head_ub_logo_a3.gif);
}
#head #sub_logo_a4 a {
	background-image: url(../img/common/head_ub_logo_a4.gif);
}
#head #sub_logo_a5 a {
	background-image: url(../img/common/head_ub_logo_a5.gif);
}
#head #sub_logo_a6 a {
	background-image: url(../img/common/head_ub_logo_a6.gif);
}
#head #sub_logo_c1 a {
	background-image: url(../img/common/head_ub_logo_c1.gif);
}
#head #sub_logo_c2 a {
	background-image: url(../img/common/head_ub_logo_c2.gif);
}
#head #sub_logo_c3 a {
	background-image: url(../img/common/head_ub_logo_c3.gif);
}
#head #sub_logo_c4 a {
	background-image: url(../img/common/head_ub_logo_c4.gif);
}
#head #sub_logo_c5 a {
	background-image: url(../img/common/head_ub_logo_c5.gif);
}
#head #sub_logo_c6 a {
	background-image: url(../img/common/head_ub_logo_c6.gif);
}
#head #sub_logo_c7 a {
	background-image: url(../img/common/head_ub_logo_c7.gif);
}
#head #sub_logo_c8 a {
	background-image: url(../img/common/head_ub_logo_c8.gif);
}


#head #head_inner {
	float: right;
	height: 80px;
	width: 240px;
}

#head_in_navi {
	clear: both;
	width: 230px;
	height: 25px;
	margin-left: 10px;
	padding-top: 5px;
}
#head_in_navi li {
	float: left;
	height: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
#head_in_navi li a{
	height: 14px;
	background-image: url(../img/common/head_in_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#head_in_navi li#hin1 a{
	width: 60px;
	background-position: 0px top;
	display: block;
}
#head_in_navi li#hin2 a{
	width: 90px;
	background-position: -60px top;
}
#head_in_navi li#hin3 a{
	width: 80px;
	background-position: -150px top;
}
#head_in_navi li#hin1 a:hover{
	width: 60px;
	background-position: 0px bottom;
	display: block;
}
#head_in_navi li#hin2 a:hover{
	width: 90px;
	background-position: -60px bottom;
}
#head_in_navi li#hin3 a:hover{
	width: 80px;
	background-position: -150px bottom;
}
#login_box #registration_btn a:hover {
	background-position: left bottom;
}
#head_inner input {
	float:left;
}
#head_inner input#search_txt {
	height: 20px;
	margin-right:5px;
	width: 159px;
}
#head_inner input#submit_off,
#head_inner input#submit_on {
	background-image: url(../img/common/search_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 22px;
	width: 51px;
	margin-top:1px;
}
#head_inner input#submit_off {
	background-position: left top;
}
#head_inner input#submit_on {
	background-position: left bottom;
}

#gn {
	clear: both;
	width: 950px;
	height: 30px;
}
#gn li {
	float: left;
	width: 135px;
	height: 30px;
}
#gn li a{
	width: 135px;
	height: 30px;
	background-image: url(../img/common/gn.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#gn li#gn1 a{
	width: 137px;
	background-position: 0px top;
}
#gn li#gn2 a{
	background-position: -137px top;
}
#gn li#gn3 a{
	background-position: -272px top;
}
#gn li#gn4 a{
	background-position: -407px top;
}
#gn li#gn5 a{
	background-position: -542px top;
}
#gn li#gn6 a{
	background-position: -677px top;
}
#gn li#gn7 a{
	width: 138px;
	background-position: -812px top;
}
#gn li#gn1 a:hover{
	width: 137px;
	background-position: 0px bottom;
}
#gn li#gn2 a:hover{
	background-position: -137px bottom;
}
#gn li#gn3 a:hover{
	background-position: -272px bottom;
}
#gn li#gn4 a:hover{
	background-position: -407px bottom;
}
#gn li#gn5 a:hover{
	background-position: -542px bottom;
}
#gn li#gn6 a:hover{
	background-position: -677px bottom;
}
#gn li#gn7 a:hover{
	width: 138px;
	background-position: -812px bottom;
}
.underline {
	display: block;
	width: 750px;
	text-indent: -9999px;
	background-image: url(../img/store/line_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 2px;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content {
	display: block;
	width: 710px;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #333333;
	background-image: url(../img/store/obi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
}


.details {
	display: block;
	width: 720px;
	clear: both;
	margin-bottom: 20px;
}
.image {
	background-color: #CCCCCC;
	display: block;
	height: 100px;
	width: 100px;
	float: left;
}
.image ,
.user ,
#name,
#date,
#star,
#report,
#main_wrap .k-photo {
	float: left;
}
.user {
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 12px;
}
#pnkz {
	font-size: 12px;
	line-height: 24px;
}

#foot {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-image: url(../img/common/foot_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 1em;
	font-size: 93%;
}
#foot p {
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	font-size: 12px;
}
#foot a {
	color: #000099;
	text-decoration: none;
}
#foot a:hover {
	color: #BF191F;
	text-decoration: underline;
}
#foot #copy {
	line-height: 20px;
	padding-top: 10px;
	color: #FFFFFF;
}
#nextnumber {
	float: right;
	letter-spacing: 5px;
	width: 220px;
	display: block;
	text-align: right;
	font-size: 13px;
}
#nextnumber span{
	font-weight:bold;
	color: #BF191F;
}
.click a {
	color: #000099;
	text-decoration: none;
}
.click a:hover {
	text-decoration: underline;
	color: #BF191F;
}
#head_search_title {
	font-weight: bold;
	color: #444444;
	font-size: 12px;
}

