/*文字基本*/
body {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px; color: #333333}
table{  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px; color: #333333}

/*リンク*/
A:link{color: #333333; text-decoration: none}
A:hover, A:active{color: #0066CC; text-decoration: none}
A:visited{color: #000099; text-decoration: none}

/*テキスト*/
.tx14{font-size: 14px; line-height: 18px}
.tx12{font-size: 12px; line-height: 16px}
.tx10{font-size: 10px; line-height: 14px}
.tx9{font-size: 9px; line-height: 12px}

/*行間*/
.hei20{line-height: 20px}
.hei18{line-height: 18px}
.hei16{line-height: 16px}

/*キャッチ*/
.bold14{font-size: 14px; line-height: 18px; font-weight: bold}
.bold12{font-size: 12px; line-height: 16px; font-weight: bold}
.bold10{font-size: 10px; line-height: 14px; font-weight: bold}

/*キーカラー*/
.key1 {  color: #000099}
.key2 { color: #0066CC}
.key3 {  color: #9999CC}
