@charset "UTF-8";

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

Top Page CSS

for chugakujuken.com
coded by d-spica at 2009-07-28
linked to "index.html"

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

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


#area-header {
  margin-bottom: 20px;
}

#area-main p.banner {
  margin-bottom: 20px;
}

#area-main div.section {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 10px;
  background: url(../img/common/ln-dot-bl.png) repeat-x top;
}

#area-main div.section a {
  text-decoration: none;
}

#area-main div.section a:hover {
  text-decoration: underline;
}

#area-main div.section ul.link-list li {
  margin-left: 0;
}

#area-main #jisseki {
  overflow: hidden;
  zoom: 1;
}

#area-main #jisseki ul.link-list {
  float: right;
  width: 285px;
}

#area-main div.section p.tel {
  text-align: right;
}

#area-main #new ul {
  height: 10.5em;
  overflow: auto;
}

#area-main #k-contents {
  float: left;
  width: 235px;
}

#area-main #info {
  float: right;
  width: 235px;
}

#area-main ul.button {
  clear: both;
}


