/*---------- アクセス ----------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #333333;
  /*background-color: #ffffff;*/
}

#acc-menu {
  width: auto;
  margin: 0;
  padding: 2px 2px 0px 2px;
  height: 23px;
  text-align: left;
  /*
  border-top: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;*/
  border-bottom: solid 1px #1a509a;
  background-image: url(../img/head_menu_back_base.gif);
  background-repeat: repeat-x;
}

#acc-menu  ul {
  width: 207px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
  background-image: url(../img/head_menu_back_base.gif);
  background-repeat: repeat-x;
}

#acc-menu li {
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
}

#acc-menu li a {
  font-size: 12px;
  line-height: 13px;
  width: 50px;
  height: 15px;
  color: #333;
  background-image: url(img/head_menu_back_abase.gif);
  text-align: center;
  display: block;
  letter-spacing: 1px;
  /*
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #bbbbbb;
  */
  text-decoration: none;
  padding: 5px 0px 4px 0px;
}

#acc-menu li a:hover {
  color: #fffffc;
  background-image: url(../img/menu_back.png);
  font-weight: bold;
}

#acc-menu #map a, #car a, #bus a{
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #bbbbbb;
  /*padding: 5px 0px 3px 0px;*/
}

#tabs_am {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  font-size: 12px;
}

