@charset "UTF-8";

/*------------------------------------------------------------------------------------------------------------------ 
Toppage Styles
------------------------------------------------------------------------------------------------------------------ */

/*--------------------------------------------------------- 
Body
--------------------------------------------------------- */
body {
  background: #fff url(../../img/body_back.gif) repeat-x  !important;
}

/*--------------------------------------------------------- 
Header
--------------------------------------------------------- */
div#main_img {
  background-image: url(../../img/contents_tit/contents_tit_aboutus.gif) !important;
  height: 100px !important;
}

/*--------------------------------------------------------- 
Body
--------------------------------------------------------- */
div#main div#main_left #about {
  width: 675px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

div#main div#main_left #about table{
  width: 100%;
}
div#main div#main_left #about th,
div#main div#main_left #about td{
  padding: 4px;
  border: 1px solid #478ACA;
  line-height: 18px;
}
div#main div#main_left #about th{
  width: 120px;
  background-color: #FFF7EF;
}

div#main div#main_left #map {
  width: 675px;
  border-bottom: 1px solid #A0A0A0;
  height: 675px;
  margin-left: auto;
  margin-right: auto;
}



/*------------------------------------------------------------------------------------------------------------------ 
Toppage Styles End
------------------------------------------------------------------------------------------------------------------ */
