/*トップページ　スタイルシート*/
BODY{font-size:14px;color:#333333}/*フォームの背景色＝白、文字の大きさ＝小、文字の色＝グレー*/
TH{text-align:center;font-size:13px;color:#000000;background-color:#dddddd}
TD{font-size:13px;color:#333333}

/*全て青のＡタグ*/
A:link{COLOR:#0000ff}/*通常*/
A:visited{COLOR:#0000ff}/*既読*/
A:hover{COLOR:red}/*ON*/
A:active{COLOR:red}/*CLICK*/

/*白抜きのＡタグ*/
.a0:link{COLOR:#eeeeee;font-size:-1;TEXT-DECORATION:none}/*通常*/
.a0:visited{COLOR:#eeeeee;font-size:-1;TEXT-DECORATION:none}/*既読*/
.a0:hover{COLOR:orange;font-size:-1;TEXT-DECORATION:underline}/*ON*/
.a0:active{COLOR:red;font-size:-1;TEXT-DECORATION:none}/*CLICK*/

/*薄いグレーのＡタグ*/
.a1:link{COLOR:#808080;TEXT-DECORATION:none}/*通常*/
.a1:visited{COLOR:#808080;TEXT-DECORATION:none}/*既読*/
.a1:hover{COLOR:red;TEXT-DECORATION:none}/*ON*/
.a1:active{COLOR:red;TEXT-DECORATION:none}/*CLICK*/

/*濃いグレーのＡタグ*/
.a2:link{COLOR:#333333;TEXT-DECORATION:none}/*通常*/
.a2:visited{COLOR:#333333;TEXT-DECORATION:none}/*既読*/
.a2:hover{COLOR:red;TEXT-DECORATION:underline}/*ON*/
.a2:active{COLOR:red;TEXT-DECORATION:underline}/*CLICK*/






/*グリーンのＡタグ*/
.a5:link{COLOR:green;TEXT-DECORATION:none}/*通常*/
.a5:visited{COLOR:green;TEXT-DECORATION:none}/*既読*/
.a5:hover{COLOR:red;TEXT-DECORATION:underline}/*ON*/
.a5:active{COLOR:red;TEXT-DECORATION:underline}/*CLICK*/

/*メインページ用の線*/
.b{border-width:1px;border-style:solid;border-color:#cccccc}/*完全*/
.b0{border-width:1px;border-style:solid;border-color:#cccccc;border-top:none;border-bottom:none;}/*左右*/
.b1{border-width:1px;border-style:solid;border-color:#cccccc;border-right:none;border-top:none;border-bottom:none;}/*左のみ*/
.b2{border-width:1px;border-style:solid;border-color:#cccccc;border-left:none;border-top:none;border-bottom:none;}/*右のみ*/
.b3{border-width:1px;border-style:solid;border-color:#cccccc;border-top:none;}/*上無し*/
.b4{border-width:1px;border-style:solid;border-color:#cccccc;border-right:none;border-bottom:none;}/*左と上*/
.b5{border-width:1px;border-style:solid;border-color:#cccccc;border-left:none;border-bottom:none;}/*上と右*/
.b6{border-width:1px;border-style:solid;border-color:#cccccc;border-bottom:none;}/*下無し*/
.b7{border-width:1px;border-style:solid;border-color:#cccccc;border-right:none;border-left:none;border-bottom:none;}/*上のみ*/

.bo0{border-width:1px;border-style:solid;border-color:#000000}/*完全*/
.bo1{border-width:1px;border-style:solid;border-color:#000000;border-left:none;}/*左無し*/
.bo2{border-width:1px;border-style:solid;border-color:#000000;border-top:none;}/*上無し*/
.bo3{border-width:1px;border-style:solid;border-color:#000000;border-top:none;border-left:none;}/*上左無し*/
.fm{font-family:"ＭＳＰ明朝",細明朝体,serif;color:#000000}/*印刷用活字*/



/*フォントサイズ*/
.f11{font-size:11px}
.f11h{font-size:11px;line-height:130%;text-align:justify;text-justify:distribute}
.f12{font-size:12px}
.f12h{font-size:12px;line-height:130%;text-align:justify;text-justify:distribute}
.f13{font-size:13px}
.f13h{font-size:13px;line-height:130%;text-align:justify;text-justify:distribute}
.f14{font-size:14px}
.f14h{font-size:14px;line-height:130%;text-align:justify;text-justify:distribute}
.f16{font-size:16px}
.f16h{font-size:16px;line-height:130%;text-align:justify;text-justify:distribute}
.f18{font-size:18px}
.f18h{font-size:18px;line-height:130%;text-align:justify;text-justify:distribute}
.f20{font-size:20px}
.f20h{font-size:20px;line-height:130%;text-align:justify;text-justify:distribute}
.f22{font-size:22px}
.f22h{font-size:22px;line-height:130%;text-align:justify;text-justify:distribute}
.f24{font-size:24px}
.f24h{font-size:24px;line-height:130%;text-align:justify;text-justify:distribute}

/*左位置*/
.L10{position:relative;left:10px;top:auto}
.L20{position:relative;left:20px;top:auto}
.L30{position:relative;left:30px;top:auto}
.L40{position:relative;left:40px;top:auto}
.L50{position:relative;left:50px;top:auto}
