@charset "utf-8";
#site_map_txt h2 {
	margin: 10px;
	font-size: 1.5em;
}
#site_map_txt h3 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 1em;
	font-weight: normal;
}
#site_map_txt h2 a {
	text-decoration: underline;
	color: #379BFF;
}
#site_map_txt h2 a:hover {
	text-decoration: underline;
	color: #FF9900;
}
#site_map_txt h2 a:visited {
	text-decoration: underline;
	color: #6666CC;
}

#site_map_txt h3 a {
	text-decoration: underline;
	color: #379BFF;
}
#site_map_txt h3 a:hover {
	text-decoration: underline;
	color: #FF9900;
}
#site_map_txt h3 a:visited {
	text-decoration: underline;
	color: #6666CC;
}
