/* 会社紹介画像 */
.picturePanel{
	background:url(img/index/picture_panel/background.jpg) repeat-y bottom center;
	display:inline-block;
	padding:0px 0px 5px 0px; width:100%;
}
#selectImage{
	clear:both;
    height:150px;
    margin:5px auto 0px auto;
    width:950px;
}
#selectImage img{
    position:absolute; 
    margin:0px auto;
}
#selectImageComment{
	color:#29507B;
	text-align:center;
    margin:2px;
}
#ThumbList{
    height:50px;
    margin:0px 0px 10px 0px;
}
#ThumbList ul{
    list-style-type:none;
    margin:0px 0px 0px 7px;
    padding:0px;
}
#ThumbList ul li{
    /*background-color:#647FAD; */
    background-color:#A4BFED;
    border:1px solid #AAAAAA;
	cursor:pointer;
	display:inline;
    float:left;
    height:50px;
    margin:0px 0px 0px 5px;
    overflow:hidden;
    width:155px;
    zoom:1;
}
#ThumbList ul li img{
    height:50px;
    width:155px;
}
/* コンテンツ */
.contentsArea {vertical-align:top;}
.contentsArea h2{margin:5px 15px; padding:0em 0em 4px 15px;}
.contentsPanel {margin:5px 0px 5px 20px;}
.contentsPanel .bannerRecruit{height:120px; width:234px; margin:0px 5px 5px 0px;}
.contentsPanel .bannerWow    {height: 90px; width:160px; margin:0px 0px 5px 5px;}
.infoArea {line-height:1.5;}
.infoArea .more{ font-size:12px; text-align:right;}