/* CSS Document */
#h1 {
	background-image: url(images/h1.jpg);
	float: left;
	height: 40px;
	width: 490px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#h2_1{
	background-image: url(images/h2_1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 490px;
	margin-top: 25px;
	margin-bottom: 5px;
}
#h2_2{
	background-image: url(images/h2_2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 490px;
	margin-top: 25px;
	margin-bottom: 5px;
}
#h2_3{
	background-image: url(images/h2_3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 490px;
	margin-top: 25px;
	margin-bottom: 5px;
}
.texbox {
	float:left;
	width: 480px;
	padding-left: 5px;
	padding-top: 10px;
}
.syokusyu {
	float: left;
	width: 115px;
	height: 17px;
	background-image: url(images/recruit_namae.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
}
.c_box {
	float: left;
	width: 480px;
	background-image: url(images/recruit_contents.jpg);
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.c_left {
	float: left;
	width: 115px;
	height: auto;
	padding-left: 5px;
	text-align: center;
}
.c_right {
	float: right;
	width: 330px;
	height: auto;
	padding-right: 10px;
}

