@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      company.css
 Update:         2009.09.08
 Style Info:     会社概要ページ設定
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　共通設定
----------------------------------------------------------- */
.bg {
 background: #FFF url(../../company/img/bg.jpg) no-repeat center top;
}

.flat-submenu ul {
 margin-left: 698px;
 width: 202px;
}

.company {
 margin-top: 30px;
 width: 900px;
}
.company-left {
 float: left;
 width: 200px;
 text-align: right;
}
.company-right {
 float: right;
 padding-right: 50px;
 width: 600px;
}

.honbun {
 margin-top: 10px;
}

.box-company {
 margin-top: 20px;
 border-top: 1px solid #ACACAC;
 border-left: 1px solid #ACACAC;
}

.box-company th, .box-company td {
 border-right: 1px solid #ACACAC;
 border-bottom: 1px solid #ACACAC;
}

.box-company th {
 width: 5em;
 background-color: #E6E6E6;
}

.box-history th {
 width: 7em;
 border-left: 1px solid #08204F;
 border-right: 1px solid #08204F;
 color: #08204F;
}
