@charset "utf-8";

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




/* table
--------------------------------------------------------------------*/
#content table{
  margin: -2px 0 31px;
}

#content table th{
  color:#fff;
  width:159px;
  font-weight:normal;
  background:#FF9900;
  padding: 3px 0 1px 9px;
}

#content table td{
  line-height:1.65;
  padding: 3px 0 1px 9px;
}


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






