/* Author:Oazuke-Kappa ( kappa@mx2.avis.ne.jp ) */
/* Copyright (C) 2004- Oazuke-Kappa All rights reserved. */

/* 全体指定 */
BODY{
    font-size:10pt;
    font-family: "ＭＳ Ｐゴシック";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 110%;
    color: black;
    word-spacing: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-indent: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom : 0px;
    list-style-type: decimal;
    list-style-position: outside;
    cursor: auto;
    background-repeat: repeat;
    background-attachment: fixed;
    empty-cells:show;
    margin-bottom: 10px;
  z-index : 6;
}
CAPTION{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  position : normal;
  visibility : visible;
  background-color : white;
  height : 0px;
  float : none;
  clear : none;
}
TH{
  font-size : 10pt;
  font-weight : 400;
  font-style : normal;
  font-variant : normal;
  color : teal;
  text-decoration : none;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  height : 30px;
  position : normal;
  visibility : visible;
}

/* メインテーブル内に設置されるテーブルの設定 */
TABLE{
    float: none;
    clear: none;
    position: normal;
    visibility: visible;
    list-style-type: decimal;
    list-style-position: outside;
    cursor: auto;
    font-size: 10pt;
    font-family: "ＭＳ Ｐゴシック";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-indent: 0px;
    line-height: 110%;
}

/* メインテーブル全体の設定 */
#maintable{
    font-size: 10pt;
    font-family: "ＭＳ Ｐゴシック";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 110%;
    color:#000078;
    background-color:#FFFFFF;
    word-spacing: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-indent: 0px;
    width : 590px;
    float: none;
    clear: none;
    list-style-type: decimal;
    list-style-position: outside;
    position: absolute;
    top: 90px;
    left: 170px;
    visibility: visible;
    cursor: auto;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    z-index : 1;
}

/* <H1>〜<H6>の見出しの設定（注意：文中使用はほぼ不可・あくまで見出し） */
H1{
    font-size: 160%;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    color: white;
    background-color: blue;
    text-decoration: none;
    vertical-align: sub;
    position: normal;
    visibility: visible;
    line-height: 100%;
    word-spacing: normal;
    letter-spacing: normal;
    text-align: center;
    float: none;
    clear: none;
    margin-top:4px;
    margin-bottom:10px;
    padding:2px;
    border-top:5px solid;
    border-bottom:5px solid;
}
H2{
    font-size: 140%;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    color: white;
    background-color:#0000C5;
    text-decoration: none;
    vertical-align: sub;
    position: normal;
    visibility: visible;
    line-height: 100%;
    word-spacing: normal;
    letter-spacing: normal;
    text-align:left;
    float: none;
    clear: none;
    margin-top:4px;
    margin-bottom:10px;
    padding:2px;
    border-top:5px solid;
    border-bottom:5px solid;
}
H3{
    font-size: 120%;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    color: white;
    background-color:#000096;
    text-decoration: none;
    vertical-align: sub;
    position: normal;
    visibility: visible;
    line-height: 100%;
    word-spacing: normal;
    letter-spacing: normal;
    text-align:left;
    float: none;
    clear: none;
    margin-top:4px;
    margin-bottom:10px;
    padding:2px;
    border-top:5px solid;
    border-bottom:5px solid;
}
H4{
    font-size: 100%;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    color: blue;
    text-decoration: none;
    vertical-align: sub;
    position: normal;
    visibility: visible;
    line-height: 100%;
    word-spacing: normal;
    letter-spacing: normal;
    text-align:left;
    float: none;
    clear: none;
    margin-top:4px;
    margin-bottom:10px;
    padding:2px;
    border-top:5px solid;
    border-bottom:5px solid;
}
H5{
    font-size: 100%;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    color: #0000C5;
    text-decoration: none;
    vertical-align: sub;
    position: normal;
    visibility: visible;
    line-height: 100%;
    word-spacing: normal;
    letter-spacing: normal;
    text-align:left;
    float: none;
    clear: none;
    margin-top:4px;
    margin-bottom:10px;
    padding:2px;
    border-top:5px solid;
    border-bottom:5px solid;
}
H6{
    font-size: 100%;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    color: #000096;
    text-decoration: none;
    vertical-align: sub;
    position: normal;
    visibility: visible;
    line-height: 100%;
    word-spacing: normal;
    letter-spacing: normal;
    text-align:left;
    float: none;
    clear: none;
    margin-top:4px;
    margin-bottom:10px;
    padding:2px;
    border-top:5px solid;
    border-bottom:5px solid;
}

