@import "common.css";

div#intro {
  width: 750px;
}

div#intro #map {
  float: left;
  font-size: 9pt;
  text-align: center;
}

div#intro #appearance {
  float: right;
  font-size: 9pt;
  text-align: center;
}

div#main-map {
  width: 750px;
  clear: left;
}

div#main-map #map {
  float: left;
}

div#main-price {
  width: 750px;
  clear: left;
}

h3 {
  width: 65%;
  font-size: medium;
  padding-left: 0.5em;
  border-bottom-width: 2px;
  border-bottom-color: red;
  border-bottom-style: dotted;
  border-left-width: 8px;
  border-left-color: red;
  border-left-style: solid;
}

p.explanation {
  width: 60%;
  margin-top: -0.5em;
  margin-right: 1em;
  margin-left: 1em;
  text-indent: -1em;
}

strong.tel {
  color: red;
}

table.price-list {
  width: 70%;
  margin-bottom: 1em;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #C0C0C0;
  font-size: small;
  text-align: center;
  margin-bottom: 1em;
}

table.price-list tr {
  border-width: 1px;
  border-style: solid;
  border-color: #C0C0C0;
}

table.price-list td {

  border-style: solid;
  border-width: 1px;
  border-color: #C0C0C0;
  padding: 0.5em;
}

caption {
 font-weight: bold;
}
