@charset "utf-8";
/* CSS Document */

/* コンテンツ一般 */
#contents {
  width: 800px;
  margin: 0 auto;
}

#main {
  background: url(../img/common/right_bg.png) repeat-y right top;
  margin-left: 20px;
  padding-bottom: 100px;
}

#left {
  width: 610px;
}

#left h2 {
  text-indent: -9999px;
}




/* センターご案内 */
#left .guide {
  padding-top: 20px;
  margin-bottom: 30px;
}

#left .guide h2{
  background: url(../img/guide/guide_text.png) no-repeat;
  width: 610px;
  height: 34px;
  margin-bottom: 10px;
}

#left .guide .rrrc {
  border: #96781e solid 1px;
  width: 608px;
}

#left .guide .rrrc h3 {
  background-color: #ab934b;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

#left .guide .rrrc ol {
  margin: 10px 40px;
}

#left .guide .rrrc ol li {
  list-style-type: decimal;
}




/* 交通機関ご案内 */
#left .traf {
  padding-top: 20px;
  margin-bottom: 30px;
}

#left .traf h2{
  background: url(../img/guide/traf_text.png) no-repeat;
  width: 610px;
  height: 34px;
  margin-bottom: 10px;
}

#left .traf table {
  width: 608px;
  border: #96781e solid 1px;
  border-top: #96781e solid 3px;
  margin-top: 20px;
}

#left .traf table tr {
}

#left .traf table tr td {
  padding: 10px;
  border-bottom: #96781e dotted 1px;
}

#left .traf table tr td span{
  color: #96781e;
}





/* 地図 */
#left .map {
  padding-top: 20px;
}

#left .map h2{
  background: url(../img/guide/map_text.png) no-repeat;
  width: 610px;
  height: 34px;
  margin-bottom: 10px;
}

#left .map .tw_map {
  width: 608px;
  border: #96781e solid 1px;
  border-top: #96781e solid 3px;
}

#left .map iframe {
  width: 580px;
  margin: 10px 14px 5px;
}

#left .map small {
  margin-left: 15px;
}

#left .map .tw_map p {
  margin: 15px;
}




/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
