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

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

        th {
                font-size:14px; /* 文字の大きさを指定 */
        font-weight:bold;
        }

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

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

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

        #th1 {
        background-color: #ffffcc
        }

        #td1 {
        text-align: right;
        background-color: #EEDD82
        }

        #td2 {
        background-color: #66CDAA
        }

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

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