/* 各表示タグのスタイル */
ADDRESS{
  color : blue;
  text-decoration : underline;
}
NOSCRIPT{
  font-size : 12pt;
  font-weight : 900;
  color : red;
  background-color : yellow;
  text-decoration : underline;
}
SPAN{
  font-family : "ＭＳ ゴシック";
  color : blue;
}
B{
  font-weight : 900;
  font-style : normal;
  font-variant : normal;
  color : black;
}
STRONG{
  font-weight : 900;
  font-style : normal;
  font-variant : normal;
  color : navy;
  text-decoration : none;
}
I{
  font-weight : 400;
  font-style : italic;
  font-variant : normal;
  color : black;
}
EM{
  font-weight : 400;
  font-style : italic;
  font-variant : normal;
  color : navy;
}
S{
  font-weight : 200;
  font-style : normal;
  font-variant : normal;
  color : silver;
  text-decoration : line-through;
}
U{
  font-weight : 400;
  font-style : normal;
  font-variant : normal;
  color : black;
  text-decoration : underline;
}

/* リンク用タグのスタイル */
A{
  color : aqua;
  text-decoration : underline;
  cursor : pointer;
}
A:LINK{
  color : blue;
  text-decoration : underline;
  cursor : pointer;
}
A:VISITED{
  color : navy;
  text-decoration : underline;
  cursor : pointer;
}
A:HOVER{
  color : #ff8000;
  background-color : #feffe6;
  text-decoration : none;
  cursor : pointer;
}
A:ACTIVE{
  color : #ffff00;
  background-color : green;
  text-decoration : none;
  cursor : pointer;
}

/* 各レイアウト（<DIV>タグ）のＩＤ指定 */
#title{
  color : black;
  
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 750px;
  height : 80px;
  float : none;
  clear : none;
  position : absolute;
  top : 10px;
  left : 10px;
  z-index : 4;
  visibility : visible;
  background-repeat : no-repeat;
  background-attachment : scroll;
}
#menu01{
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 160px;
    height: 474px;
    float: none;
    clear: none;
    position: absolute;
    top: 116px;
    left: 10px;
    z-index: 3;
    visibility: visible;
    cursor: auto;
    background-color:transparent;
}
#menu02{
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 150px;
  height : 500px;
  float : none;
  clear : none;
  position : absolute;
  top : 90px;
  left : 660px;
  z-index : 5;
  visibility : visible;
  cursor : auto;
}

/* メニュー用テーブルのスタイル */


/* 直線（区切り線）のスタイル */
HR{
    text-align: center;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: none;
    clear: none;
    position: normal;
    visibility: visible;
    border-style:solid;
    border-left-color:#0000C5;
    border-right-color:#000082;
    border-top-color:#0000FF;
    border-bottom-color:#000064;
    border-color:#33CCFF;
}

/* 枠組みCOOL01 （<DIV id="text">で呼び出し） */
#text{
    width: 150px;
    height: 40px;
    border: 1px;
    cellpadding: 2px;
    cellspacing: 2px;
    background-color: #33CCFF;
    border-color:#3399CC;
    border-left-color:#FFFFFF;
    border-left-style:#FFFFFF;
    border-top-color:#FFFFFF;
    border-top:#FFFFFF;
    border-right:#3399CC;
    border-right-color:#3399CC;
    border-bottom-color:#3399CC;
    border-bottom:#3399CC;
}

/* 枠組みCOOL03 （<DIV class="title2">等で呼び出し） */
.title2{/*タイトル部分*/
  background-color: #99BFFF;/*背景色*/
  color: #221122;/*文字色*/
  width : 634px;/*幅*/
  padding: 2px 1em;
  border-left: double 17px #3848C8;/*左の二本線*/
  border-right: dashed 2px #99BFFF;/*右の点線*/
  font-size: 10pt;/*文字サイズ*/
  font-weight: bold;/*太字*/
  font-family: Arial,sans-serif;
  letter-spacing: 0.2em;/*文字間隔*/
  }
.text2{
  width : 631px;/*幅。上の幅から3だけマイナスして下さい*/
  padding: 8px 4px 7px 9px;
  margin: 0px 0px 0px 3px;
  border-left: solid 1px #787898;/*枠色*/
  border-bottom: solid 1px #989898;
  border-right: dashed 2px #FCFBFF;
  background-color: #FCFBFF;/*薄い背景色*/
  font-size: 10pt;/*文字サイズ*/
  }


