BODY{
  text-align : center;
  vertical-align : baseline;
  margin-top : 10px;
  background-color:#C48888;
  height:800px;
} 
#container{
  position: absolute;
  left: 50%;
  margin-left: -400px;
  width : 800px;
  text-align : left;
  border-width : 0px 0px 2px 0px;
  border-style : solid solid solid solid;
  border-color : gray gray gray gray;
  height : auto;
  background-color : LightGrey; 
}
#menubox{
  width:750px;
  height:60px;
  background-color:#CCCC99;
  border-bottom:1px solid #003300;
  text-align:center;
}
#menubutton{
  height:60px;
  position:relative;
  top:14px;
  text-align:center;
}
#mainbox {
  width:800px;
  height:465px;
  text-align:left;
  margin:0 auto;
}
#box_a {
  width:360px;
  height:225px;
  float:left;
  margin-top:15px;
  margin-left:15px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : gray gray gray gray;
  padding : 8px;
  vertical-align:middle;
  display:inline;
}
#box_b {
  width:735px;
  float:left;
  margin-top:15px;
  margin-left:15px;
  display:inline;
}
img.syasin{
  float:left;
  margin-top:10px;
  margin-left:10px;
}
#notice{
  width : 280px;
  height : 90px;
  float:left;
  overflow : auto;
  margin:10px;
  font-size : 14px;
  font-family : Arial;
}
a:hover{
  color:white;
}
#footer{
  width:800px;
  height:20px;
  clear:both;
  border-top:1px solid #003300;
  text-align:center;
}

span.footer{font-family:"Times New Roman",Times,serif;}