/* フォント
===========================================*/
body,table,h1,h2,h3,h4,h5,div,p,a {
	/*font: small Arial, "ＭＳ Ｐゴシック", Helvetica, sans-serif;*/	
	font-size: small;
	font-family: メイリオ,Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.2em;
	color: #082443;
}
.fwhite {color: #ffffff;}
.fred {color: #cc0000;}



H1{font-size:20pt;line-HEIGHT:21pt;}
H2{font-size:16pt;line-HEIGHT:17pt;}
H3{font-size:12pt;line-HEIGHT:14pt;}

TABLE{font-size:10pt;}
BODY{font-size:10pt;}
.text10 {font:10px/12px "osaka"}
.text10b {font:10px/12px "osaka"; font-weight:bold}
.text14 {font:14px/16px "osaka"}

A:link { text-decoration: underline; color:#0000cc }
A:visited { text-decoration: underline; color:#0000cc }
A:hover { text-decoration: none; color:#000000 }
