@charset "UTF-8";
/* CSS Document */

body.subsite #wrap .submenu h2 a{
	background-color: #EFF8EA;
}

body.subsite #wrap .submenu h2 a:hover{
	background-color: #296608;
}



body.subsite #wrap .contents .detail h2{
	background-color: #296608;
}

body.subsite #wrap .contents .detail h3{
	background-color: #EFF8EA;
	border-bottom: 1px solid #296608;
}

body.subsite #wrap .contents .detail h4{
	border-left: 10px solid #296608;
}

body.subsite #wrap .contents .detail h4:before{
	border-bottom: 1px solid #296608;
}

body.subsite #wrap .contents .detail h5{
	border: 1px solid #296608;
}
	
body.subsite #wrap .contents .detail h6{
	border-left: 8px solid #296608;
}

/***** トップページ新着情報 *****/
h2.cat_news_h2,
.subsite_news{
	display: none;
}