@charset "utf-8";
/* ===================================================================
CSS information

 file name  :abouts/index.css
 author     :kouji.ogishima
 style info :abouts/indexページ用CSS
=================================================================== */

/* -----------------------------------------------------------
   会社概要
----------------------------------------------------------- */
div#abouts {
    width: 540px;
}

div#abouts table{
    width: 540px;
    margin-top: 20px;
}
div#abouts table th, div#abouts table td{
    text-align: left;
    padding:3px 3px 3px 10px;
    font-weight: normal;
    border: 1px solid #ddd;
}

div#abouts table th{
    background: #F4F0ED;
    width: 130px;
}
