@charset "utf-8";

dl.sitemap dt{
	display:block;
	font-size:12px;
	padding:4px 0 4px 20px;
	color:#666;
}
dl.sitemap dt.level0{
	background:url(./img/points00s.gif) left center no-repeat;
}
dl.sitemap dt.level1{
	margin-left:2em;
	background:url(./img/points01s.gif) left center no-repeat;
}
dl.sitemap dt.level2{
	margin-left:4em;
	background:url(./img/points02s.gif) left center no-repeat;
}
dl.sitemap dt a{
	color:#66F;
	font-size:14px;
	line-height:100%;
	text-decoration:underline;
}
