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



#sitemap {
	text-align: left;
	padding: 20px;
	color: #333333;
}

#sitemap h1 {
	font-size: 225%;
	color: #4DB15C;
	padding: 0 0 5px 10px;
	margin: 10px 0 20px;
}

#sitemap h2 {
	background: url(../common_img/arrow_f03.gif) no-repeat 3px 0;
	padding: 0 0 5px 25px;
	font-weight: bold;
	color: #4DB15C;
	margin-top: 20px;
	border-bottom: 1px dotted #4DB15C;
	font-size: 133.3%;
	line-height: 1;
}
#sitemap h2 a {
	font-weight: bold;
	color: #4DB15C;
	line-height: 1;
}
#sitemap h2 a:hover {
	background-color: #FFFF99;
	text-decoration: none;
}

#sitemap h3 {
	margin-top: 30px;
	background-repeat: no-repeat;
	background-color: #E1F7E3;
	border: 1px solid #4DB15C;
	padding: 5px 0 6px 5px;
	font-size: 108.4%;
}
#sitemap ul {
	margin: 5px 0 0 20px;
}
#sitemap li {
	list-style-type: circle;
	margin-bottom: 5px;
}
.sitemapL,.sitemapR {
	width: 250px;
	margin-top: 15px;
}
.sitemapL {
	float: left;
}
.sitemapR {
	float: right;
}

