body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font:100%;
}
TD{
  font-size:100%;line-height:1.7;
  font-family : "Verdana","MS ゴシック";
color : #686868;
//文字サイズ11px、行間1.9、フォントVerdana、ＭＳ ゴシック、文字色#686868}

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; font-weight:bolder;} 
a:link{ color:silver; }
a:active{ color:silver; } 
a:visited{ color:silver; }
a:hover{ color:silver;text-decoration:line-through;
//リンク設定}
