@charset "utf-8";
/* CSS Document */

body {
  font-family: Verdana, sans-serif;
  font-size:0.8em;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #2c3959;
  background-image: url(../images/back.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#container {
  width: 774px;
  height: 592px;
  margin-left: auto;
  margin-right: auto;
}
#area1 {
  width: 670px;
  height: 111px;
  padding: 75px 52px 0 52px;
}
#button-area {
  width: 670px;
  height: 32px;
  padding: 7px 52px 0 52px;
  text-align: center;
}
#area2 {
  float: left;
  width: 186px;
  height: 319px;
  padding: 0 17px 0 52px;
}
#area3 {
  float: left;
  width: 467px;
  height: 319px;
  padding: 0 52px 0 0px;
}
.clear-fl {
  clear: both;
}
#frame01, #frame02, #frame03, #frame04, #frame05 {
  overflow-x:hidden;
}
#frame01 {
  width: 150px;
  height: 102px;
  float: left;
  border: none;
}
#frame02 {
  width: 520px;
  height: 102px;
  float: left;
  border:none;
}
#frame03 {
  width: 97%;
  height: 314px;
  float: left;
  border:none;
}
#frame04 {
  width: 100%;
  height: 218px;
  float: left;
  border:none;
}
#frame05 {
  width: 100%;
  height: 89px;
  float: left;
  border:none;
}
.footer {
  font-family:sans-serif;
  color:black;
  font-size:0.8em;
  text-align: center;
  padding-top: 40px;
}