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

#subNav01 {
	width: 230px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#subNav01 li {
	width: 210px;
	background-image: url(../../reform%20-%20Copy/image/icon01.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 80%;
	background-position: 0px 13px;
}

#sN01_title {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 230px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#bn_work {
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

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

/* -----------------------------------------------------------
	#contact
		
----------------------------------------------------------- */
.contactBox {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 10px;
}

.contactBox p {
	margin-bottom: 10px;
	margin-top: 20px;
}


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

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

.contactBox table td {
	border: 1px solid #999;
	width: 520;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 3em;
}

.must {
	padding-right: 10px;
	vertical-align: middle;
}

.contactBox .bn{
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	padding-top: 30px;