@charset "utf-8";


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


/* Background Image */

body {
  background: url(../../../images/access/background.jpg) bottom right no-repeat;
}


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


/* global navigation // Access */

#menu_access {
  width: 60px;
  background-position: -606px -40px;
}

#menu_access:hover {
  background-position: -606px -40px;
}



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


/* Contents Area */

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

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

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


/* Access Text */

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

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

#access_text dl dd {
  display: block;
  padding: 10px 20px 0 110px;
}


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


/* Map */


#map {
  margin: 40px 0 60px 0;
  text-align: center;
}

#map p {
  margin: 20px 0 0 15px;
  font-size: 0.85em;
}

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