BODY {
 font-family:Verdana,Osaka;
 color:#cccccc;
 font-size:10px;
 line-height:18px;
 text-align:center;
 margin:10px 0px 10px 10px;
 background-color:#000000;
 scrollbar-3dlight-color:    #cccccc;
 scrollbar-arrow-color:      #000000;
 scrollbar-base-color:       #cccccc;
 scrollbar-darkshadow-color: #cccccc;
 scrollbar-face-color:       #cccccc;
 scrollbar-highlight-color:  #cccccc;
 scrollbar-shadow-color:     #cccccc;
 scrollbar-track-color:      #cccccc;
}

/* 通常リンク */
A:link   {text-decoration: none; color:#cccccc; }
A:visited{text-decoration: none; color:#cccccc; }
A:active {text-decoration: none; color:#cccccc;}
A:hover  {text-decoration: underline; color:#cccccc;}

/* テーブル大枠 */
table{

 font-family:Verdana,Osaka;
 color:#cccccc;
 font-size:10px;
 line-height:1.8;
 width:150px;
}

/* テーブルセル */
td{
 text-align:left;
 font-family:Verdana,Osaka;
 color:#cccccc;
 font-size:10px;
 height:20;
}


/* タイトル */
h1{font-weight:bold;font-size:12px;line-height:22px;margin:1px;}

/* メニュー見出し */
h2{font-weight:bold;background-color:#cccccc;color:#ffffff;line-height:20px;height:20px;
padding:0px 5px;font-size:10px;margin:0px;}

/* メニュー欄 */
.menu{line-height:20px; height:20px;border-bottom:1px dotted #cccccc;}

/* TOP PAGE */
.top{text-align:right;}
