/* 会社情報TOP
////////////////////////////////*/


/* h1上の画像及び水平ブロック
-------------------------------*/
#contents .section {
overflow:hidden;/*widthと併用でfloat解除*/
width:862px;
margin:0 0 22px;
}

/* h1画像 
-------------------------------*/
#contents h1 {
margin:0 0 22px;
padding:0;
}


/* 水平3分割(ボタン)
-------------------------------*/
.column3 {
overflow:hidden;
width:862px;
margin:0 0 22px;
}

.column3 li {
position:relative;
float:left;
width:294px;
height:168px;
}

.column3 li.last {/*3番目(最右列)*/
width:274px;
}

#contents p.news {/*ボタン内テキスト部分*/
position:relative;
margin:-34px 0 0;
padding:0 10px;
height:25px;
line-height:25px;
}


