@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :hirasawa (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	ヘッダー・ページ部分
----------------------------------------------------*/
body.pageBody {
	background-image: none;	
}

#header.sub_head {
	height: 190px;
	background-image: url(../../common/image/bk_header_sub.gif);
	background-repeat: repeat-x;
}

#header.sub_head .inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}



/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#Navbox {
	float: left;
	width: 230px;
	margin-top: 30px;
}

#subNav02 {
	
	width: 230px;
	padding: 0px;
	height: 355px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sN02_title {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 230px;
}

#subNav02 li {
	margin: 0px;
	padding: 0px;
	height: 61px;
	width: 230px;
}

.recruit {
	margin-bottom: 20px;
	margin-top: 40px;
}

.banner {
	margin-bottom: 10px;
}

/* -----------------------------------------------------------
	#execution
		
----------------------------------------------------------- */
.executionBox {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: 10px;
}

.img01 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/img_step01.jpg);
	height: 0px;
	padding-top: 300px;
	overflow: hidden;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.img02 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/img_step02.jpg);
	height: 0px;
	padding-top: 300px;
	overflow: hidden;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.img03 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/img_step03.jpg);
	height: 0px;
	padding-top: 300px;
	overflow: hidden;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.img04 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/img_step04.jpg);
	height: 0px;
	padding-top: 300px;
	overflow: hidden;
	background-repeat: no-repeat;
	vertical-align: middle;
}