@charset "UTF-8";
#main #content h1 {
	display: none;
}
#content #sitemap .sitemapSub {
	font-size: 0.8rem;
	margin-top:1rem;
}
#content #sitemap a {
	font-size: 0.7rem;
	padding-left: 0.2rem;
	padding-top:0.2rem;
	color: #282828;
}
#content #sitemap a:hover {
	text-decoration:underline;
}
#content #sitemap p:before {
	content:"［ ";
	color:#8cc63f;
}
#content #sitemap p:after {
	content:" ］";
	color:#8cc63f;
}
#content #sitemap #standard {
	font-size: 0.7rem;
	padding-left: 1rem;
	color: #282828;
	margin-top: -0.5rem;
}
#sitemap #standard a:hover {
	text-decoration:underline;
}
#main #content #sitemap {
	background-image: url(test/img/sitemap_image/sitemap_image02.gif);
	background-size: contain;
	background-repeat: no-repeat;
}
