@charset "utf-8";
/* CSS Document */

#cont_wrap {
  background: url(../images/home/body_bg.png) top repeat-x #1E0000;
  padding-top: 50px;
}

#contents h2 {
  background: url(../images/company/main_title.png) no-repeat;
  width: 950px;
  height: 51px;
  text-indent: -9999px;
  margin-bottom: 10px;
}

#contents p.crumbs {
  margin-left: 20px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 30px;
}

#contents p.crumbs a{
  color: #fff;
}






/* 基本データ　エリア */
#data {
  background: url(../images/company/data_bg.png) no-repeat;
  width: 705px;
  height: 740px;
  margin-bottom: 100px;
  padding-top: 80px;
}

#data table {
  table-layout: fixed;
  margin: auto;
}

#data th {
  width: 200px;
  border: 4px solid #dedea0;
  color: #fff;
  text-align: center;
}

#data td {
  width: 384px;
  background: #fff;
  border: 4px solid #dedea0;
  padding-left: 20px;
}

#data th.type1 {
  height: 24px;
  background: url(../images/company/type1.png) no-repeat;
  letter-spacing: 5px;
}

#data th.type2 {
  height: 80px;
  background: url(../images/company/type2.png) no-repeat;
  letter-spacing: 5px;
}

#data th.type3 {
  height: 400px;
  background: url(../images/company/type3.png) no-repeat;
}