@charset "Shift_JIS";



.sitemap .s1 ul{
	margin-top:		65px;
}

.sitemap .s1 ul li{
	width:			178px;
	float:			left;
	padding:		0 15px 15px 0;
}

.sitemap .s1 ul li.right{
	padding-right:		0;
}


.sitemap .s1 ul li a{
	display:		inline-block;
	position:		relative;
	width:			178px;
	height:			32px;
	font-size:		13px;
	line-height:		1.3;
	color:			#666666;
	text-align:		center;
	background:		url(../img/bod_btn_01.gif) no-repeat 0 0;
	padding-top:		18px;
}

.sitemap .s1 ul li a.l2{
	height:			40px;
	padding-top:		10px;
}

.sitemap .s1 ul li a span.cover{
	display:		none;
	position:		absolute;
	top:			0px;
	left:			0px;
	background-color:	#FFFFFF;
	opacity:		0.2;
	filter:			alpha(opacity=20);
	cursor:			pointer;
	width:			178px;
	height:			50px;
	padding-top:		0;
}

.sitemap .s1 ul li a:hover span.cover{
	display:		inline-block;
}


.sitemap .s1 ul li span{
	display:		block;
	font-size:		12px;
	line-height:		1.6;
	padding-top:		5px;
}

.sitemap .s1 ul li span.current{
	width:			178px;
	height:			32px;
	padding-top:		18px;
	font-size:		13px;
	line-height:		1.3;
	color:			#666666;
	text-align:		center;
	background-color:	#EDE9CE;
}





