@charset "Shift_JIS";

/* ページ本体
---------------------------------------------------- */
#contentcover {
  margin: 0;
  width: 1000px;
  height: 520px;
  background: url(../images/cover-image.jpg) right no-repeat;
}
#contentside {
  margin: 0;
  width: 370px;
  height: 520px;
}
#contentshop {
  margin: 5px 0 0 380px;
  width: 625px;
  height: 520px;
  background: url(../images/shop.jpg) right no-repeat;
}
#content {
  margin: 0;
  width: 1000px;
}
#contentcover img {
  float: left;
  margin: 15px 0 0 15px;
  vertical-align: bottom;
}
#content-text {
  float: left;
  margin: 20px 0 0 20px;
}
#content-text ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#content-text h2 {
  margin: 0;
  font-size: 10.5pt;
  font-weight: bold;
  color: #338800;
}
#content-text p {
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-size: 10.5pt;
  font-weight: bold;
  color: #aaaaaa;
}

.left {
  float: left;
  margin: 5px;
  background: #ffffff url(../images/boxside.gif) left repeat-y;
}
.right {
  background: url(../images/boxside.gif) right repeat-y;
}
.top {
  background:  url(../images/boxtop.gif) left top no-repeat;
}
.bottom {
  background: url(../images/boxbottom.gif) left bottom no-repeat;
}
.edgetop {
  background:  url(../images/boxedgetop.gif) right top no-repeat;
}
.edgebottom {
  background: url(../images/boxedgebottom.gif) right bottom no-repeat;
}
