@charset "utf-8";
/* CSS Document */
/*---------------------------------------------

guide CSS

for guide pages
coded by 0 at 2009-12-18

---------------------------------------------*/
@import url(../../css/default.css);
@import url(../../css/common.css);

/* Address */
div#contents div#main div#address {
  margin: 1em 0 2em 0;
  padding: 0.5em 0.5em 0.5em 1em;
  width: 620px;
  border: 1px solid #ccc;
  background: #eee;
  overflow: hidden;
}

div#contents div#main div#address .address1 {
  float: left;
  font-weight: bold;
}

div#contents div#main div#address .address2 {
  float: left;
  margin-left: 2em;
}

/* access */
div#contents div#main div#main_box div#access {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 20px 10px;
  width: 620px;
}

div#contents div#main div#main_box div#access h3 {
  margin: 0 0 10px 0;
  clear: both;
}

div#contents div#main div#main_box div#access h4 {
  margin:0 0 0 10px;
  padding:0 0 0 15px;
  font-size: 1.2em;
  background:url(../image/h_title_point.gif) no-repeat;
  border-bottom:1px dashed #999999;
  clear: both;
}

div#contents div#main div#main_box div#access p {
  margin: 10px 0 20px 20px;
}

div#contents div#main div#main_box div#access p {
  margin: 10px 0 20px 20px;
  clear: both;
}

div#contents div#main div#main_box div#access .map {
  margin: 0 0 20px 10px;
}

div#contents div#main div#main_box div#access .image-right {
	float: right;
	margin: 5px 0 10px 5px;
}

div#contents div#main div#main_box div#access .left {
  float: left;
  margin: 10px 0 20px 20px;
}

/* info_box */
div#contents div#main div#main_box div#info {
  width: 620px;
  margin: 0 0 0 10px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
}

div#contents div#main div#main_box div#info h3 {
  margin: 10px 0 10px 0;
}

div#contents div#main div#main_box div#info p {
  float: right;
  margin: 20px 0 0 10px;
  position: relative;
}

div#contents div#main div#main_box div#info div.info_box {
  width: 620px;
  overflow: auto;
  height: 160px;
  clear: both;
}

div#contents div#main div#info div.info_box dl {
  border-bottom: 1px dashed #CCCCCC;
  margin: 0 0 5px 0;
}

div#contents div#main div#info div.info_box dl dt {
  color: #C00926;
}

/* news_box */
div#contents div#main div#main_box div#news {
  width: 620px;
  margin: 0 0 20px 10px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
}

div#contents div#main div#main_box div#news h4 {
  margin: 20px 0 10px 0;
}

div#contents div#main div#main_box div#news p {
  float: right;
  margin: 20px 0 0 10px;
  position: relative;
}

div#contents div#main div#main_box div#news div#blog_news,
div#contents div#main div#main_box div#news div#info_news,
div#contents div#main div#main_box div#news div.news_box {
  width: 300px;
}

div#contents div#main div#main_box div#news div#info_news {
  float: right;
}

div#contents div#main div#main_box div#news div.news_box {
  overflow: auto;
  height: 220px;
  clear: both;
}

div#contents div#main div#news div.news_box dl {
  border-bottom: 1px dashed #CCCCCC;
  margin: 0 0 5px 0;
}

div#contents div#main div#news div.news_box dl dt {
  color: #C00926;
}

