/* CSS OF MAINPAGE */
#page {
  background: #db6;
  padding: 0;
}
#header-image {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#header-image img {
  padding: 0;
  margin: 0;
}
.content-width {
  width: 670px;
}
.text {
  padding: 5px;
}
table.text {
  padding: 5px;
}
.block {
  margin-top: 10px;
  padding-top: 80px;
  border: solid 5px #ffc;
  text-align: left;
  font-size: .9em;
}
.block h2 {
  margin: 0;
  line-height: 1em;
  font-size: 1.1em;
  font-style: normal;
  text-decoration: none;
  color: #693;
  border-bottom: solid 1px #fc6;
}
.block .block-inner li {
  list-style-type: circle;
  margin-left: 0;
  padding-left: 0;
}
.block li.nospace {
  margin-top: 0;
  margin-bottom: 0;
}
.block .mbl1 {
  display: block;
  position: relative;
  background: transparent url(images/mbtl.gif) no-repeat top left;
  top: -85px;
  left: -10px;
}
.block .mbl2 {
  display: block;
  position: relative;
  background: transparent url(images/mbtr.gif) no-repeat top right;
  left: 20px;
}
.block .mbl3 {
  display: block;
  position: relative;
  background: transparent url(images/mbbr.gif) no-repeat bottom right;
  bottom: -95px;
}
.block .mbl4 {
  display: block;
  position: relative;
  background: transparent url(images/mbbl.gif) no-repeat bottom left;
  left: -20px;
  padding: 0 0 12px 10px;
}
.block-inner {
  background: transparent;
  color: #786;
}
#block1 {
  background: #ffc url(images/block1.jpg) no-repeat top center;
}
#block2 {
  background: #ffc url(images/block2.jpg) no-repeat top center;
}
#block4 {
  background: #ffc url(images/block4.jpg) no-repeat top center;
}
.inner2-1, .inner2-2 {
  text-align: left;
  width: 300px;
  padding: 0 10px;
}
.inner2-1 {
  border-right: solid 1px #ddd;
  float: left;
}
.inner2-2 {
  float: left;
}
.inner3-1, .inner3-2, .inner3-3 {
  text-align: left;
  width: 190px;
  padding: 0 10px;
}
.inner3-1, .inner3-2 {
  border-right: solid 1px #ddd;
}
.inner3-1 {
  float: left;
}
.inner3-2 {
  float: left;
}
.inner3-3 {
  float: left;
}

