/*--------------*/
/*  ページ全体  */
/*--------------*/
BODY {
  background-image : url(../img/public/bk_main.gif);
  text-align: center;
  background-repeat : repeat-y;
  background-position : 50% 50%;
  font-size : 13px;
}
/*----------*/
/*  リンク  */
/*----------*/
A:LINK{
  text-decoration : none;
  color : #004080;
}
A:VISITED {
  color : green;
  TEXT-DECORATION: none;
}
A:active {
  color:#cc00cc;
  TEXT-DECORATION: none;
}
A:hover {
  font-size:13px;
  color:#999999;
  TEXT-DECORATION: underline;
}
/*----------*/
/*  TABLE   */
/*----------*/
TABLE, TR, TH, TD {
  font-size : 13px ;
  margin-top : 0px 0px 0px 0px;
  margin-left : 0px 0px 0px 0px;
  margin-right : 0px 0px 0px 0px;
  margin-bottom : 0px 0px 0px 0px;
  border-width : 0px 0px 0px 0px;
  border-style : none none none none;
}
/*----------*/
/*  見出し  */
/*----------*/
H1 {
  font-size : 13px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-weight : normal;
  text-align : right;
  width : 800px;
}
H2 {
  font-size : 15px;
  font-weight : bold ;
  color : white;
  
  background-repeat : no-repeat;
  width : 580px;
  height : 18px;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  margin-top : 2px;
  text-align : left;
  background-color : green;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;
}
H3 {
  font-size : 13px;
  font-weight : bold;
  
  height : 15pt;
  padding-top : 3px;
  padding-left : 4px;
  margin-top : 0px;
  margin-left : 0px;
  margin-bottom : 0px;
  
  
  background-image : url(../img/public/h3.gif);
  background-repeat : no-repeat;
  color : white;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
}
H4{
  font-size : 13px;
  font-weight : bold;
  color : #000099;
  background-color : #d0d0ff;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-align : left;
}
.H3_cascade{
  color : white;
  background-color : gray;
}
.H3_index{
  color : #ffffff;
  background-color : #ff8000;
  font-size : 13px;
  font-weight : bold;
}
.H3_round{
  color : #ffffff;
  background-color : gray;
}
/*------------------*/
/*  ページデザイン  */
/*------------------*/
.DIV_head{
  width : 800px;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.DIV_navi{
  width : 800px;
  text-align : right;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.DIV_main{
  width : 800px;
  text-align : right;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-color : #e0efef;
}
.DIV_contents{
  float : left;
  width : 600px;
  text-align : left;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-image : url(../img/public/top_banner2.gif);
  background-color : #FFFFFF;
  background-repeat : no-repeat;
}
.DIV_index{
  float : left;
  width : 200px;
  height : 400px;
  text-align : left;
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-repeat : no-repeat;
  background-color : white;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : silver silver silver silver;
}
.DIV_foot{
  width : 800px;
  height : 50px;
  text-align : right;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-color : #aed7d7;
  color : white;
}
