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

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

.section01 {
	padding: 0px;
	height: 325px;
	width: 740px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.section01 .img_title img {
	vertical-align: bottom;
}

.box_01 {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 740px;
}

.box_01 li {
	float: left;
	margin: 0px;
	height: 180px;
	width: 140px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.img_txt01 {
	text-align: center;
}

.box02 {
	width: 740px;
	overflow: hidden;
}

.box02 li {
	float: left;
	background-image: url(../image/bk_madori.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 360px;
	margin-bottom: 20px;
}

.box02 .photo {
	width: 344px;
	height: 190px;
	padding: 5px;
	display: block;
}

.box02 .txt {
	padding: 8px 0 11px 0;
    font-size: 12px;
    line-height: 100%;
    color: #663300;
    text-align: center;
    display: block;
}

.box02 li.R1 {
	float: right;
	background-image: url(../image/bk_madori.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 360px;
}


.removeBox .img {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/img_txt01.jpg);
	height: 0px;
	padding-top: 210px;
	overflow: hidden;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-bottom: 40px;
}

.area_title {
	width: 640px;
	margin-right: auto;
	margin-left: auto;

}
.area_title img {
	vertical-align: bottom;
}

.areaBox {
	width: 710px;
	border: 5px solid #CCC;
	overflow: hidden;
	background-image: url(../image/bk_area.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 10px;
}

.area_txt {
	width: 430px;
	font-size: 80%;
	float: right;
}

.areaBox .tokyo {
}
