
body { font-size: 11pt }

td { font-size: 12pt }
/* bodyおよびテーブルtd内のフォント固定 */

body { background-image: url(../img/grid_p.gif); }

.style001 { font-size: 9px; color: #FF0000; }

.style002 { font-size: 9px; color: #0000FF; }

.style003 { font-size: 9px; color: #00CC0B; }

.style004 { font-size: 9px; color: #000000; }

.style01 { color: #FF0000; }

.style02 { color: #0000FF; }

.style03 { color: #00CC0B; }

.style04 { color: #0099CC; }

.style11 { font-size: 20px; color: #FF0000; }

.style12 { font-size: 20px; color: #0000FF; }

.style13 { font-size: 20px; color: #00CC0B; }

.style17 { font-size: 20px; color: #000000; }

.style21 { font-size: 22px; color: #FF0000; }

.style22 { font-size: 22px; color: #0000FF; }

.style23 { font-size: 22px; color: #00CC0B; }

.style41 { font-size: 24px; color: #00CC0B; }

a,a:link{ text-decoration: none; font-size: 20px; color:#0000FF; } /* 青 */
a:visited{ text-decoration: none; font-size: 20px; color:#00CC0B; } /* 緑 */
a:hover{ text-decoration: none; font-size: 20px; color:#0000FF; } /* 青 */
a:active{ text-decoration: none; font-size: 20px; color:#FF0000; } /* 赤 */