@charset "Shift_JIS";

div#sitemap {
	width:700px;
	margin-bottom: 50px;
}


div#sitemap .blockLeft{
	float: left;
	width: 200px;	
	line-height: 150%;
}

div#sitemap .blockRight{
	float: right;
	width: 450px;
	line-height: 150%;
}

div#sitemap h2{
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #8EA2C1;
	font-size: 110%;
	margin-top: 15px;
	clear: both;
	color: #666;
}

div#sitemap h3{
	font-size: 100%;
	font-weight: bold;
	clear: both;
	color: #808080;
}

div#sitemap .blockLeft li,
div#sitemap .blockRight li{
	margin-left: 1em;
}

