
A:hover {
text-decoration:underline; 
background:none; 
color: #FF0000; 
}

.menu A {
    text-decoration:none;
    color: #333333;
    font-size: 10px;

}

.menu A:hover {
    text-decoration:none;
    background:#FFFFFF;
    color:#000000;
 }

.sub_menu A {
    text-decoration:none;
    color: #666666;
    font-size: 10px;
}

.sub_menu A:hover {
    text-decoration:underline;
    color:#FF3300;
}

.sub_menu {
    font-size: 10px;
}

 
.link A {
    text-decoration:none;
    color: #333333;
    font-size: 12px;
    line-height: 140%;
}

.link A:hover {
    text-decoration:underline;
    color:#CC0000;
 }
 
.link {
    font-size: 10px;
}

 
body{
    font-size: 12px;
}

.gyoukan {
    font-size: 12px;
    line-height: 150%;
}

tr {
    font-size: 12px;
}
.font10 {
    font-size: 10px;
    line-height: normal;
}
.font12 {
    font-size: 12px;
    line-height: normal;
}
.font14 {
    font-size: 14px;
    line-height: normal;
}
