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

/* -----------------------------------------------------------
	#memento
		
----------------------------------------------------------- */
.mementoBox {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

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

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

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

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

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

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

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

.img_Box01 {
	width: 740px;
}

.img_txt01 {
	text-align: center;
}

/* -----------------------------------------------------------
	#close
		
----------------------------------------------------------- */

.mementoBox h2 {
	font-size: 150%;
	margin-bottom: 10px;
}

.mementoBox p {
	line-height: 2em;
}