/*  main                                         */
#main {
  background: #fff;
  width: 1000px;
  margin: 0 auto 0 auto;
}
body {
  background: #eee;
}

/*  head                                         */
#head {
  height: 20px;
  background: url(img/head.jpg) #628ECA;
  border-bottom: solid 5px #628ECA;
}

/*  text                                         */
#body {
  width: 100%;
}
#body div {
  margin: 0 0 10px 0;
}
#body .one,
#body .two {
  padding: 0px;
  vertical-align: top;
}


/*  foot                                         */
#foot {
  height: 20px;
  background: url(img/head.jpg) #628ECA;
  border-top: solid 5px #628ECA;
}
