/*フォントサイズ*/
.text12{font-size:12px}
.text12B {font-weight:bold;font-size:12px;line-height:18px}
.text10{font-size:10px;line-height:16px}
.txst10B{font-weight:bold;font-size:10px}
.text13{font-size:13px;line-height:18px}
.text13B {font-size: 13px; font-weight: bold}

/*リンク*/
a:link{color: #990033;}
a:visited{color: #990033;}
a:hover{color: #0000FF;text-decoration: none;}