/* 社長挨拶
////////////////////////////////*/


/* 画像/テキスト配置
--------------------------------*/
.imgL {
float:left;
width:213px;
}

.txtR {
float:right;
width:409px;
}

.imgR {
float:right;
width:213px;
text-align:right;
}

.txtL {
float:left;
width:409px;
}

/* 社長プロフィール
--------------------------------*/
dl.profile {
overflow:hidden;
width:161px;
padding:15px;
background:#f6f6f6;
}

dl.profile dt {
padding:0 0 10px;
font-weight:bold;
font-size:91.7%;
}

dl.profile dd {
font-size:91.7%;
}

/* サイン
--------------------------------*/
#contents #main p.signeture {
text-align:right;
margin:0;
}
