@charset "Shift_JIS";
/*コンテンツ用css*/
/*contents*/
#contents {
	margin:5px 15px;
}

#contents h2 {
	margin-bottom:15px;
}

#contents h3 {
	background-image:url(../images_share/subt_bg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	font-size:1.1em;
	padding:0 0 3px 20px;
	margin-bottom:15px;
}

#contents p {
	font-size:0.9em;
	line-height:1.4;
}


/*sitemap*/
#sitemap a {
color:#003300;
text-decoration:underline;
}

#sitemap a:hover {
color:#00CC00;
text-decoration:underline;
}

#sitemap h3 {
margin-left:12px;
margin-bottom:5px;
font-size:1em;
line-height:1.3;
background-image:url(../sitemap/images/icon.gif);
background-repeat:no-repeat;
background-position:0 3px;
padding:0 0 5px 20px;
color:#003300;
}

#sitemap ul {
margin-left:30px;
margin-bottom:20px;
}

#sitemap li {
font-size:0.9em;
line-height:1.3;
margin-bottom:5px;
list-style:none;
margin:0;
padding:0;
}

#sitemap li.tree1 {
margin-left:20px;
margin-bottom:5px;
background-image:url(../sitemap/images/icon1.gif);
background-repeat:no-repeat;
background-position:0 3px;
padding:0 0 5px 15px;
font-size:0.9em;
}


#sitemap li.last {
background-image:url(../sitemap/images/icon2.gif);
}






