
body {
color: #333333;
font-size:12px;
}

a:link { color : #FFFFFF ; text-decoration : none ; }
a:active { color : #FFFFFF ; text-decoration : none ; }
a:visited { color : #FFFFFF ; text-decoration : none ; }
a:hover { color : #FFFFFF ; text-decoration : none ; background-color:#7E7D01 ; }


/* テーブル 通常文字サイズ12px*/
table{
color: #333333;
font-size:12px;
line-height:16px;
}