@charset "utf-8";
@import url("../css/common.css");

/*トップ*/

#recruit {
	background: url(./images/back_bar.jpg) repeat-y;
	width:812px;
	height:auto;
	clear:both;
	font-size:14px;
}
#recruit {
	display: inline-block;
}
#recruit:after {
	content: "."; 
	display: block;
	height: 0;
	line-height:0; 
	font-size: 0.1em;
	clear: both; 
	visibility: hidden; 
}
#recruit h2{
	background: url(./images/back_recruittitle.jpg) no-repeat;
	width:812px;
	height:289px;
}

#welcome {
	float:left;
	margin-top:-215px;
	width:812px;
	text-align:center;
	padding-top:15px;
	padding-bottom:25px;

}
#license {
	clear:both;
	padding-left:36px;
	padding-right:36px;
}
#license h3 {
	border-bottom:1px solid #493e2a;
	border-left:3px solid #493e2a;
	font-weight:bold;
	font-size:14px;
	padding-left:6px;
}
#license p {
	padding:10px 46px;
}
#message {
	clear:both;
	padding-left:36px;
	padding-right:36px;
	background: url(./images/back_bottom.jpg) no-repeat left bottom;
	padding-bottom:40px;
}

#message h3 {
	border-bottom:1px solid #493e2a;
	border-left:3px solid #493e2a;
	font-weight:bold;
	font-size:14px;
	padding-left:6px;
}
#message p {
	padding:10px 46px;
}

