/*ヘッダー画像の設置*/
#header {
	margin: 0px;
	padding: 0px;
	height: 289px;
	width: 770px;
	background-image: url(../img_recruitment/top.jpg);
	background-repeat: no-repeat;
}

#top_under {
	margin: 0px;
	padding: 0px;
	width: 770px;
	background-image: url(../img_recruitment/top_under.jpg);
	background-repeat: no-repeat;
	height: 35px;
}
/*コンテンツ*/
#recruitment {
	width: 550px;
	float: right;
	}
#section01 {
	width: 558px;
	float: right;
	padding-bottom: 20px;
}
#section01 img {
	float: left;
}
#text01 {
	float: right;
	width: 520px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-top: 10px;
}