@charset "utf-8";


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


/* Background Image */

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

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


/* global navigation // Information */

#menu_information {
  width: 89px;
  background-position: 0 -40px;
}

#menu_information:hover {
  background-position: 0 -40px;
}


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


/* Contents Area */

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

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


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


/* Information Text */

#information_text {
  margin: 20px 0 40px 0;
}

#information_text h2 {
  height: 47px;
  background: url(../../../images/information/h2_title02.png) center left no-repeat;
}

#information_text p {
  width: 450px;
  margin: 15px 0 0 15px;
  text-align: left;
}

#information_text img {
  margin: 20px 0 0 -15px;
}

#information_text dl {
  margin: 25px 0 0 0;
  color: #610A62;
}

#information_text dl dt {
  display: block;
  float: left;
  width: 100px;
  padding: 0 0 3px 0;
  text-align: right;
  clear: both;
}

#information_text dl dd {
  display: block;
  padding: 0 0 3px 110px;
}

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


/* Next Time */

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

#nexttime h2 {
  height: 37px;
  background: url(../../../images/information/h2_title03.png) center left no-repeat;
}

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

#nexttime dl dt {
  display: block;
  float: left;
  width: 60px;
  padding: 10px 0 0 0;
  text-align: right;
  clear: both;
}

#nexttime dl dd {
  display: block;
  padding: 10px 0 0 70px;
}

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

