/* ペEジのレイアウト用CSS */
#contents {
  width : 860px;
  background-image: url(side_bk.jpg);
  background-repeat: repeat-y;
}
#main {
  float : none;
  margin-left : 0px;
  padding-right : 0px;
  background-color : white;
  margin-right : 0px;
}
#box {
  margin-left : 0px;
  background-color : white;
  margin-right : 0px;
  padding-right : 50px;
  margin-top : 10px;
  padding-left : 50px;
}