/*フォント種類指定*/
body {font-family: Osaka, "ＭＳ Ｐゴシック" ; }

/*テキストリンクの下線なし*/
A { text-decoration : none ; }

/*フォントサイズ、行間指定*/
.t10 { font-size: 10px ; line-height: 125% ; }
.t12 { font-size: 12px ; line-height: 125% ; } /*標準サイズ*/
.t14 { font-size: 14px ; line-height: 125% ; }
.t16 { font-size: 16px ; line-height: 125% ; }
.t9   { font-size: 9px; line-height: 150% }
.gray { color: #999999 ; }
.brown { color: maroon }
.d_gray  { color: #3c3c3c }

