@charset "utf-8";
@import url(../common/css/base.css);
@import url(../common/css/ks.css);

.sitemap {
	margin-bottom:50px;
}

.sitemap dl dt {
	margin-bottom:7px;
	margin-top:20px;
	font-size:1.2em;
	color:#324C28;
	background-color:#F4F7E1;
	padding:5px;
}

.sitemap dl dd {
	margin-left:25px;
	margin-bottom:3px;
	background:url(../img/ya.gif) no-repeat 0 6px;
	padding-left:15px;
}

.sitemap dl dd ol li {
	margin-left:30px;
	list-style:disc;
	margin-top:3px;
}

.sitemap .tkn {
	margin-left:20px;
	background-color:#fff;
	border:dashed 1px #ccc;
}