@charset "UTF-8";

/*commons
-----------------------------------------------------------------------------*/
body {
  text-align: center;
  background: url(../img/bg.jpg);
}

#wrapper {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  width: 865px;
  margin-bottom: 20px;
}

#header {
  height: 100px;
  margin-top: 25px;
}

.eachWrap {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
}

.comment {
  background: url(../img/bg.jpg);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}

#footer {
  width: 865px;
  text-align: right;
}

/*font
-----------------------------------------------------------------------------*/
#header h1 {
  letter-spacing: 0.1em;
  margin-left: 5px;
  font-size: 200%;
}

#footer p {
  font-size: 70%;
  margin-top: 10px;
}

/*record
-----------------------------------------------------------------------------*/
#record { background: url(../img/bg.jpg); }

.recoWrap {
  margin-top: 25px;
  min-height: 180px;
  font-size: 130%;
  letter-spacing: 0.1em;
}

#tree12 { background: url(../img/dm_12hon-trans.png) no-repeat 25px 0px; }

#ecoBag { background: url(../img/dm_eco-trans.png) no-repeat 25px 0px; }

.recoWrap dl {
  margin-left:170px;
  padding-top: 15px;
}

.recoWrap dt {
  min-width: 50px;
  float: left;
}

.recoWrap dd { margin-bottom:2px; }

.recoWrap p {
  margin-left:170px;
  border-top: 1px solid #999999;
  margin-top: 5px;
  padding-top: 5px;
  width: 660px;
}

#contact {
  background: url(../img/bg_contact-trans.png) no-repeat 30px 25px;
  height: 350px;
}

#contact img {
  position: absolute;
  left: 170px;
  top: 270px;
}

/*record
-----------------------------------------------------------------------------*/
.recoWrap a{
  color: #666666;
  background: #E8E8E8;
  padding-right: 3px;
  padding-left: 3px;
}

.recoWrap a:hover{
  color: #ffffff;
  background: #B5B5B5;
}