a:link {
font-size: 10pt;
text-decoration:none;
color:white; /*未訪問リンク */
}
a:visited {
font-size: 10pt;
text-decoration:none;
color:white;/*訪問済みリンク */
}
a:active {
font-size: 10pt;
text-decoration:none;
color:lightsalmon; /*クリックしたとき */
}
a:hover {
font-size: 10pt;
text-decoration:none;
color:#ff5705;/*マウスが乗ったとき */
}
td {
font-size: 10pt; /*枠内のフォントサイズ*/
}
span {
font-size: 10pt; /*<SPAN>〜</SPAN>のフォントサイズ*/
}
b {
font-size: 10pt; /*太字のフォントサイズ*/
}
body {
font-size: 10pt; /*フォントサイズ*/
color:white; /*フォントカラー*/
font-family:MS UI Gothic;/*書体*/
}