@charset "utf-8";

#header {
	width: 100%;
	margin: 0 10px;
}
.header_l {
	float: left;
	width: 50%;
}
.recruit_menu {
	margin: 45px 0 0 40px;
}

#topbox {
	background: url(../images/topbg1.png) no-repeat 0 0;
	height: 100px;
	margin: 10px 0 0 25px;
	position: relative;
}
#topbox h2 {
	position: absolute;
	font-size: 1.5em;
	color: #393939;
	font-weight: bolder;
}
#topbox h2.h21 {
	top: 50px;
	left: 40px;
}
#topbox h2.h22 {
	top: 60px;
	left: 120px;
}
#topbox h2 img {
	vertical-align: middle;
}
#topbox p.syamei {
	position: absolute;
	top: 80px;
	left: 600px;
	font-size: 1.2em;
	color: #393939;
	font-weight: bold;
}
#topbox p.msg21,
#topbox p.msg22 {
	position: absolute;
	font-size: 0.9em;
	color: #393939;
}
#topbox p.msg21 {
	top: 75px;
	left: 85px;
}
#topbox p.msg22 {
	top: 40px;
	left: 95px;
	color: #38673D;
	font-weight: bolder;
	letter-spacing: -1px;
}

.nameblock {
	background: url(../images/topline.png) repeat-y;
	padding: 0 0 0 10px;
	height: 50px;
	margin: 0 0 0 25px;
	position: relative;
}
.nameblock p.name {
	position: absolute;
	top: 5px;
	left: 730px;
	font-size: 1.5em;
	color: #393939;
	font-weight: bold;
}
.honbnblock {
	background: url(../images/topline.png) repeat-y;
	padding: 0 0 0 10px;
	margin: 0 0 0 25px;
	position: relative;
	width: 100%;
}
.honbn_l {
	width: 350px;
	float: left;
}
.honbn_r {
	float: left;
	width: 485px;
	margin: 0 0 0 5px;
}
.honbn {
	background: url(../images/recruit/title_line.png) no-repeat;
	min-height: 150px;
}
.honbn h3 {
	padding: 8px 0 20px 40px;
	font-size: 1.3em;
	color: #38673D;
}
.honbn p {
	padding: 10px 0 0 25px;
	font-size: 1.2em;
}
.footline {
	background: url(../images/topbg2.png) no-repeat 0 0;
	height: 30px;
	margin: 0 0 0 25px;
}






