div#contentsArea div#leftArea div#map {
  width: 100%;
  height: 400px;
}
div#contentsArea div#leftArea div#satoMapLink {
  margin: 15px 0 0 auto;
  width: 166px;
}
div#contentsArea div#leftArea a.button {
  display: inline-block;
  margin: 5px 5px 15px 0;
  padding: 3px 15px;
  border: 1px solid #493a31;
  border-radius: 3px;
  color: #493a31;
}
div#contentsArea div#leftArea a.button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #493a31;
}
div#contentsArea div#leftArea section {
  margin: 40px 0 0 0;
}
div#contentsArea div#leftArea section#carSec p {
  margin: 20px 0 0 0;
}
div#contentsArea div#leftArea section#taxiSec p {
  margin: 20px 0 0 0;
}
div#contentsArea div#leftArea section#trainSec dl dt {
  padding: 20px 0 5px 0;
  border-bottom: 1px dotted #B9121B;
}
div#contentsArea div#leftArea section#trainSec dl dd {
  margin: 5px 0 0 0;
}
div#contentsArea div#leftArea section#trainSec dl dd p {
  margin-bottom: 1em;
}
div#contentsArea div#leftArea section#busSec div#busInfo {
  overflow: hidden;
  *zoom: 1;
  margin: 20px 0 0 0;
}
div#contentsArea div#leftArea section#busSec div#busInfo a {
  display: block;
  margin: 0 20px 40px 0;
  width: 226px;
  height: 30px;
  text-indent: -99999px;
}
div#contentsArea div#leftArea section#busSec div#busInfo a#keihanBusStop {
  float: left;
  background: no-repeat 0 0 url(../img/access/keihanBusStop.gif);
}
div#contentsArea div#leftArea section#busSec div#busInfo a#keihanBusStop:hover {
  background-position: 0 -30px;
}
div#contentsArea div#leftArea section#busSec div#busInfo a#timeTable {
  float: left;
  background: no-repeat 0 0 url(../img/access/timeTable.gif);
}
div#contentsArea div#leftArea section#busSec div#busInfo a#timeTable:hover {
  background-position: 0 -30px;
}
div#contentsArea div#leftArea section#busSec dl dt {
  padding: 20px 0 5px 0;
  border-bottom: 1px dotted #B9121B;
  color: #B9121B;
  font-size: 20px;
}
div#contentsArea div#leftArea section#busSec dl dd {
  margin: 5px 0 0 0;
}
