        BODY {
                font-size:12px;  /* 文字の大きさを指定 */
        font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
        background-image: url("");
        background-repeat: no-repeat;
        background-attachment: fixed;
        color:#000000
        }

        h1 {
                font-size:28px; /* 文字の大きさを指定 */
        color:#008080
        }

        h2 {
                font-size:18px; /* 文字の大きさを指定 */
        color:#008080
        }

        th {
                font-size:12px; /* 文字の大きさを指定 */
        color:#ffffff;
        background-color:#006600;
        font-weight:bold;
        }

        td {
                font-size:11px; /* 文字の大きさを指定 */
        color:#000000
        }

        p {
                font-size:12px;  /* 文字の大きさを指定 */
        color:#000000
        }

        a {
                text-decoration: underline; }
        a:link { color: #0000FF; }
        a:visited { color: #008080; }
        a:hover { color: #FF0000; }
        a:active { color: #FF0000; }

         #h1 {
                font-size:28px; /* 文字の大きさを指定 */
        font-weight:bold;
        color:rgb(255,102,102)
        }

         #h2 {
                font-size:18px; /* 文字の大きさを指定 */
        font-weight:bold;
        color:rgb(255,102,102)
        }
