@charset   "UTF-8";

A:LINK{
 font-size : 14px;
 font-family : "MS UI Gothic";
 color : blue;
 text-decoration : none;
 line-height : 150%; }
A:HOVER{
 font-size : 14px;
 font-family : "MS UI Gothic";
 color : #555500;
 background-color : #ffff00;
 text-decoration : none;
 line-height : 150%; }
A:VISITED{
 font-size : 14px;
 font-family : "MS UI Gothic";
 color : #329810;
 text-decoration : none;
 line-height : 150%; }
A:ACTIVE{
 font-size : 14px;
 font-family : "MS UI Gothic";
 color : #ff0000;
 text-decoration : none;
 line-height : 150%; }