@charset "utf-8";


/* ****************************************_**************************************** */


/* Background Image */

body {
  background: url(../../../images/rokusei/background.jpg) top center no-repeat;
}


/* ****************************************_**************************************** */


/* global navigation // Rokusei */

#menu_rokusei {
  width: 63px;
  background-position: -278px -40px;
}

#menu_rokusei:hover {
  background-position: -278px -40px;
}


/* ****************************************_**************************************** */


/* Contents Area */

#contents_area {
  width: 770px;
  margin-top: 40px;
  font-size: 0.85em;
}

#contents_area h2 {
  height: 40px;
  background: url(../../../images/rokusei/h2_title.png) top left no-repeat;
}


/* ****************************************_**************************************** */


/* Rokusei */

#rokusei p, #story p {
  margin: 15px 0 10px 15px;
}


#rokusei dl {
  margin: 10px 0 0 0;
}

#rokusei dl dt {
  display: block;
  float: left;
  width: 150px;
  padding: 0 0 5px 0;
  text-align: right;
  clear: both;
}

#rokusei dl dd {
  display: block;
  padding: 0 0 5px 160px;
}


/* ****************************************_**************************************** */


/* Story,Teoke */

#story {
  margin: 40px 0 0 0;
}

#teoke {
  margin: 40px 0 40px 0;
}

#teoke p {
  margin: 20px 0 0 315px;
}

#story h2, #teoke h2 {
  height: 37px;
}

#story h2 {
  background: url(../../../images/rokusei/h2_title02.png) top left no-repeat;
}

#teoke h2 {
  background: url(../../../images/rokusei/h2_title03.png) top left no-repeat;
}


/* ****************************************_**************************************** */