/* サイト全体 90% */

/* リンク装飾 */
a:link    { color: #6666ff; }
a:visited { color: #656d83; }
a:hover   { text-decoration:underline overline;color:black; }
a:active  { color: #ff7171; }
a         { text-decoration: none; }

/* スクロールバー */
body{
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;}

/* ページ全体 */
body {background-color: white;
color: black;
margin: 0px;}
body.1 {background-color: white;}
body.2 {background-color: #e7e7e7;}
body,tr,td,th,div {line-height:1.7em;}
body,tr,td,th,div { font-size: 90% ;}
h4{font-size : 100%;}

/* 上部タイトル */
table.head {border-bottom: 6px dotted gray;}
span.style1{font-weight: bold; color: gray;}
.hr{　/*点線*/
color : #999999;
border-style : dashed;
text-align :left;
width : 95%;}
