@charset "utf-8";
/* CSS Document */

#wrapper #contents {
	background:url(../images/bg.jpg) no-repeat center top;
}


#listTop {
	background: url(../images/bg_companyList.jpg) no-repeat top;
	height:330px;
	margin:0 auto;
}
#listTop .clist {
	width:850px;
	height:216px;
	background: url(../images/companyList2.jpg) no-repeat left top;
	margin:0 auto;
}
#listTop .clist ul {
	text-align:left;
	width:760px;
	padding:105px 0 0 75px;
}
#listTop .clist ul li {
	float:left;
	width:90px;
	margin:0 20px 0 0;
}
#listTop .clist ul li a {
	background:url(../images/list_maru.gif) no-repeat;
	color:#FFF;
	padding:0 0 0 20px;
	text-decoration:none;
}
#listTop .clist ul li span {
	background:url(../images/list_maru.gif) no-repeat;
	color:#FFF;
	padding:0 0 0 20px;
	text-decoration:none;
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
#listTop .clist ul li a:hover {
	text-decoration:underline;
}
#listDetail {
    width: 769px; 
	margin:0 auto;
	padding:0 41px 0 40px;
}
#listDetail .detailArea {
	margin:0 0 30px 0;	
}
#listDetail .detailArea a {
	color:#333;
}
#listDetail .detailArea .headerArea {
    width: 100%;  
    height: 110px;
    background:#fff;
}
#listDetail .detailArea .contentsArea {
	margin:0 40px 15px 40px;
	text-align:left;
	background:url(../../common/images/dot.gif) repeat-x left top;
}
#listDetail .detailArea .contentsArea .company {
	background:url(../../common/images/dot.gif) repeat-x left bottom;
	height:108px;
	padding:10px 0 10px 0;
}
#listDetail .detailArea .contentsArea .company img {
	float:left;
	margin:0 30px 0 0;
}
#listDetail .detailArea .contentsArea .company .kind {
	color:#666;
}
#listDetail .detailArea .toTop {
	text-align:right;
	margin:0 40px 0 40px;
}