 
.box{
  width : 600px;
  
  margin-top : 0%;
  background-color : white;
}



.main{
  width : 600px;
  background-color : white;
  margin-top : 0px;
}

.title{
  width : 600px;
  height : 145px;
  background-image : url(top.jpg);
  margin-top : 0px;
  background-repeat : no-repeat;
  background-color : white;
}

BODY{
  margin-top : 0px;
  text-align : center;
}

.bun{
  margin-top : 5px;
  margin-left : 10px;
  margin-right : 10px;
  background-color : white;
  font-size : 10pt;
  color : #2b5357;
  letter-spacing : 2px;
}

.midashi{
  font-weight : 900;
  color : #004040;
  font-size : 18pt;
  font-family : serif;
}

.bottom{
  background-color : white;
  background-repeat : no-repeat;
  width : 600px;
  height : 32px;
}

A{
  color : #005700;
  text-decoration : none;
}

A:VISITED{
  color : #8fa479;
}

A:HOVER{
  color : #005700;
  text-decoration : underline;
}

body{
scrollbar-face-color:white;
scrollbar-highlight-color:white;
scrollbar-shadow-color:white;
scrollbar-3dlight-color:white;
scrollbar-arrow-color:white;
scrollbar-track-color:white;
scrollbar-darkshadow-color:white;
}
.bottom2{
  color : #64899b;
  width : 600px;
  height : 30px;
  background-color : #a5b4bd;
}
