@CHARSET "UTF-8";

/* CSS Document */

/**************** 
 * 目次
 * 1.求人フォーム
 * 2.募集要項
 ***************/

/*** 1.求人フォーム ***/
dl#reserve_form {
	width: 750px;
	height: 265px;
	margin: 10px auto;
	padding:20px 0 0 30px;
	text-align: left;
	background: url(../images/recruit/form.jpg) left top no-repeat;
}
dl#reserve_form dt {
	float: left;
	width: 190px;
	height: 30px;
}
dl#reserve_form dt p {
	padding: 8px 0 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
dl#reserve_form dd {
	float: left;
	width: 510px;
	height: 30px;
}
dl#reserve_form dt p {
	padding: 8px 0 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
dl#reserve_form dd p {
	padding: 5px 0 0 10px;
}
dl#reserve_form dd p span {
	font-size: 10px;
	color: #ff0000;
}
input.middle {
	width: 200px;
	_width: 200px;
	height: 18px;
	_height: 20px;
	border: 1px #999999 solid;
}
dl#reserve_form dd.r_bottom {
	height: 173px;
	}

textarea {
	width: 480px;
	height: 140px;
	border: 1px #999999 solid;
	}

dl#reserve_form dt.l_button {
	height: 52px;
	width: 190px;
	margin:10px 280px;
}
dl#reserve_form dt.l_button p {
	padding: 10px 0 0;
}
dl#reserve_form dd.r_button {
	margin-left: 8px;
}
dl#reserve_form dd.r_button p {
	padding: 34px 0 0 10px;
}
dl#reserve_form dd p span {
	font-weight: bold;
	color: #ff0000;
	font-size:12px;
}
dl#reserve_form dd p a {
	color: #18b1f6;
	text-decoration: underline;
}
.blue {
	color: #18b1f6;
}
.btn_send{
	width:190px;
	height:52px;
	clear:both;
	margin:15px auto;
}
.info_mail{
	width:820px;
	marign:0 auto;
}
.info_mail p a{
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}
input#post_button{
	background: url("../images/recruit/post_button.jpg") no-repeat;
	width:190px;
	height:52px;
	border:0px;
	cursor:pointer;
	text-indent:-9999px;
}

/*** 2.募集要項 ***/

#summary{
	width:780px;
	margin:10px auto;
}
#summary li{
	float:left;
	text-align:left;
	font-size:14px;
	line-height:30px;
}
#summary li.left_area{
	background: url("../images/recruit/bg_left_area.jpg") no-repeat;
	width:160px;
	padding-left:10px;
	height:30px;
	margin-bottom:8px;
	font-weight:bold;
}
#summary li.right_area{
	background: url("../images/recruit/bg_right_area.jpg") no-repeat;
	width:580px;
	height:30px;
	margin:0 0 8px 30px;
}
#summary li.right_area span a{
	font-size:18px;
	color:#ff0000;
	font-weight:bold;
}