@charset "UTF-8";

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

Floor Index Page CSS

for cgl.co.jp/museum/
coded by d-spica at 2010-01-09
linked to "/$floor/$page.html"

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

 
@import url(default.css);
@import url(base.css);
@import url(parts-guide.css);


#area-main h1 {
  font-size: 108.3%;
}

#area-contents h2 {
  margin-bottom: 10px;
  height: 20px;
  font-size: 108.3%;
}

#area-main div.floor {
  overflow: hidden;
  margin: 10px 0 20px;
  width: 670px;
  background: url(../img/base/bg-floor.png) repeat-x 0 18px;
}

#area-main div.floor div.heading {
  float: left;
  width: 160px;
  margin-right: 10px;
  display: inline;
}

#area-main div.floor div.heading img {
  border: none;
}

#area-main div.floor div.photo {
  float: left;
  width: 430px;
  margin-right: 10px;
  display: inline;
}

#area-main div.floor div.nav {
  float: left;
  width: 50px;
  padding: 5px;
  background: #000;
}

#area-main div.floor div.nav p.scroll-nav {
  margin-top: 8px;
  padding-top: 2px;
  background: url(../img/base/ln-dot-gy.png) repeat-x top;
}

#area-main p.hd-image {
  margin-bottom: 10px;
  line-height: 1;

  margin-bottom: 0px;
}

#area-main div.section {
  margin-bottom: 10px;
  padding: 0 40px 15px;
  background: #FFF;
  color: #000;
}

#area-main div.section h3 {
  margin: 0 -40px 10px;
  padding: 18px 170px 0 80px;
  height: 50px;
  background: url(../img/base/bg-heading.png) no-repeat 0 0;
  background: url(../img/base/bg-heading_white.png) no-repeat 0 0;
  font-size: 124.9%;
  color: #999;
}

#area-main div.section h3 a {
  color: #000 !important;
  
  text-decoration: underline;
}
#area-main div.section h3 a:hover {
  color: #F36 !important;
  text-decoration: none;
}

#area-main div.section div.floor_link {
  background: url(../img/base/bk_floor_link.jpg) no-repeat 0px 4px;
  margin-top: 10px;
  padding-left: 22px;
  font-size: 98%;
}
