@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3{
  margin-bottom:20px;
}

/* table
--------------------------------------------------------------------*/
#content table{
  margin-bottom:36px;
}

#content table th{
  width:168px;
  background:#F1E6E1;
  font-weight:normal;
  padding: 1px 0 0 10px;
}

#content table td{
  padding: 2px 10px 2px 9px;
}

#content .map{
  height: 400px;
  margin-bottom:40px;
}


