body {
    margin:0;
    color:#b27e59;
    background-color:#000000;
    font-size:12px;
    font-family:Verdana;
    overflow:auto;
    scrollbar-base-color:#000000;
    scrollbar-face-color:#000000;
    scrollbar-track-color:#000000;
    scrollbar-arrow-color:#b27e59;
    scrollbar-3dlight-color:#b27e59;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-darkshadow-color:#000000;
    }
A { cursor:help; }
A:link {text-decoration:none;color:#b2886b;}
A:visited {text-decoration:none;color:#936849;}
A:active {text-decoration:none;color:#000000;}
a:hover { background-color:#FFA566; }
#line {
    border-left:solid 1px #c18960;
    border-right:solid 1px #c18960;
    height:100%;
    width:140px;
    margin-left:40px;
    background-color:#000000;
    text-align:center;
    }
h1 {
    margin-bottom:0;
    font-size:25px;
    }
p.memo {
    font-size:11px;
    margin:0;
    padding-bottom:5px;
    border-bottom:solid 1px #c18960;
    }
p.menu {
    font-size:12px;
    margin:0;
    font-family:Verdana;
    }
p.menu a {
    color:#c18960;
    text-decoration:none;
    display:block;
    width:100%;
    border-bottom:solid 1px #c18960;
    padding-top:8px;
    padding-bottom:8px;
    }
p.menu a:hover {
    color:#ffa566;
    text-decoration:none;
    background-color:#c18960;

    }
HR{
  color : #b27e59;
  height : 1px;
  filter : alpha(opacity=100,finishopacity=0,style=1);
}

#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;
    } 
