/* Kaishin Electronics Co.,ltd. Computer Revival Service (KEC/CRS) */

/* 全体の定義 */
BODY{
  font-size : 12pt;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : 400;
  font-style : normal;
  font-variant : normal;
  border-style : none none none none;
  list-style-type : decimal;
  list-style-position : outside;
  color : black;
  background-color : white;
  position : absolute;
  visibility : visible;
  cursor : auto;
}

/* 通常のテーブルの定義 */
TABLE{
  font-size : 10pt;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : 400;
  font-style : normal;
  font-variant : normal;
  color : black;
  background-color : white;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  list-style-type : decimal;
  list-style-position : outside;
  position : normal;
  visibility : visible;
}
CAPTION{
  visibility : hidden;
}
TH{
  visibility : hidden;
}

/* 中央コンテンツ部分TABLEの定義 */
#contents{
  font-size : 10pt;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : 400;
  font-style : normal;
  font-variant : normal;
  color : black;
  background-color : white;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  width : 500px;
  list-style-type : decimal;
  list-style-position : outside;
  position : absolute;
  top : 90px;
  left : 160px;
  visibility : visible;
}

/* 中央コンテンツ部分（幅650px・右メニュー部分なし）TABLEの定義 */
#contents2{
  font-size : 10pt;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : 400;
  font-style : normal;
  font-variant : normal;
  color : black;
  background-color : white;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 650px;
  list-style-type : decimal;
  list-style-position : outside;
  position : absolute;
  top : 90px;
  left : 160px;
  visibility : visible;
  float : none;
  line-height : 110%;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;border-width : 0px 0px 0px 0px;
  clear : none;
}

/* 左側メニューDIVの定義 */
#menu_left{
  font-size : 10pt;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : 400;
  font-variant : normal;
  color : #000080;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  width : 150px;
  height : 400px;
  list-style-type : decimal;
  list-style-position : outside;
  position : absolute;
  top : 90px;
  left : 10px;
  visibility : visible;
}

/* 右側メニュー（サブコンテンツ）DIVの定義 */
#menu_right{
  font-size : 10pt;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : 400;
  font-style : normal;
  font-variant : normal;
  line-height : 120%;
  color : #000080;
  background-color : white;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  width : 150px;
  height : 400px;
  list-style-type : decimal;
  list-style-position : outside;
  position : absolute;
  top : 90px;
  left : 660px;
  visibility : visible;
}

/* タイトルバーDIVの定義 */
#title_bar{
  font-size : 10pt;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : 400;
  font-style : normal;
  font-variant : normal;
  text-decoration : none;
  width : 800px;
  height : 80px;
  list-style-type : decimal;
  list-style-position : outside;
  position : absolute;
  top : 10px;
  left : 10px;
  visibility : visible;
}

/* 見出しのスタイル */
H1{
  font-size : 18pt;
  font-weight : 700;
  font-style : normal;
  font-variant : normal;
  color : navy;
  background-color : white;
  list-style-type : decimal;
  list-style-position : outside;
}
H2{
  font-size : 16pt;
  font-weight : 700;
  font-style : normal;
  font-variant : normal;
  color : navy;
  background-color : white;
}
H3{
  font-size : 14pt;
  font-weight : 700;
  font-style : normal;
  font-variant : normal;
  color : navy;
  background-color : white;
}
H4{
  font-size : 12pt;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : 900;
  font-style : normal;
  font-variant : normal;
  text-transform : capitalize;
}
H5{
  font-size : 12pt;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : 700;
  font-style : normal;
  font-variant : normal;
  color : black;
  background-color : white;
  list-style-type : decimal;
  list-style-position : outside;
}
H6{
  font-size : 12pt;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : 700;
  font-style : normal;
  color : black;
  background-color : white;
}

/* リンクのスタイル */
A{
  color : blue;
  text-decoration : underline;
}
A:LINK{
  color : blue;
  text-decoration : underline;
}
A:VISITED{
  color : navy;
  text-decoration : underline;
}
A:HOVER{
  color : red;
  background-color : #feffe6;
  text-decoration : none;
}
A:ACTIVE{
  color : red;
  background-color : #ffcab0;
  text-decoration : none;
}

/* 直線（区切り線）のスタイル */
HR{
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    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;
}


