<!--
td {
font-size: 13pt; /*枠内のフォントサイズ*/
}
span {
font-size: 13pt; /*<SPAN>〜</SPAN>のフォントサイズ*/
}
b {
font-size: 13pt; /*太字のフォントサイズ*/
}
body {
font-size: 13pt; /*フォントサイズ*/
color:#333333; /*フォントカラー*/
font-family:MS UI Gothic;/*書体*/
}
-->