@charset "UTF-8";

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

Top Page CSS

for j-cn.jp
coded by d-spica at 2009-02-14
linked to "/index.html"

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

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


#area-container {
  background: url(../img/base/bg-header-top.png) no-repeat center top;
}

#area-main {
  margin-top: 0;
}

#area-main h2.page-title {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
  visibility: hidden;
}

#area-main div.section {
  padding-left: 10px;
}

#area-main div.section h3 {
  margin-left: -10px;
}

#area-main div.article-menu {
  height: 62px;
  background: url(../img/base/bg-article-menu.png) no-repeat center top;
  padding-top: 4px;
  padding-left: 4px;
}

#area-main div.article-menu ul {
  margin: 0;
}

#area-main div.article-menu ul li {
  display: inline;
}
  
#area-main div#recent {
  float: left;
  width: 280px;
}

#area-main div#notice {
  float: right;
  width: 280px;
}

#area-main div.section dl dt {
  font-family: "Arial Black", sans-serif;
  color: #666;
}

#area-main div.section dl dd {
  margin-bottom: 0.5em;
  padding-bottom:0.5em;
  border-bottom: solid 1px #D9D9D9;
}

#area-main div#recent dl dd {
  padding-left: 9px;
  background: url(../img/base/mk-link.png) no-repeat 0 0.25em;
}

