body {
    margin:0;
    color:#CCCCCC;
    background-color:#000000;
    font-size:12px;
    font-family:‚l‚r –¾’©;
    overflow:auto;
    scrollbar-base-color:#000000;
    scrollbar-face-color:#000000;
    scrollbar-track-color:#000000;
    scrollbar-arrow-color:#F2F2F2;
    scrollbar-3dlight-color:#CCCCCC;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-darkshadow-color:#000000;
    }
A:link {text-decoration:none;color:#CCCCCC;}
A:visited {text-decoration:none;color:#CCCCCC;}
A:active {text-decoration:none;color:#000000;}
A:hover {text-decoration:underline;color:#CCCCCC;}
#line {
    border-left:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
    height:100%;
    width:140px;
    margin-left:40px;
    background-color:#000000;
    text-align:center;
    }
h1 {
    margin-bottom:0;
    font-size:25px; color:red;
    }
p.memo {
    font-size:11px;
    margin:0;
    padding-bottom:5px;
    border-bottom:solid 1px #CCCCCC;
    }
p.menu {
    font-size:12px;
    margin:0;
    font-family: ‚l‚r –¾’©;
    }
p.menu a {
    color:#red;
    text-decoration:none;
    display:block;
    width:100%;
    border-bottom:solid 1px #red;
    padding-top:8px;
    padding-bottom:8px;
    }
p.menu a:hover {
    color:#red;
    text-decoration:none;
    background-color:#474747;
    font-weight:bold;
    }
h2 {
    font-size:20px;
    border-top:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
    margin-top:30px;
    margin-bottom:0;
    line-height:150%;
    padding-left:20px;
    }
#main {
    padding:20px;
    line-height:150%;
    }
textarea {
    color:#CCCCCC;
    background-color:#000000;
    border:solid 1px #CCCCCC;
    font-size:12px;
    scrollbar-base-color:#000000;
    scrollbar-face-color:#000000;
    scrollbar-track-color:#000000;
    scrollbar-arrow-color:#CCCCCC;
    scrollbar-3dlight-color:#000000;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-darkshadow-color:#000000;
    } 
