@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;
}

/* -----------------------------------------------------------
	#company
		
----------------------------------------------------------- */
.companyBox {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: 10px;
}

.companyBox table {
	border: 1px solid #999;	
}

.companyBox table th {
	border: 1px solid #999;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #E7E7E7;
}

.companyBox table td {
	border: 1px solid #999;
	width: 460;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.aboutMap {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
