@charset   "Shift_JIS";
html{
  height : 100%;
  padding : 0;
  text-align : left;
}
body{
  height : 100%;
  padding : 0;
  text-align : left; 
}
*{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
#main{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 860px;
  height : auto;
  margin : 0 auto;
  position :absolute;
  top : 0px;
  left : 0px;
  text-align : center;
  background-color : #990000;
}
#header{
  background-color : #990000;
  background-image : url(site_image/title_darkred.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  height : 100px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 860px;
  top : 0px;
  left : 0px;
}
#cont{
  width : 760px;
  left : 0px;
  font-size : 11pt;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  border-width : 20px 30px;
  border-style : solid;
  border-color : #990000;
  background-color : #ffffff;
  top : 140px;
  overflow : auto;
}
#navi{
  background-color : #660000;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-width : 0px;
  width : 860px;
  height : 20px;
  top : 100px;
  left : 0px;
}
#footer{
  color : white;
  background-color : black;
  width : 860px;
  height : 100px;
  left : 0px;
  bottom : 0px;
  vertical-align : middle;
  font-weight : bold;
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  font-size : 11pt;
  text-align : center; 
}

