@charset "Shift_JIS";
/*　トップページのスタイル　　*/

/*　大見出しスタイル　　*/
.ooMidashi {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #FF9933;
	height: 26px;
	text-align: left;
	font-weight: bold;
}
/*　中見出しスタイル　　*/
.chuMidashi {
	font-size: 16px;
	text-align: left;
}
.chuMidashiSakka {
	font-size: 15px;
	text-align: right;
}

/*　小見出しスタイル　　*/
.koMidashi {
	font-size: 14px;
	text-align: left;
	background-color: #FF9933;
	height: 22px;
	font-weight: 600;
	color: #336600;
}

/*　普通スタイル　　*/
.chibabonmain {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	line-height: 20px;
}
.chibabonsirusu {
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}
.chibabonkugiri {
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}
.newsbox {
	font-size: 12px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9933;
	border-right-color: #FF9933;
	border-bottom-color: #FF9933;
	border-left-color: #FF9933;
	line-height: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: left;
}
