/* スタイルシート */

@import "style.css";


.globalmenu_base {
	border-bottom-color: #97A61E;

}

.globalmenu_now {
	background-color: #97A61E;
}

#submenu {
	background-color: #97A61E;
}

.content_title {
	clear: both;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
	padding-top: 2px;
	border: 0px;
	font-size:medium;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content_text {
	padding-left:40px;
	}

