/*--------------------------------------*/
/* タイポグラフィ */
/*--------------------------------------*/
h2.title{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
color:#000;
border:1px solid #d5d5d5;
border-bottom:0;
background:#fff url(../images/headingBg.png) repeat-x 0 100%;
}

/*--------------------------------------*/
/* 会社概要 */
/*--------------------------------------*/
table.company_info th{
padding: 12px 12px 12px 12px;
border-bottom: dotted #CFCFCF 1px;
text-align: left;
font-size: 13px;
width: 20%;
font-weight: bold;
}

table.company_info td{
padding: 12px 12px 12px 20px;
border-bottom: dotted #CFCFCF 1px;
font-size: 12px;
width: 80%;
}

table.company_info a{
text-decoration:underline;
}

table.company_info tr:last-child th {
border-bottom: none;
}

table.company_info tr:last-child td {
border-bottom: none;
}

