/*スクロールバー*/
body {
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#888888;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#888888;
scrollbar-shadow-color:#888888;
scrollbar-track-color:#000000;
}

/*行間*/
body,td{ 
letter-spacing : 0px;
line-height : 25px;}


/*背景*/
BODY{
  background-color : #000000;
);}


/*フォント一括指定*/
body,td,th{
    font-size:10pt;
    color:#cccccc;}




/*リンク色*/a:link{color:cccccc}
a:visited{color:cccccc}
a:active{color:cccccc}
a:hover{color:cccccc}


/*リンクの下線消す*/
a{ text-decoration:none; }


/*文字サイズ変更スプクリト（テーブルとセット）*/
function size1(){
   text1.style.fontSize="16pt";
}
function size2(){
   text1.style.fontSize="14pt";
}
function size3(){
   text1.style.fontSize="12pt";
}
function size4(){
   text1.style.fontSize="10pt";
}
function size5(){
   text1.style.fontSize="9pt";
}
function size6(){
   text1.style.fontSize="6pt";
}

