/* リンク装飾 */
a:link    { color: #3366CC;  text-decoration: none}
a:visited { color: #FF6699;  text-decoration: none}
a:hover   { color: blue; background-color: #ccffcc;  text-decoration: none}
a:hover1 { position: relative; top: 1px; left: 1px;  text-decoration: none}
a:active  { color: #ffff60;  text-decoration: none}
a.nd      { text-decoration: none; }

a.widelink { display: block; width: 100%; font-size:10pt; 
text-decoration: none;
border-bottom: 1px #007373 solid; padding-bottom: 0px; 
}
a.widelink:hover { background-color: #ffff99; color: red; }


/* フォントサイズ */
td.8       { font-size:8pt; -color:#007373;}
td.9       { font-size:9pt; -color:#007373;}
td.10      { font-size:10pt; -color:#007373;}
td.11      { font-size:11pt; -color:#007373;}
td.12      { font-size:12pt; -color:#007373;}
td.13      { font-size:13pt; -color:#007373;}
td.14      { font-size:14pt; -color:#007373;}
td.16      { font-size:16pt; -color:#007373;}
td.w8      { background:#FFFFFF; font-size:8pt; -color:#007373;}
td.w10      { background:#FFFFFF; font-size:10pt; -color:#007373;}
td.r10      { font-size:10pt; -color:#ff6666;}
td.r12      { font-size:12pt; -color:#ff6666;}
td.r14      { font-size:14pt; -color:#ff6666;}

/* ページ全体 */
body {
   background-color: #ffffff;
   font-size:10pt; -color:#007373;

   margin-left: 0px;
   margin-top: 0px;
scrollbar-arrow-color: #999999; scrollbar-darkshadow-color: #FFFFFF; scrollbar-dlight-color: #FFFFFF; scrollbar-face-color: #FCFDFE; scrollbar-highlight-color: #999999; scrollbar-shadow-color: #999999; scrollbar-track-color: #FFFFFF
}

p {
   line-height: 120%;
}

/* 見出し */
h1 {
   text-align: center;
   margin-bottom: 3px;
}
