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

.bg {
	background-image: url(../images/recruit_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
	display: block;
}
.title {
	background-image: url(../images/recruit_title.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 90px;
	width: 750px;
	display: block;
}
.recruit {
	float: left;
	width: 720px;
	margin-top: 20px;
	border: 5px solid #CCC;
	text-align: center;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
