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

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

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

        td {
                font-size:10px; /* 文字の大きさを指定 */
        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; }


        #th1 {
        text-align: right;
        background-color: rgb(204,255,255)
        }

        #td1 {
        background-color: #f0ffff
        }

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

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