body         { scrollbar-face-color: #00B0E6; 
               font-size: 10pt; color: #222222; background-color: #15346C; 
             }
A { text-decoration:none; text-color:#880088;}
td {font-size:9pt}
hr {color:#191970}
table {background-color: #FFFFFF }

table.spinner {
   border-spacing: 0px;   /* セルの間隔をなくす */
   font-family: Verdana,sans-serif;   /* フォントの指定 */
}
/* セルのデザインのうちヘッダと中身の共通部分 */
table.spinner th, table.spinner td {
   border-width: 1px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
   padding: 2px;   /* セル内側の余白は2ピクセル */
}
/* ヘッダセルのデザイン */
table.spinner thead th {
   border-color: #ccffcc #7ca866 #7ca866 #ccffcc;   /* ※1 */
   background-color: #bceaa8;   /* ※1 */
   font-size: 11pt;   /* 文字サイズ11pt */
}
table.spinner tbody th {
   border-color: #ffffcc #aca866 #aca866 #ffffcc;   /* ※2 */
   background-color: #eceaa8;   /* ※2 */
   font-size: 10pt;   /* 文字サイズ10pt */
}
/* セルのデザイン */
table.spinner td {
   border-color: #ffffff #aca899 #aca899 #ffffff;   /* ※3 */
   background-color: #ecead8;   /* ※3 */
   font-size: 10pt;   /* 文字サイズ10pt */
}


table.spinner2 {
   border-spacing: 0px;   /* セルの間隔をなくす */
   font-family: Verdana,sans-serif;   /* フォントの指定 */
}

/* セルのデザインのうちヘッダと中身の共通部分 */
table.spinner2 th, table.spinner2 td {
   border-width: 1px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
}

/* ヘッダセルのデザイン */
table.spinner2 thead th {
   border-color: #ccffcc #7ca866 #7ca866 #ccffcc;   /* ※1 */
   background-color: #bceaa8;   /* ※1 */
   font-size: 8pt;   /* 文字サイズ8pt */
}
table.spinner2 tbody th {
   border-color: #ffffcc #aca866 #aca866 #ffffcc;   /* ※2 */
   background-color: #eceaa8;   /* ※2 */
   font-size: 8pt;   /* 文字サイズ8pt */
}
/* セルのデザイン */
table.spinner2 td {
   border-color: #ffffff #aca899 #aca899 #ffffff;   /* ※3 */
   background-color: #ecead8;   /* ※3 */
   font-size: 8pt;   /* 文字サイズ8pt */
}
