@charset "utf-8";

#base:before {
  content: ' ';
  display: block;
  height: 100%;
  width: 22px;
  background: url("../images/base_bg_left.png") right top repeat-y;
  position: absolute;
  top: 0;
  left: 0;
}
#base:after {
  content: ' ';
  display: block;
  height: 100%;
  width: 22px;
  background: url("../images/base_bg_right.png") left top repeat-y;
  position: absolute;
  top: 0;
  right: 0;
}

#wrapper {
  border-left: 1px solid #C3A4A6;
  border-right: 1px solid #C3A4A6;
  padding: 0 10px;
}

#header {
  background: url("../images/head/head_bg.gif") left top repeat;
}

#contents {
  margin-right: 270px;
}
.wide_map #contents {
  margin-right: 20px;
}

