@charset "UTF-8";

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

Information Page CSS

for j-cn.jp
coded by d-spica at 2009-02-14
linked to "/reform.html",
          "/links.html",
          "/company.html",
          "/privacy-policy.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%;
}

#reform #area-main div#build p.visual {
  float: left;
  margin-right: 15px;
  display: inline; /* for IE */
}

#reform #area-main div#make-over {
  float: left;
  width: 290px;
}

#reform #area-main div#exterior {
  float: right;
  width: 290px;
}

#reform #area-main div.section p.banner {
  clear: both;
  text-align: center;
}

#reform #area-main div.section p.flag {
  padding-left: 10px;
  height: 30px;
  background: url(../img/base/bg-flag.png) no-repeat;
  line-height: 30px;
  font-size: 115.4%;
  font-weight: bold;
  color: #FFF;
}

#links #area-main div.section ul.link-list li {
  margin: 5px 0;
  padding-left: 13px;
  background: url(../img/base/mk-link.png) no-repeat left center;
}

#company #area-main div.section p.visual {
  float: right;
  width: 240px;
  border-left: solid 15px #FFF;
  border-bottom: solid 5px #FFF
}

#company #area-main div.section dl.data {
  padding-top: 10px;
  border-top: solid 1px #D9D9D9;
}

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

#company #area-main div.section dl.data dd {
  margin-bottom: 10px;
  padding-left: 9.5em;
  padding-bottom: 10px;
  border-bottom: solid 1px #D9D9D9;
}

#company #area-main div.section dl.data dd img {
  vertical-align: middle;
}

#company #area-main div.section div#map {
  margin-top: 10px;
  width: 598px;
  height: 448px;
  border: solid 1px #CCC;
}

#privacy-policy #area-main div.section h4 {
  margin-top: 1em;
  border-bottom: solid 1px #D9D9D9;
  font-weight: normal;
  font-size: 107.7%;
}

#privacy-policy #area-main div.section dl dt {
  padding-left: 13px;
  background: url(../img/base/mk-list.png) no-repeat left center;
}

#privacy-policy #area-main div.section dl dd {
  margin-left: 30px;
}

#privacy-policy #area-main div.section dl dd ul {
  margin: 0 0 0 20px;
  list-style: disc;
}


