
/*-----------------------------------------------------------*/

#sitemap{
	width:645px;
	margin:30px auto;
	overflow:hidden;
}

.block01{
	width:100%;
	overflow:hidden;
	margin:0px auto 10px auto;
}

.block02{
	width:315px;
	float:left;
	overflow:hidden;
}

.block03{
	width:315px;
	float:right;
	overflow:hidden;
}

#sitemap dl{
	display:block;
	background-color:#E1EFB0;
	border-bottom:2px solid #FFFFFF;
	overflow:hidden;
}

#sitemap dl dt{
	background-image:url(image/border.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#sitemap dl dt a{
	display:block;
	padding:10px 30px;
	overflow:hidden;
	color:#000000;
	text-decoration:none;
}

#sitemap dl dd{
	width:20%;
	float:left;
	overflow:hidden;
	border:1px solid #79A700;
	background-color:#FFFFFF;
	text-align:center;
	margin-left:4%;
	margin-bottom:10px;
}

#sitemap dl dd a{
	text-decoration:none;
	color:#000000;
	display:block;
	padding:10px;
}