body         { scrollbar-face-color: #1155AA; 
               font-size: 10pt; color: #222222; background-color: #15346C; 
               line-height: 150% }
A { text-decoration:none; color:#880088;}
td {font-size:9pt; line-height:150%;}
hr {color:#191970}
table {background-color: #FFFFFF }

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