body {
font-size: xx-small;           /*フォントサイズ*/
color:#cccccc;             /*フォントカラー*/
font-family:"MS UI Gothic";  /*書体*/
background-color : black;
scrollbar-face-color:#333333;        /*スクロールバー本体の色*/
scrollbar-highlight-color:#333333;   /*スクロールバー左側（上）の影*/
scrollbar-shadow-color: #333333;     /*スクロールバー右側（上）の影*/
scrollbar-3dlight-color: #999999;    /*スクロールバー左側（下）の影*/
scrollbar-arrow-color: #000000;      /*矢印の色*/
scrollbar-track-color: #000000;      /*背面の色*/
scrollbar-darkshadow-color: #666666; /*スクロールバー右側（下）の影*/
}

a:link {
text-decoration:none;      /*下線を消す*/
color:#000000;            /*未訪問リンクのカラー*/
}
a:visited {
text-decoration:none;      /*下線を消す（下線を出したいときはtext-decoration:underline）*/
color:#333333;            /*訪問済みリンクのカラー*/
}
a:active {
text-decoration:none;      /*下線を消す（下線を出したいときはtext-decoration:underline）*/
color:#000000;            /*クリックしたときのカラー*/
}
a:hover {
text-decoration:none;      /*下線を消す（下線を出したいときはtext-decoration:underline）*/
background-color :#CCCCCC; /*マウスが乗ったときの背景色*/
color:#000000;            /*マウスが乗ったときのフォントカラー*/
}

td {
font-size: xx-small;           /*枠内のフォントサイズ*/
; color: #CCCCCC
}
span {
font-size: xx-small;           /*<SPAN>〜</SPAN>のフォントサイズ*/
; color: #CCCCCC
}
p {  font-size: xx-small; color: #CCCCCC}
.TDLeft {  background-color: #333333}
.TDCenter {  background-color: #333333; text-align: center}
.TDRight {  text-align: right; background-color: #333333}
.TDTitleCenter { background-color: #666666 ; font-size: x-small ; text-align: center}
.TDTitleLeft { background-color: #666666 ; font-size: x-small}
.TDPhoto { text-align: center }
