BODY{



/* 余白設定 */
 margin:20px;



/* 背景色設定 */
 background-color:#000000;



/* スクロールバー設定 */
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#999999;
scrollbar-track-color:#000000;
scrollbar-darkshadow-color:#000000;
}



/* リンク設定 */
A{color:#999999;text-decoration:none;}
A:hover{
 cursor:crosshair;
 color:#ffcc33;
}



/* フォント設定 */
BODY,TR,TD, {
 color:#999999;
 font-size:8pt;
 line-height:15pt;
 font-family:Georgia;
}



/* 罫線設定 */
HR{
 border-style:solid;
 border-color:#999999;
 width:60%;
 height:1px;
}



/* タイトル設定 */
h1{
 color:#ffffff;
 padding:5px 5px 5px 5px;
}
h2{
 color:#ffffff;
 font-size:10pt;
 border-bottom:1px solid #ffcc33;
}



DIV#title{
 position:absolute;
 bottom:20%;
 left:5%;
 letter-spacing:10px; 
}
DIV#menu{
 position:absolute;
 bottom:5%;
 left:5%;
}
TABLE#main{
 width:50%;
 height:90%;
 position:absolute;
 top:0%;
 right:5%;
}