/* 「セクシー系」ページ用追加CSS */
.contents{
	width:741px;
	margin:0px auto 0px auto;
	background-color:#ffff99;
	text-align:left;
	border:solid 1px #3366ff;
	position:relative;
}
.nav_rank{
	background-image:url(./rank_fetish.bmp);
	width:86px;
	height:31px;
	font-size:13px;
	text-align:center;
	line-height:31px;
	position:absolute;
	top:171px;
	left:30px;
}
.nav_rank a{
	text-decoration:none;
	color:#000000;
	display:block;
	width:80px;
}
.nav_mod{
	background-image:url(./mod_white.bmp);
	width:86px;
	height:31px;
	font-size:13px;
	text-align:center;
	margin:0px 0px 0px 0px;
	line-height:31px;
	position:absolute;
	top:171px;
	left:113px;
}
.nav_mod a{
	text-decoration:none;
	color:#000000;
	display:block;
	width:78px;
}
.nav_reg{
	background-image:url(./reg_fetish.bmp);
	width:86px;
	height:31px;
	font-size:13px;
	text-align:center;
	margin:0px 0px 0px 0px;
	line-height:31px;
	position:absolute;
	top:171px;
	left:196px;
}
.nav_reg a{
	text-decoration:none;
	color:#000000;
	display:block;
	width:78px;
}
