@charset "UTF-8";

/*---------------------------------------------

Contact Page CSS

for j-cn.jp
coded by d-spica at 2009-02-15
linked to "/register.php",
          "/request.html",

---------------------------------------------*/

 
@import url(default.css);
@import url(common.css);


#area-contents h2.page-title {
  margin-bottom: 30px;
}

#area-main div.section {
  overflow: hidden;
  margin-bottom: 30px;
  width: 600px;
}

#area-main div.section h3 {
  padding-left: 10px;
  background: url(../img/base/mk-hd.png) no-repeat left center;
  border-bottom: solid 2px #D9D9D9;
  font-size: 115.4%;
}

#area-main div.section dl.tel {
  padding-top: 5px;
  border-bottom: solid 1px #D9D9D9;
}

#area-main div.section dl.tel dt {
  float: left;
  padding-left: 13px;
  width: 2em;
  height: 30px;
  background: url(../img/base/mk-list.png) no-repeat left center;
  line-height: 30px;
}

#area-main div.section dl.tel dd {
  padding-left: 3em;
  height: 30px;
  line-height: 30px;
  font-family: "Arial Black", sans-serif;
  font-size: 153.9%;
  color: #FF9663;
}

#area-main div.section ol {
  margin-left: 30px;
}

#area-main div.section ol li {
  margin: 5px 0;
}

#area-main div.section form {
  margin: 20px 0;
}

#area-main div.section form dl {
  margin-bottom: 0;
  border-top: solid 1px #D9D9D9;
}

#area-main div.section form dl dt {
  float: left;
  padding: 7px 0 7px 13px;
  width: 8em;
  background: url(../img/base/mk-list.png) no-repeat 0 9px;
}

#area-main div.section form dl dd {
  padding: 7px 0 7px 10.5em;
  padding-bottom: 10px;
  border-bottom: solid 1px #D9D9D9;
}

#area-main div.section form dl dd p {
  margin: 0;
}

#area-main div.section form p.button {
  padding: 10px 0 10px 10.5em;
  border-bottom: solid 1px #D9D9D9;
}

#area-main div.section form input {
  line-height: 1.1;
}

#area-main div.section pre.mail-body {
  padding: 10px;
  border: solid 1px #D9D9D9;
}

