BODY.base {     /*BODYのスタイル指定*/
       background-image : url(../images/etc/bgs_009.gif);
  background-attachment : fixed;
       background-color : #DCDCDC;
                   link : #0000FF;
                  vlink : #008080;
                  alink : #FF0000;
}
BODY.rireki {     /*BODYのスタイル指定*/
       background-image : url(../images/etc/bg05-08.gif);
  background-attachment : fixed;
       background-color : #DCDCDC;
                   link : #0000FF;
                  vlink : #008080;
                  alink : #FF0000;
}
FONT.hedder {     /*FONTのスタイル指定（見出し用）*/
  font-family : ＭＳ ゴシック;
    font-size : 10pt;
        color : #0000FF;
}
FONT.ditail1 {     /*FONTのスタイル指定（明細用）*/
  font-family : ＭＳ Ｐゴシック;
    font-size : 10pt;
  line-height : 12pt;
}
FONT.ditail2 {     /*FONTのスタイル指定（明細用）*/
  font-family : ＭＳ ゴシック;
    font-size : 9pt;
  line-height : 11pt;
}
FONT.ditail8p {     /*FONTのスタイル指定（明細用）*/
  font-family : ＭＳ ゴシック;
    font-size : 8pt;
  line-height : 9pt;
        color : #000000;
}
FONT.ditail8p2 {     /*FONTのスタイル指定（明細用）*/
  font-family : ＭＳ ゴシック;
    font-size : 8pt;
  line-height : 10pt;
        color : #FF0000;
}
FONT.newr {     /*FONTのスタイル指定（最新更新履歴用）*/
  font-family : ＭＳ ゴシック;
    font-size : 9pt;
  line-height : 11pt;
   font-weight: bold;
        color : #FF0000;
}
A { text-decoration: none; /* 普段は下線をつけない */ }
A:link { color: #0000CD; }
A:visited { color: #0000CD; }
A:hover { color: #FF0000; text-decoration: underline; /* ポイントしたら下線をつける */ }
A:active { color: #FF0000; text-decoration: underline; /* クリックしたら下線をつける */ }

A.pat1 { text-decoration: underline; /* 下線をつける */ }
A.pat1:link { color: #FFFFFF; }
A.pat1:visited { color: #FFFFFF; }
A.pat1:hover { color: #FFFF00; text-decoration: underline; /* ポイントしたら下線をつける */ }
A.pat1:active { color: #FFFF00; text-decoration: underline; /* クリックしたら下線をつける */ }

A.pat3 { text-decoration: none; /* 普段は下線をつけない */ }
A.pat3:link { color: #0000FF; }
A.pat3:visited { color: #0000FF; }
A.pat3:hover { color: #FF0000; text-decoration: underline; /* ポイントしたら下線をつける */ }
A.pat3:active { color: #FF0000; text-decoration: underline; /* クリックしたら下線をつける */ }

A.lside { text-decoration: none; /* 普段は下線をつけない */ }
A.lside:link { color: #990000; }
A.lside:visited { color: #990000; }
A.lside:hover { background-color : #ffffff; color: #0000FF; text-decoration: underline; /* ポイントしたら下線をつけて背景を反転する */ }
A.lside:active { color: #0000ff; text-decoration: underline; /* クリックしたら下線をつける */ }

A.lsidenew { text-decoration: none; /* 普段は下線をつけない */ }
A.lsidenew:link { color: #ff0000; }
A.lsidenew:visited { color: #ff0000; }
A.lsidenew:hover { background-color : #7cfc00; color: #ff0000; text-decoration: underline; /* ポイントしたら下線をつけて背景を反転する */ }
A.lsidenew:active { color: #0000ff; text-decoration: underline; /* クリックしたら下線をつける */ }

A.pat2 { text-decoration: underline; /* 下線をつける */ }
A.pat2:link { color: #000000; }
A.pat2:visited { color: #000000; }
A.pat2:hover { color: #FF0000; text-decoration: underline; /* ポイントしたら下線をつける */ }
A.pat2:active { color: #FF0000; text-decoration: underline; /* クリックしたら下線をつける */ }

TD.just { padding:0px;
      background-image:url(./images/etc/bg05-08.gif);
      background-repeat:repeat-y;
      background-position:center;
}
/* 枠 */
table.ktable {
              border-color:#F09A84;
              border-style:solid;
              border-width:1px;
                     width:600;
}


