#basemap {
  width: 470px;
  height: 600px;
  margin: 0 auto;
  -webkit-box-shadow: #666666 5px 5px 10px;
  -moz-box-shadow: #666666 5px 5px 10px;
  box-shadow: #666666 5px 5px 10px;
  behavior: url('/tenjyo/36saigai/css/PIE.htc');
  position: relative;
}

#cities {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  behavior: url('/tenjyo/36saigai/css/PIE.htc');
  position: relative;
}

.cityselect {
  padding: 4px 8px;
  background-color: #eaeaea;
  border-bottom: 1px dotted gray;
}

dl.city {
  margin: 5px 0 5px 10px;
}
dl.city dt {
  padding: 2px 2px 2px 12px;
  background: url(../images/ar1.png) left center no-repeat;
}
dl.city dt.show {
  background: url(../images/ar2.png) left center no-repeat;
}
dl.city a {
  text-decoration: underline;
  color: #333;
}
dl.city a:hover {
  color: #94b371;
}
dl.city ul li {
  line-height: 1.5;
  list-style-type: none;
  background: url(../images/dot.png) left center no-repeat;
  padding-left: 15px;
}

p.caption {
  margin: 10px 20px;
  padding: 1em;
  border: 1px dashed #999999;
  background-color: #f3fcd8;
}
