/* 全体の文字設定 */

BODY{
background-color : #ffffff;
font-family : "MS UI Gothic","Tahoma","Osaka","Arial"; 
line-height : 140%;
font-size : 12px;
}

a{
    text-decoration:none;
}
a:link{
    color:#229ac1;
}
a:active {
    color:#f8a407;
}
a:visited{
    color:#229ac1;
}
a:hover{
    color:#f8a407;
}

TD{
font-family : "MS UI Gothic","Tahoma","Osaka","Arial"; 
line-height : 140%;
font-size : 12px;
}

.menu-title a{
    text-decoration:none;
}
.menu-title a:link{
    color:#ffffff;
}
.menu-title a:active {
    color:#c1c1c1;
}
.menu-title a:visited{
    color:#ffffff;
}
.menu-title a:hover{
    color:#c1c1c1;
}

.menu-title {
font-family: "MS UI Gothic","Tahoma","Osaka","Arial";
font-size: 14px;
font-weight: bolder;
color: #ffffff;
}
