@charset "Shift_JIS";

/*リンク*/
a {	color:#0501A8;text-decoration:none;}
a:link {color:#0501A8;text-decoration:none;}
a:visited {	color: #006699;	}
a:active {	color: #92B2C9;	}
a:hover {	color: #FF6666;	text-decoration:none;}

/*テキストサイズ設定*/
.text12-18 {
	color: #3F3F3F;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

.text-count {
	color: #ffffff;
	font-size: 9px;
 padding-top: 4px;
 padding-right: 6px;
 padding-bottom: 0px;
 padding-left: 0px;
}

.text10-14 {
	color: #3F3F3F;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}

.text12 {
	color: #ffffff;
	font-size: 12px;
}

.text10-16 {
	color: #2941B9;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
}

.text10-16-2 {
	color: #327227;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
}


/*テキスト見出しサイズ設定*/
.text_title12 {
	font-size: 12px;
	color: #000000;
	background-color: #EEEEEE;
 padding-top: 2px;
 padding-right: 10px;
 padding-bottom: 2px;
 padding-left: 10px;
	border: 1px solid #e5e5e5;
	text-align: left;
}

