/* CSS Document */

body {
  background-color: #ffffff;
  margin: 10px auto;
  font-size: 12px;
  line-height: 125%;
  text-align: justify;
  text-justify: inter-ideograph;
}

.outerframe {
  width: 640px;
  margin: 0 auto;
}

.service {
  background-color: #F5DC91;
  font-size: 21px;
  font-weight: bold;
  padding: 15px;
}

.map {
  width: 600px;
  height: 450px;
  margin: 0 auto 10px auto;
}

.tel {
  font-size: 18px;
  font-weight: bold;
}

.h30 {height: 30px;}

.right {text-align: right;}

.mb3 {margin-bottom: 3px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mCenter {margin: 0 auto;}