 

.info_access{/*交通案内のコンテナ：観光ページの観光案内のコンテナにも使用*/
  width : 700px;
  text-align : left;
  margin-top : 15px;
}
.info_access p{/*車、電車、船着場の説明文：アクセスページ以外の観光ページでも使用*/
  font-size : 16px;
  font-family : Verdana,Arial,serif,sans-serif;
  font-weight : bold;
  line-height : 1.4em;
  text-align : left;
  background-color : #d9d3f3;
  padding-top : 2px;
  padding-left : 5px;
  padding-right : 2px;
  padding-bottom : 2px;
  margin-top : 1px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 10px;
}

.info_access_container{
  background-color : white;
  padding-bottom : 5px;
  width : 800px;
}
.info_access_garage{
  margin-bottom : 5px;
  width : 700px;
}
.garage_right{
  float : right;
  padding-top : 75px;
}
.garage_left{
  float : left;
}
