@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/*-------------------------------------------------------------------------
▼header
-------------------------------------------------------------------------*/
#head_box{
  height:165px;
  background:url(../images/cmn_images/sub_back.jpg) 50% 0;
}
#head_info{
  width:980px;
  height:160px;
  padding-top:5px;
  margin:0 auto;
  overflow:hidden;
  background:url(../images/cmn_images/sub_pen.png) 475px 0 no-repeat;
}
#head_info h1{
  font-size:10px;
  font-weight:normal;
  color:#3198ee;
  margin-bottom:3px;
}
#nav_box{
  padding-top:5px;
  background-color:#3198ee;
}
/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
.company_box{
  margin-bottom:20px;
  padding:25px;
  border-left:1px solid #7c7c7c;
  border-right:1px solid #7c7c7c;
  border-bottom:1px solid #7c7c7c;
  overflow:hidden;
  font-size:12px;
}
#info table{
}
#info th,#info td{
  border-bottom:1px dotted #CCC;
}
#info th{
  padding:10px 0 10px 25px;
  border-right:#ffc405 2px solid;
  background: url(../images/company_images/company_icon.gif) 5px 16px no-repeat;
  text-align:left;
  vertical-align:top;
}
#info td{
  padding:10px 0 10px 10px;
  text-align:left;
  vertical-align:top;
}
