@charset"shift_jis";
/***----------------------------------------------
styles.css
Copyright(c) All Rights Reserved.
--------------------------------------------- ***/

/* reset styles */
* {
	margin: 0;
	padding: 0;
}

html, body, div, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, address, ul, ol, li, dl, dt, dd, 
table, th, td, form, fieldset, input { 
	margin: 0; 
	padding: 0; 
	color: #666; 
	font-family:Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}

/* For Win IE 7 */ 
*:first-child+html * { 
font-family:Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}
/* For Win IE 6 or sooner */ 
* html * { 
font-family:Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}

/* For Win IE 7 */ 
*:first-child+html * { 
letter-spacing: 0; /* hasLayout問題を解決 */ 
}

/* For all browsers */ 
body { font-size: 12px; } 
/* For Win IE 6 or sooner */ 
* html body { font-size: 0.8em; }

img {
	border: none;
	margin: 0;
	padding: 0;
}

a:link {
	color: #bc489e;
	text-decoration: underline;
}

a:visited {
	color: #bc489e;
	text-decoration: underline;
}

a:hover {
	color: #bc489e;
	text-decoration: none;
}

.l{
	float: left;
}

.r{
	float: right;
}

.c_b{
	clear: both;
}

.block {
	display: block;
}

.m_b10 {
	margin-bottom: 10px;
}
.m_b15 {
	margin-bottom: 15px;
}
.m_b20 {
	margin-bottom: 20px;
}
.m_r50 {
	margin-right:50px;
}
.m_l30 {
	margin-left: 30px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
  overflow: visible;
}

.clearfix{
	display: block;
} 

/***------------
body
------------***/
body{
	text-align: center;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#wrapper{
	width: 800px;
	text-align: left;
	margin: 0 auto;
}
h2{
	margin: 0px 0 5px 40px;

}
h3{
	margin: 20px 0 10px 0;
	padding: 0;

}

/***------------
ranking
------------***/
#ranking {
	width:630px;
	text-align:center;
	font-size: 0.8em;
	background:#ffffff;
}

#ranking a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


.rank1 {
	width: 220px;
	float: left;
	display: inline;
	position: relative;
}

.rank2,
.rank3,
.rank4,
.rank5 {
	width: 184px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-bottom: 18px;
	position: relative;
}

.rank1 span {
	position: absolute;
	width: 30px;
	height: 32px;
	background: url(../rank/img/no1.gif) no-repeat;
}

.rank2 span{
	position: absolute;
	top :0px;
	left :0px;
	width: 16px;
	height: 19px;
	background: url(../rank/img/no2.gif) no-repeat;
}

.rank3 span{
	position: absolute;
	top :0px;
	left :0px;
	width: 16px;
	height: 19px;
	background: url(../rank/img/no3.gif) no-repeat;
}

.rank4 span{
	position: absolute;
	top :0px;
	left :0px;
	width: 16px;
	height: 19px;
	background: url(../rank/img/no4.gif) no-repeat;
}

.rank5 span{
	position: absolute;
	top :0px;
	left :0px;
	width: 16px;
	height: 19px;
	background: url(../rank/img/no5.gif) no-repeat;
}

.rank1 img {
	border: solid 1px #cccccc;
}

.rank2 img,
.rank3 img,
.rank4 img,
.rank5 img {
	border: solid 1px #cccccc;
	width: 100px;
	float: left;
	display: inline;
}

.rank2 p,
.rank3 p,
.rank4 p,
.rank5 p {
	float: right;
	width: 78px;
	text-align: left;
}

.kousinbi {
	clear: both;
	text-align: right;
	color: #999999;
}

/***------------
recommend
------------***/
#recommend{
	width:630px;
	text-align:center;
	font-size: 0.8em;
	background:#ffffff;
}

#recommend a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.news{
	background:#ffffff;
}

.reco_brand {
	width: 410px;
	float: left;
	display: inline;
}

.reco_banner {
	width: 440px;
	margin: 0 -30px 0 0;
	overflow: hidden;
	_zoom: 1;
}

.reco_special {
	width: 440px;
	margin: 20px -30px 0 0;
	overflow: hidden;
	_zoom: 1;
	clear: left;
}

.reco_banner li,
.reco_special li{
	width: 190px;
	float: left;
	display: inline;
	margin-right: 30px;
}

/***------------
review
------------***/
#review {
	width: 756px;
	margin: 20px auto;
	padding-bottom: 15px;
	background-color: #a60328;
}

.revi_naiyo {
	width: 726px;
	margin: 15px auto 0px auto;
	padding: 30px 0px;
	background-color: #FFFFFF;
}

.revi_naiyo div {
	padding-top: 15px;
}

.revi_naiyo ul {
	width: 666px;
	margin: 15px auto 30px auto;
	list-style-type: none;
}

.revi_naiyo li {
	border-top: dotted 1px #a60328;
	margin-bottom: 20px;
}

.revi_pho {
	float: right;
	display: inline;
	margin-left: 10px;
}

/***------------
left_navi
------------***/
#left_navi{
	width:130px;
	margin: 20px 0;
}
.left_li{
	margin:0 0 20px 0;
}
.left_li li{
	width:130px;
	list-style:none;
	display:inline;
}
.left_li img{
	display:block;
	margin:0;
}
.item_list{
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;		
}

.mail{
	background-color:#efdfcc;
}
.mail p{
	padding:5px 18px 18px 18px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.2em;

}

