.recruit_text{
	margin: 20px 15px 0;
	width: 500px;
	height: 115px;
}

.recruit_text .image{
	float: left;
}

.recruit_text .text{
	float: right;
	width: 330px;
	line-height: 18px;
	color: #eee;
}

/*-----------------*/

.recruit_tbl{
	background: #666;
	width: 500px;
	margin: 15px;
	color: #eee;
	line-height: 17px;
	clear: both;
}

.recruit_tbl th{
	background: #2a1d21;
	padding: 10px;
	width: 110px;
	border: 1px solid #111;
}

.recruit_tbl td{
	background: #222;
	padding: 10px;
}