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

/* CSS Document */
#content_companys {
	font       : 12px 'Lucida Grande','ヒラギノ角ゴ Pro W3',Helvetica, Verdana, sans-serif;
	padding    : 0px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	margin-top: 20px;
}

#companys_top{
	background-image: url(../img/campanys_back_top.png);
	width:850px;
	height:70px;
	display: block;
	background-repeat: no-repeat;
}

#companys_mid{
	background-image: url(../img/back_mid.png);
	background-repeat: repeat-y;
	width:850px;
	height:auto;
	display: block;
	background-repeat: repeat-y;
	padding-top:20px;
}

/* 掲載企業リスト */	
#companys_mid ul{
	float: left;
	background-image: url(../img/back_mid.png);
	background-repeat: repeat-y;
	float:left;
	width:850px;
	height:180px;
	padding-left:60px
	}
#companys_mid li{
	float: left;
	font-size: 14px;
	text-indent: 20px;
	text-align:left;
	background-image: url(../img/h5.png);
	background-repeat: no-repeat;
	background-position:0%;
	text-decoration: none;
	width: 260px;
	display: block;
	margin-bottom:20px
}

#companys_bot{
	background-image: url(../img/back_bot.png);
	width: 850px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	clear: both;
	float: none;
}