BODY,TD{
  font-size : 10px;line-height:2;
  font-family : "Verdana","MS ゴシック";
color:white;
//文字サイズ10px、行間2、フォントVerdana、ＭＳ ゴシック、文字色白}

body{
 scrollbar-3dlight-color:333333;
 scrollbar-arrow-color:silver;
 scrollbar-darkshadow-color:333333;
 scrollbar-face-color:333333;
 scrollbar-highlight-color:333333;
 scrollbar-shadow-color:333333;
 scrollbar-track-color:333333;
 cursor:crosshair;
background-color:transparent;
//スクロールバーとカーソルと透過の設定}

a{ text-decoration:none; cursor : default; font-weight:bold;} 
a:link,a:active,a:visited{ color:#c7c698;}
a:hover { color:#804040; text-decoration:none;
//リンク設定}

h1{font-size:10px; color:#804040;padding-left : 10px;border-bottom:1px dotted silver;border-left:5px solid silver;
//見出しの設定}
