@charset "UTF-8";

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

Base CSS

for style-h.jp
coded by d-spica at 2011-04-20
imported to "page-xxx.css"

-----------------------------------------------

Basic Layout

  div#page

    div#container
    
      div#header
        h1
        p.logo
        p.description
        p.nav
  
      div#navigation
        ul
                
      div#main
        div.photos / h1
        (-> page-xxx.css)
      
      div#sub
        ul.banners
        (-> page-xxx.css)
        
      div#footer
        ul.nav
        p.logo
        address
        p.credit

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



body {
  background: #F2EDE3 url(../img/base/bg-body-b.png) repeat-x left bottom;
  line-height: 1.5;
}


/* Page Area */

#page {
  background: url(../img/base/bg-body-t.png) repeat-x left top;
  font-size: 93%;
  color: #000;
}


/* Header Area */

#header {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 11px;
  width: 960px;
  height: 110px;
}

#header h1 {
  font-size: 91%;
  font-weight: normal;
  color: #FFF;
}

#header .logo {
  position: absolute;
  top: 44px;
  left: 0;
}

#header .description {
  position: absolute;
  top: 45px;
  left: 195px;
  font-size: 84%;
}

#header .nav {
  position: absolute;
  top: 61px;
  right: 0;
}


/* Navigation Area */

#navigation {
  margin: 0 auto;
  width: 960px;
}

#navigation ul {
  overflow: hidden;
  margin: 3px 0 1px 2px;
  padding-left: 2px;
  height: 48px;
  background: url(../img/base/ln-nav-separater.png) no-repeat left center;
}

#navigation ul li {
  float: left;
  padding-right: 2px;
  width: 157px;
  background: url(../img/base/ln-nav-separater.png) no-repeat right center;
}

#navigation ul li a {
}


/* Contents Area */

#contents {
  margin: 0 auto 20px;
  padding: 0 15px;
  width: 960px;
}

#contents:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

#contents h1 {
  margin-bottom: 10px;
  padding-top: 15px;
  height: 45px;
  font-size: 184%;
  font-weight: normal;
  color: #FFF;
}

#contents p.topicpath {
  margin-bottom: 15px;
  padding-left: 13px;
  background: url(../img/base/ar-topicpath.png) no-repeat left center;
  font-size: 91%;
}


/* Main Area */

#main {
  float: left;
  width: 700px;
}

#main h2,
#main h3,
#main h4,
#main p,
#main ul,
#main ol,
#main dl,
#main table {
  margin-bottom: 10px;
}

#main div.section {
  margin-bottom: 20px;
}



/* Sub Area */

#sub {
  float: right;
  width: 230px;
}

#sub ul.banners {
  margin-bottom: 20px;
}

#sub ul.banners li {
  margin-bottom: 10px;
}


/* Footer Area */

#footer {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 176px;
}

#footer .nav {
  position: absolute;
  top: 40px;
  right: 0;
  line-height: 1.1;
  text-align: right;
}

#footer ul.nav li {
  display: inline;
  border-left: solid 1px #000;
}

#footer ul.nav li:first-child {
  border-left: none;
}

#footer .nav a {
  margin-left: 6px;
  margin-right: 3px;
}

#footer .logo {
  position: absolute;
  top: 32px;
  left: 0;
}

#footer address {
  position: absolute;
  top: 87px;
  left: 0;
  line-height: 1.2;
}

#footer p.credit {
  position: absolute;
  bottom: 8px;
  right: 0;
}
  

/* All Ground Parts */


em,
strong {
}

hr {
  visibility: hidden;
  height: 0;
  clear: both;
}


/* Link */

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#contents a {
  text-decoration: underline;
}

#contents a:hover {
  text-decoration: none;
}

#sub a:hover img,
#main a:hover img,
#header a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
