/* company.css */



body.company {
}

body.company #contents h2.head {   /* title */
  margin:0 0 15px 0;
  background-image:url(../img/company/title.gif);
}



/* company.html */
body#company #contents {
  background:url(../img/format/direc.gif) no-repeat 285px 85px;
}

body#company #contents table.data {
  width:auto;
  margin:0;
  background:transparent;
}
body#company #contents table.data tr.last th,
body#company #contents table.data tr.last td {
  border-bottom:0;
}
body#company #contents table.data th {
  padding:5px 10px;
  color:#fff;
  background:#7db4d5;
  border-bottom:solid 1px #fff;
}
body#company #contents table.data td {
  background:transparent;
  border-right:0;
  border-bottom:solid 1px #ccc;
}
body#company #contents table.data ul {
  padding:0 0 0 15px;
}

