.font10 {  font-size: 10px;}
.font12 {  font-size: 12px;}
.font14 {  font-size: 14px;}
.font16 {  font-size: 16px;}
.text10 {  font-size: 10px; line-height: 150%;}
.text12 {  font-size: 12px; line-height: 150%;}
.text14 {  font-size: 14px; line-height: 150%;}

A       {text-decoration: none} /* 普通のリンク色 */
A:VISITED{text-decoration: none} /* すでに見たリンク色 */
A:hover {text-decoration: none} /* カーソルが乗った時のリンク色 */