/* トップページのCSS */
.nav_rank{
	background-image:url(./rank_white.bmp);
	width:86px;
	height:31px;
	font-size:13px;
	text-align:center;
	line-height:31px;
	position:absolute;
	top:225px;
	left:30px;
}
.nav_rank a{
	text-decoration:none;
	color:#000000;
	display:block;
	width:80px;
}
.nav_mod{
	background-image:url(./mod_sougou.bmp);
	width:86px;
	height:31px;
	font-size:13px;
	text-align:center;
	margin:0px 0px 0px 0px;
	line-height:31px;
	position:absolute;
	top:225px;
	left:113px;
}
.nav_mod a{
	text-decoration:none;
	color:#000000;
	display:block;
	width:78px;
}
.nav_reg{
	background-image:url(./reg_sougou.bmp);
	width:86px;
	height:31px;
	font-size:13px;
	text-align:center;
	margin:0px 0px 0px 0px;
	line-height:31px;
	position:absolute;
	top:225px;
	left:196px;
}
.nav_reg a{
	text-decoration:none;
	color:#000000;
	display:block;
	width:78px;
}
