/* 会社概要
////////////////////////////////*/


/* h1画像
--------------------------------*/
#contents #main h1 {
position:relative;
overflow:hidden;
width:662px;
height:86px;
}


/* 言語切替ボタン
--------------------------------*/
span.language {
position:relative;
display:block;
height:20px;
margin:-53px 20px 0 0;
text-align:right;
}


.section {/*会社概要テーブルを上に引き上げる為にposition付加*/
position:relative;
}


/* 会社概要テーブル
--------------------------------*/
.about {
position:relative;
width:622px;
margin-top:-22px;
}

.about th {
padding:22px 0 23px;
vertical-align:top;
text-align:left;
line-height:2;
background:url(../../../common/img/line_dotted.jpg) repeat-x left bottom;
}


.about td {
padding:22px 0 23px 22px;
vertical-align:top;
text-align:left;
line-height:2;
background:url(../../../common/img/line_dotted.jpg) repeat-x left bottom;
}

.about .last th {/*ボーダーなしth*/
padding:22px 0;
background:none;
}

.about .last td {/*ボーダーなしtd*/
padding:22px 0 22px 22px;
background:none;
}

.about td em {/*赤文字*/
color:#f00;
}

.about a {/*テーブル内リンク色*/
color:#5388ba;
}

dl.board {/*役員*/
overflow:hidden;
width:100%;
}

dl.board dt {/*役職名*/
clear:left;
float:left;
width:8em;
}

dl.board dd {/*役員姓名*/
margin-left:8em;
}
