/* リンク設定 */
a:link {color:#0033FF;}
a:active {color:#FF3300; text-decoration:none;}
a:visited {color:#800080;}
a:hover {color:#FF7700; text-decoration:none;}
A.wh:link {color:#FFFFFF;}
A.wh:active {color:#0033FF; text-decoration:none;}
A.wh:visited {color:#FFFFFF;}
A.wh:hover {color:#0033FF; text-decoration:none;}

/* 見出し設定 */
h1 {font-size:small; font-weight:bold; color:#333333; font-family:"Arial"; display:inline;}
/* テーブルの見出し設定 */
th.th1 {  font-size:x-small; text-align:left; font-weight: normal; background-color:#EEEEEE; font-family:"Arial";}

/* フォント設定 */
.ss {font-size:xx-small; font-family:"Arial";}
.s {font-size:x-small; font-family:"Arial";}
.m {font-size:small; font-family:"Arial";}
.ss-lh {font-size:xx-small; line-height: 140%; font-family:"Arial";}
.s-lh {font-size:x-small; line-height: 140%; font-family:"Arial";}
.m-lh {font-size:small; line-height: 140%; font-family:"Arial";}

/* 色設定 */
.wh {color:#FFFFFF;}

/* テーブル設定 */
.tbl {width:540px; margin:0px; padding:10px; border:none;}
.tbl-ttl {padding:5px; border:none; background-color:#FF9900;}

/* 背景色設定 */
.bg-or {background-color:#FF9900;}
.bg-yl {background-color:#FFFFCC;}
.bg-gy {background-color:#EEEEEE;}
/* menu背景色 */
.bg-mn {background-color:#FFF2BF;}


