/* ボディスタイル */
BODY{ margin-top:0px; text-align : center;  background:url(index/bg01.gif); }
/* フォントスタイル */
td { font-size: 13px; line-height: 17px; letter-spacing: 1px; color:#000000; }
/* aタグに対する指定 */
a:link {text-decoration:none}
a:visited {text-decoration:none}
a:link {color:#006699;}
a:visited {color:#006699;}
a:hover { background-color:#ccffff; }
a:active {color:#006699;}
/* クラスを指定 */
h1 { color : #ffffff; font-size : 13px ; font-weight : normal ; margin : 0px ; }
h2 { color : #030166; font-size : 17px ; font-weight : bold ; margin : 2px ; }
h3 { color : #cc0000; font-size : 14px ; font-weight : bold ; margin : 0px ; } 