@charset "utf-8";

#sitemap dt {
	padding: 27px 0 10px;
	border-bottom: 1px solid #ccc;
	font-size: 87.5%;
	font-weight: bold;
	line-height: 1;
}

#sitemap dt a {
	padding: 0 15px 0 25px;
	background: transparent url(/common/img/icon_link_07.gif) 10px center no-repeat;
}

#sitemap dd ul {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	font-size: 75%;
}

#sitemap dd li {
	margin: 0;
	padding: 0;
}

#sitemap dd li a {
	padding: 0 15px 0 25px;
	background: transparent url(/common/img/icon_link_01.gif) 10px center no-repeat;
}

#sitemap dd.other-contents {
	margin-top: 25px;
	border-top: 1px solid #ccc;
}

