
/* 地図 */
#map {
  width: 900px;
  height: 500px;
}

/* 当事務所のご案内 */
#about {
  background-image: url(../img/index/about.png);
  background-repeat: no-repeat;
  width: 900px;
  height: 508px;
  text-align: left;
  margin: 50px 0px 0px 0px;
}
#about_address {
  font-size: 18px;
  line-height: 23px;
  padding: 198px 0px 0px 92px;
}
#about_station {
  font-size: 17px;
  padding: 8px 0px 0px 92px;
}
#about_area {
  width: 314px;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  padding: 98px 0px 0px 57px;
}
#about_area a:link {
  text-decoration: none;
  color: #000000
}
#about_area a:visited {
  text-decoration: none;
  color: #000000;
}
#about_area a:active {
  text-decoration: none;
  color: #000000;
}
#about_area a:hover {
  text-decoration: underline;
  color: #0000FF;
}

