/*概要ページの基本デザイン*/
BODY {font-family : Osaka,"MS PGothic","MS Gothic",sans-serif;
      color:#666666;
  line-height : 130%;
  font-size : 90%;
  width : 800px;
  
  background-color : #f4fffb;
  margin-top : 2px;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;
  

}
#contents{
  width : 800px;
  height : 100%;
  position : relative;
}

/*-----elementtype-----*/
H1{
  font-size : 130%;
  font-weight : bolder;
  letter-spacing : 2pt;
  margin-top : 20px;
  margin-left : 5px;
  margin-right : 0px;
  margin-bottom : 30px;
  color : navy;
  border-width : medium medium medium 7px;
  border-left-style : double;
  border-left-color : #009999;
  padding-left : 3px;
  
  width : 580px;
  height : 27px;
  line-height : 1.7em;
  
  background-repeat : no-repeat;
  background-color : #aaf78c;
}
H3{
  background-image : url(images/cube.gif);
  height : 27px;
  background-repeat : no-repeat;
  padding-top : 6px;
  padding-left : 32px;
  font-size : 100%;
  font-weight : bold;
  margin-left : 12px;
}
/*-----navbar-----*/
#navbar{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 810px;
  height : 25px;  

  
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : groove;
  border-bottom-style : groove;
  border-top-color : olive;
  border-bottom-color : olive;
}
#navbar H2{
  text-align : center;
  width : 100px;
  float : left;
  text-align: center;
  margin: 0px;
  font-size : 12px;
  font-weight : bold;
  color : white;
  letter spacing: 2px;
  
  border-right : none;
  border-left : 1px solid white;
  padding-left: 0px;
  
  line-height : 2.2em;
  background-color : #a7be01;
  height : 28px;
  text-decoration : none;
  bottom : auto;
}

/*-----main-----*/
#main{
  
  width : 600px;
  
  
  text-align : left;
  vertical-align : middle;
  
  margin-top : 1px;
  letter-spacing : 1px;
  font-size : 100%;
  font-weight : normal;
  padding-top : 20px;
  
  
  padding-bottom : 10px;
  margin-left : 90px;
  margin-right : 90px;
  margin-bottom : 1px;
  

  
  
}
.subheader{
  font-weight : bolder;
  color : #2d364d;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  letter-spacing : 2px;
  font-size : 100%;
  padding-left : 10px;
}
/*-----address-----*/
ADDRESS{
  color : white;
  background-color : #2dcff2;
  width : 800px;
  
  clear: both;
  padding-right : 20px;
  margin-top : 20px;
}









.headtable{
  color : #5e6420;
  
  width : 800px;
  height : 100px;
  
  background-repeat : no-repeat;
  font-size : 200%;
  font-weight : bold;
  text-align : right;
  margin-bottom : 1px;
  background-color : white;
}
.topix{border-width : 5px 5px 5px 5px;border-style : outset outset outset outset;border-color : #a7be01 #a7be01 #a7be01 #a7be01;
  margin-top : 20px;
  margin-left : 20px;
  margin-right : 20px;
  margin-bottom : 20px;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;

 text-align : center;
}
A{
  color : navy;
  text-decoration : underline;
}

A:link{
  color : navy;
  text-decoration : underline;
}


.line{
  margin : 10px 10px 30px 10px;
  letter-spacing : 1px;
  line height :130%
  padding-bottom : 10px;
}

.line2{
  margin : 10px 10px 30px 10px;
  letter-spacing : 1px;
  line height :150%
  padding-bottom : 10px;
  padding-left : 20px;
}


H4{
  
  width : 500px;
  color : navy;
  
  
  font-size : 88%;
  height : 18px;
  font-weight : bold;
  border-left-width : 3px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : navy;
  border-bottom-color : navy;
  padding-left : 10px;
  margin-left : 15px;
  margin-top : 50px;
}
H5{
  
  background-image : url(images/titleline.jpg);
  background-repeat : no-repeat;background-position : center;
  color : #004040;
  
  padding-left : 2mm;
  height : 22px;
  font-size : 12px;
  padding-top : 1mm;
}
