.sitemap {
	background-image: url(../img/sitemap_bg.jpg);
	background-repeat: no-repeat;
	height: 320px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	background-position: right bottom;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
}

.sitemap .L {
	float: left;
	width: 220px;
}
.sitemap ul {
	float: left;
	line-height: 150%;
	padding-left: 20px;
}
.sitemap li {
	list-style-position: inside;
	list-style-type: none;
	color: #566F1D;
}

.sitemap li a{
	color: #566F1D;
	text-decoration: none;
}

