/* CSS Document */

/*======================================
		サブメニューの長さ
=======================================*/

div#sub_menu{
height:650px;
}

/*=====================================
			上部イメージ画像
======================================*/

div#head_img{
background-image:url(../img/top_img_cam.jpg);
background-repeat:no-repeat;
}


/*======================================
		サブメニューのタイトル
=======================================*/

div#sub_menu h3{
width:200px;
height:60px;
background-image:url(../img/sub_title.jpg);
background-repeat:no-repeat;
text-indent:-999px;
overflow:hidden;
}

/*=====================================
		コンテンツ
======================================*/

li#cam{
font-weight:bold;
}

h2{
width:470px;
height:40px;
text-indent:-999px;
overflow:hidden;
margin-left:auto;
margin-right:auto;
margin-top:20px;
background-image:url(../img/line_cam.jpg);
}

div.sub_con{
width:440px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:15px;
margin-bottom:30px;
}

/*==============================
		採用情報（dl dt dd）
===============================*/

div#form_1{
width:440px;
height:20px;
background-image:url(img/form_1.jpg);
}

div#form_2{
width:440px;
background-color:#f6f6ff;
height:780px;
}

div#form_2_in{
width:390px;
margin-left:auto;
margin-right:auto;
}

div#form_3{
width:440px;
height:20px;
background-image:url(img/form_3.jpg);
}

dl.recent dt {
  clear: left;
  float: left;
  width: 80px;
  padding: 10px 5px;
	color:#84a1bf;
	font-weight:bold;
}

dl.recent dd {
  margin-left: 0;
	padding: 10px 5px 10px 10px;;
  border-bottom: solid 1px #cccccc;
	width:270px;
	margin-bottom:10px;
}

dl.recent dd.naka{
float: left;
width:250px;
}