@charset "UTF-8";
/* 文字サイズ設定 */

.text-100 {
	font-size: 100%;
	line-height: 135%;
}
.text-90 {
	font-size: 90%;
	line-height: 135%;
}
.text-80 {
	font-size: 80%;
	line-height: 135%;
}
.text-70 {
	font-size: 70%;
}
.text-60 {
	font-size: 60%;
}
.text-50 {
	font-size: 50%;
}
.text-110 {
	font-size: 110%;
	line-height: 135%;
}
.text-120 {
	font-size: 120%;
	line-height: 135%;
}
.text-80b {
	font-size: 80%;
	line-height: 135%;
	font-weight: bold;
}
.text-90b {
	font-size: 90%;
	line-height: 135%;
	font-weight: bold;
}
.text-100b {
	font-size: 100%;
	line-height: 135%;
	font-weight: bold;
}
.text-110b {
	font-size: 110%;
	line-height: 135%;
	font-weight: bold;
}
.text-120b {
	font-size: 120%;
	line-height: 135%;
	font-weight: bold;
}
.text-200b {
	font-size: 200%;
	line-height: 135%;
	font-weight: bold;
}

/* テキスト色設定 */
.red {
	color: #900;
}
.blue {
	color: #10287E;
}
.blue2 {
	color: #CDD6F4;
}
.blue3 {
	color: #69F;
}
.blue4 {
	color: #36C;
}
.blue-dark {
	color: #0B1D5D;
}
.back-blue {
	background-color: #CDD6F4;
}
.green {
	color: #204000;
}
.green2 {
	color: #306000;
}
.green3 {
	color: #4C6600;
}
.green-dark {
	color: #193200;
}
.back_green {
	background-color: #EAEEC4;
}
.white {
	color: #FFF;
}
.underline {
	border-bottom: 1px solid #EAEEC4;
}

/* 文字配置設定 */
.center {
	text-align: center;
}
.line16 {
	line-height: 1.6em;
}
.line18 {
	line-height: 1.8em;
}
.line20 {
	line-height: 2em;
}


/* テーブル設定 */




/* 各ページ内文字設定 */
.totop a {
	color: #204000;
	text-decoration: none;
}
.totop a:hover {
	color: #5F7F00;
	text-decoration: none;
}

/* パンくず文字設定 */
.pankuzu a {
	color: #204000;
	text-decoration: none;
}
.pankuzu a:hover {
	color: #5F7F00;
	text-decoration: none;
}

/* 見出し設定 */
.midasi01 {
	background-color: #EAEEC4;
	border-left: 8px solid #204000;
	padding: 2px 0px 2px 4px;
}
.midasi02 {
	border-left: 4px solid #204000;
	border-bottom: 1px solid #204000;
	padding: 2px 4px;
	margin-left: 4px;
}
.midasi03 {
	background-color: #EAEEC4;
	padding: 2px 0px 2px 4px;
}
