
TD,BODY{
  font-size : 11px;line-height:2;
  font-family : "Verdana","MS ゴシック";
color : gray;
//文字サイズ11px、行間2、フォントVerdana、ＭＳ ゴシック、文字色gray}

body{
 scrollbar-3dlight-color:white;
 scrollbar-arrow-color:silver;
 scrollbar-darkshadow-color:white;
 scrollbar-face-color:white;
 scrollbar-highlight-color:white;
 scrollbar-shadow-color:white;
 scrollbar-track-color:white;
 cursor:crosshair;
//スクロールバーとカーソルの設定}

a{ text-decoration:none; cursor : default;} 
a:link,a:active,a:visited{ color:silver;}
a:hover { color:gray; text-decoration:none;
//リンク設定}