@charset "utf-8";
#sitemap {
	width: 700px;
	float: left;
	padding-bottom: 150px;
}
#sitemap h2 {
	height: 40px;
	line-height: 40px;
	font-size: 140%;
	font-weight: bold;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
}
#sitemap .border {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #141D5D;
	float: left;
	width: 200px;
	height: 3px;
}
#sitemap  ul {
	padding: 0px;
	float: left;
	margin-top: 10px;
	width: 100%;
}
#sitemap  ul li {
	background-image: url(../img/common/header_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 110%;
}
