
/*リンク*/
A:link       { color: #0065d9; text-decoration: none }
A:visited    { color: #64527f; text-decoration: none }
/*押したときのリンク（!! オーバーが付いているときは無効）*/
A:active { text-decoration: none; color: #0000BB; }
/*リンクオーバー font-weight:bold;*/
A:hover  { color: #ed1c24; text-decoration: underline }

/*フォントサイズ*/
.text11 {  font-size: 11px; line-height: 15px; color: #444444}
.text12{font-size:12px;line-height:18px}
.text12B {font-weight:bold;font-size:12px;line-height:18px}
.text10 { font-size: 10px }
.txst10B{font-weight:bold;font-size:10px}
.text14{font-size:14px; line-height: 21px}
.text16{font-size:16px}
.text18{font-size:18px}
.headerstyle
{
	margin:0px;
	color:navy;
	/*color:gray;*/
	padding:1px 0px 0px 5px;
	font-size:11px;
	font-weight:strong;	
}
.headerstyle2
{
	margin:0px;
	color:blue;
	/*color:gray;*/
	padding:150px 0px 0px 0px;
	font-size:11px;
	font-weight:strong;	
}