/* テキストカラー*/
.txtblue{color:#4e95e5;}
.txtnavy{color:#003889;}
.txtblack{color:#000000;}
.txtgray{color:#333333;}
.txtgray2{
	color:#333333;
	font-size: 12px;
	line-height: 14px;
}
.txtgray3{
	color:#333333;
	font-size: 10px;
	line-height: 12px;
}

.txtblueb{color:#4e95e5; font-weight: bold;}
.txtnavyb{color:#003889; font-weight: bold;}
.txtblackb{color:#000000; font-weight: bold;}
.txtgrayb{
	color:#333333;
	font-weight: bold;
	font-size: 12px;
}
.txtgray2b{color:#666666; font-weight: bold;}
.txtwhiteb{color:#ffffff; font-weight: bold;}

.txtind{text-indent:10px;}

/* テキストサイズ*/
.txt10{ font-size: 10px; line-height: 12px; }
.txt12{ font-size: 12px; line-height: 16px; }
.txt15{ font-size: 15px; line-height: 19px; }


/*トップニュースリンク用スタイル*/

a.news{ font-size: 12px; line-height: 16px; color:#000000; text-decoration: none; }
a.news:hover{ font-size: 12px; line-height: 16px; color:#4e95e5; text-decoration: underline; }


a.bn{ font-size: 10px; line-height: 12px; color:#003889; text-decoration: none; font-weight: bold; }
a.bn:hover{ font-size: 10px; line-height: 12px; color:#4e95e5; text-decoration: underline; font-weight: bold; }


/*内部ページパン屑リスト用スタイル*/
a.lnk{ font-size: 10px; line-height: 12px; color:#014898; text-decoration: none; }
a.lnk:hover{ font-size: 10px; line-height: 12px; color:#4e95e5; text-decoration: none; }

/*内部ページタイトル下リード文用スタイル*/
.leadtop{ padding: 15px 0px;}
.lead{ padding-left: 10px; font-size: 12px; line-height: 16px; color: #000000; }


/*内部ページコンテンツ用スタイル*/
.honbun{ padding-left: 10px; }


/*サイトマップリンク用スタイル*/

a.site01{ color:#003889; text-decoration: none; font-weight: bold; }
a.site01:visited{ color:#000000; text-decoration: none; font-weight: bold; }
a.site01:hover{ color:#4e95e5; text-decoration: underline; font-weight: bold; }

a.site02{ color:#003889; text-decoration: none; }
a.site02:visited{ color:#666666; text-decoration: none; }
a.site02:hover{ color:#4e95e5; text-decoration: underline; }

