.sitemap {
	padding-bottom: 15px;
}

.sitemap a {
	font-size: 14px;
	line-height: 20px;
	background-image: url(../img/common/s_arrow01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #61666F;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sitemap a:hover {
	text-decoration: underline;
}
.sitemap li {
}
.sitemap_l {
	float: left;
	width: 330px;
}
.sitemap_r {
	float: right;
	width: 330px;
}
.sitemap .sitemap_child {
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 20px;
}

.sitemap .sitemap_child li a {
	background-image: url(../img/common/arrow01.jpg);
	padding-left: 15px;
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sitemap .sitemap_child2 {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.sitemap .sitemap_child2 li a {
	padding-left: 10px;
	background-image: none;
}
