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



#sitemap {
	text-align: left;
	font-size: 95%;
	padding: 20px;
	color: #333333;
}
#sitemap h2 a {
	font-weight: bold;
	color: #4DB15C;
}
#sitemap h2 a:hover {
	background-color: #FFFF99;
	text-decoration: none;
}
#sitemap h1 {
	font-size: 180%;
	color: #4DB15C;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#sitemap h2 {
	font-weight: bold;
	color: #4DB15C;
	margin-top: 20px;
	background-image: url(../common_img/arrow_f03.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4DB15C;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-top: 1px;
	font-size: 105%;
	height: 20px;
}
#sitemap h3 {
	font-size: 85%;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-color: #E1F7E3;
	border: 1px solid #4DB15C;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
#sitemap ul {
	margin-left: 20px;
	font-size: 80%;
	margin-top: 5px;
}
#sitemap li {
	list-style-type: circle;
	margin-bottom: 5px;
}
.sitemapL,.sitemapR {
	width: 250px;
	margin-top: 15px;
}
.sitemapL {
	float: left;
}
.sitemapR {
	float: right;
}