/***------------
info
------------***/
.info{
	margin-left: 60px;
	width: 680px;
}
h4{
	background:url(../info/img/list.gif) no-repeat left center;
	border-bottom:1px dotted #968d80;
	list-style:none;
	padding: 0 0 0 15px;
	font-size:1em;
	margin: 15px 5px;
}
.info p{
	padding: 0 0 10px 20px;
}
.info li{
	padding: 0 20px 5px 5px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: circle;
}
.info_box0{
	margin:20px 45px;
}
.info_box1{
	width:210px;
	float:left;
	background:#f5eade;
	padding: 0 0 10px 0;
	margin-right: 35px;
	height: 280px;
}
.info_box2{
	width:210px;
	float:left;
	background:#f5eade;
	padding: 0 0 10px 0;
	height: 280px;
}
.info_box1 ol,.info_box2 ol{
	border-bottom: 1px dashed #cccccc;
	padding: 0 0 10px 20px;
	margin-bottom: 10px;
}
.info_box1 li,.info_box2 li{
	padding:10px 0;
	list-style: inside;
}
.info_box1 p,.info_box2 p{
	padding:0 10px;
}
.info_red{
	color:#990000;
	font-size:1.2em;
	font-weight:bold;
	padding-left:20px;
}
.info_reds{
	color:#990000;
	font-weight:bold;
}
.info_td{
	border-collapse:collapse;
	border:1px solid #5e4e3b;
	margin: 0 0 10px 15px;
}
.info_td th{
	background:#5e4e3b;
	color:#ffffff;
	padding:5px 10px;
	border:1px solid #5e4e3b;	
}
.info_td td{
	padding:5px 10px;
	border:1px solid #5e4e3b;	
}
.info_box3{
	width:300px;
	margin-right:20px;
	float: left;
}
.info_td2{
	border-collapse:collapse;
	border:1px solid #5e4e3b;
	width: 650px;
	margin: 0 auto;
}
.info_td2 th{
	background:#f5eade;
	padding:5px 10px;
	border-bottom:1px solid #5e4e3b;
	vertical-align: top;
}
.info_td2 td{
	padding:5px 10px;
	border-bottom:1px solid #5e4e3b;	
}
.page_up{
	margin:20px 0;
	text-align: right;
}

/***------------
pho_change
------------***/
#pho_change {
	width: 598px;
	border: 5px solid #e2dcdc;
	padding: 9px 9px 4px 9px;
	background: #ede8e7;
}

#main_cha {
	float: left;
	padding: 2px 0 2px 2px;
}

#pho_change table {
	border-collapse: collapse;
	float: right;
	width: 236px;
	font-size: 12px;
}

#pho_change td {
	padding: 1px;
}

.no1,
.no2,
.no3,
.no4,
.no5,
.no6{
	position:relative;
}

.no1 span{
	position:absolute;
	width:112px;
	height:149px;
	background:url(../img/no1.gif) no-repeat bottom right;
}

.no2 span{
	position:absolute;
	width:112px;
	height:149px;
	background:url(../img/no2.gif) no-repeat bottom right;
}

.no3 span{
	position:absolute;
	width:112px;
	height:149px;
	background:url(../img/no3.gif) no-repeat bottom right;
}

.no4 span{
	position:absolute;
	width:112px;
	height:149px;
	background:url(../img/no4.gif) no-repeat bottom right;
}

.no5 span{
	position:absolute;
	width:112px;
	height:149px;
	background:url(../img/no5.gif) no-repeat bottom right;
}

.no6 span{
	position:absolute;
	width:112px;
	height:149px;
	background:url(../img/no6.gif) no-repeat bottom right;
}

#pho_change table img {
	width: 110px;
}

#pho_change a img{
	border: 2px solid #ede8e7;
}

#pho_change a:hover img{
	border: 2px solid #555;
}

/***------------
code
------------***/
.code_detail{
	width:275px;
	height:386px;
	display:inline;
	text-align:left;
	background:url(../img/detail-trans.png) repeat;
}

.code_detail p{
	margin-left:10px;
	margin-right:10px; 
	color:#000000;
}

.code_detail dl{
	margin-left:10px;
	margin-right:10px;
	margin-top:25px;
}

.code_detail dt,
.code_detail dd{
	color:#000000;
}

.code_no{
	margin-top:20px;
	margin-bottom:20px;
	font-size:1.6em;
}

.code_right{
	width:626px;
	background:url(../img/code_back.jpg) no-repeat;
	height:446px;
}

.code_right .code_detail{
	float:left;
	margin-left:20px;
	margin-top:25px;
}

.code_right img{
	float:right;
	display:inline;
	margin-right:23px;
	margin-top:25px;
}

.code_left{
	width:626px;
	background:url(../img/code_back.jpg) no-repeat;
	height:446px;
}

.code_left .code_detail{
	float:right;
	margin-right:20px;
	margin-top:25px;
}

.code_left img{
	float:left;
	display:inline;
	margin-left:23px;
	margin-top:25px;
}
/***------------
header
------------***/
.header li{
	float:left;
	list-style:none;
}
.header{
	width:800px;
	margin: 0 auto;
}

/***------------
footer
------------***/
#footer {
	width: 780px;
	text-align: center;
}

#footer li {
	list-style: none;
}

#footer dl {
	width: 370px;
	text-align: left;
	float: left;
	display: inline;
	margin-left: 13px;
}

#footer dt {
	background-color: #93897c;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 5px;
}

#footer dd {
	margin-bottom: 5px;
	font-size: 0.8em;
}

#footer .r {
	display: inline;
	margin-left: 10px;
}
