
/*----------------------------------------------------------------
コンテンツ部分共通
----------------------------------------------------------------*/
#contents{
	float:right;
	width:705px;
}
#contents h2{
	width:705px;
	height:95px;
	margin-bottom:20px;
	text-indent:-9999px;
}
h2 { background:url(/recruit/image/ttl_top.jpg) no-repeat; }


/*----------------------------------------------------------------
メニュー部分
----------------------------------------------------------------*/
#sub_menu{
	float:left;
	width:210px;
	height:172px;
	padding:5px;
	background:url(/recruit/image/menu_on.jpg) no-repeat;
}
#sub_menu h3{
	width:210px;
	height:51px;
	text-indent:-9999px;
}
#sub_menu ul{
	list-style:none;
	text-indent:-9999px;
}
#sub_menu li{
	width:208px;
	height:35px;
	padding:1px;
}
#sub_menu li a{
	display:block;
	width:208px;
	height:35px;
	text-decoration:none;
	background:url(/recruit/image/menu.jpg) no-repeat;
}

#sub_menu li a.recruit01{ background-position:-6px -57px; }
#sub_menu li a.recruit02{ background-position:-6px -94px; }
#sub_menu li a.recruit03{ background-position:-6px -131px; }

#sub_menu li a:hover{
	background:none;
}


/*----------------------------------------------------------------
コンテンツ
----------------------------------------------------------------*/
.recruit #contents{
	min-height:500px;
}

.recruit #contents h3{
	font-size:140%;
	color:#369;
	font-weight:normal;
	margin-bottom:20px;
	padding:8px 10px;
	background:#F0F0F0 url(/recruit/image/line.gif) repeat-x left top;
}

.recruit #contents h4{
	font-size:140%;
	color:#333;
	font-weight:normal;
	margin-bottom:5px;
}

.recruit #contents .box{
	width:705px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	padding-bottom:15px;
}

.recruit #contents .box .logo{
	float:left;
	width:150px;
}

.recruit #contents .box .detail{
	float:right;
	width:520px;
}

.recruit #contents .caution{
	width:685px;
	font-size:10px;
	line-height:140%;
	border:1px solid #ccc;
	padding:10px;
}

.recruit #contents  a {
	color:#336699;
}










