H1{  color: #993300;}
H2{  color: #993300;}
H3{  color: #993300;}

/*メニュー部リンク*/
A.menu{display: block; width: 100%;}
A.menu:link {background-color:#ffbe7d; text-decoration : none; font-size:9pt; font-weight:bold;}  /*ﾘﾝｸ部の背景色*/
A.menu:visited {color:#000066; text-decoration : none; font-size:9pt; font-weight:bold;}　　　　　/*ﾘﾝｸ訪問後の文字色*/
A.menu:hover {color:#ccffcc; background-color:#ff8800; text-decoration : none;}　/*ﾘﾝｸにﾏｳｽONの文字と背景*/

/*選択したメニュー部*/
A.menus {display: block; width: 100%;}
A.menus:visited {text-decoration : none; color:white; font-size:9pt; font-weight:bold; background-color:skyblue;}
A.menus:hover {color:#00dd00; background-color:#ff8800; text-decoration : none;}　/*ﾘﾝｸにﾏｳｽONの文字と背景*/

/*通常リンク*/
A:link {color: blue;text-decoration : underline;}
A:visited {color:#000066;text-decoration : underline;}
A:hover {color:#cc0000; text-decoration : none; background-color:#00ffff;}

/*テーブル見出し*/
TH{color: #FFFF99; background-color: #cccc00;}

/*テーブルセル*/
TD{color: #660000; background-color: #FFffcc;}
TD.umi{  color: #660000;  background-color: #94fcff;}
TD.catch{  color: #FF33FF;}


/*各テーブル*/
table{border-color:#ff99ff; font-size:9pt;}
table.zentai{background-color:#ff9900;}

/*クラス指定*/
.menu{background-color:#ffbe7d;} 　/*menuと指定したｸﾗｽの背景色　ffbe7d*/
.table1{background-color:#ccaa00;}

/*-----left、contentsのレイアウト用----------*/
DIV.left{position: absolute; top:5px; left:10px; font-size:9pt; background-color:#ffff99;}
DIV.left2{position: absolute; top:40px; left:16px; width:130px; font-size:10pt;}
DIV.contents{position: absolute; top:5px; left:145px; font-size:9pt; background-color:#ffff99;}
