/* リンクの設定 */
a {font-family: Tahoma, taipei; font-size: 12px; text-decoration: none; color: #666666; font-style: normal}
a:hover {text-decoration: underline overline;  font-family: Tahoma, taipei; font-size: 12px; color: #FF9966; font-style: normal}

/* リスト表示の設定 */
ul {margin:0px; padding:2px; list-style:decimal inside; text-align:left;}
li {margin-left:4px; list-style:square inside; color:#000066;}

/*テーブルの定義*/
.td { padding:5px; font-weight: bold; color: #000066; font-size: 14px; border-top-width: 3px; border-bottom-width: 3px; border-top-style: ridge; border-bottom-style: groove; border-top-color: #000066; border-bottom-color: #000066;}
.tdtext { padding:5px; color: #000000; font-size: 12px; line-height:14pt; }

/*その他の定義*/
.div {padding:5px; color:#ffffff; background:#000066; margin-top:0px; margin-right:0px; margin-left:0px; font-weight: bold; }

