@charset "UTF-8";
/* CSS Document */

#header {
	height:245px !important;
}

#contents h1.best {
	background:url(/_best/list/img/tit_best.png) left top repeat;
	height:108px;
	width: 654px;
}



* html #contents h1.best {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}


#contents div.linkBox {
	border:1px solid #999999;
	text-align:center;
	margin-right:13px;
	margin-left:100px;
	height:20px;
	width:535px;
}
#contents div.linkBox ul li {
	font-size:100%;
	line-height:150%;
	margin-right:9px;
}
#contents div.linkBox ul li a {
	text-decoration:underline;
}

#contents div.bnnBox {
	margin-bottom:20px;
	width:535px;
}

#contents div.icnBox {
	float:left;
	margin-right:20px;
	text-align:center;
	width:106px;
}

#contents div.infBox {
	float:right;
	width:380px;
}

#contents span.cool {
	padding:2px;
	background-color:#996666;
	color:#ffffff; 
	font-size:10px;
	margin-left:3px;
}
/* --- ranking --- */
.ranking {
	text-align:center;
	width:535px;
	margin-bottom:10px;
	margin-left:100px;
}
.ranking table {
	padding:5px 5px 5px 60px;
	width:100%;
	line-height: 150%;
}
/* --- table --- */
#contents div.whtBlk {
	margin-left: 20px;
	width: 600px;
}

.whtBlk table .ashita {
	color: #5A3C3A;
	width:80px;
	padding:3px;
	font-size:117%;
	border:1px solid #999999;
	background-image:url(/_best/list/img/best_back_suki.gif);
	background-position:0 0;
	background-repeat:repeat;
	cursor:pointer;
}
.whtBlk table .kinou {
	color: #5A3C3A;
	width:80px;
	padding:3px;
	font-size:117%;
	border:1px solid #999999;
	background-image:url(/_best/list/img/best_back_kirai.gif);
	background-position:0 0;
	background-repeat:repeat;
	cursor:pointer;
}
.width30 {width:30%;}
.toukousya {
	margin-left: 8px;
	font-size:84%;
	color:#666;
}
.border {
	border:1px solid #999999;
}

