@charset "utf-8";

/* --------------------------------------------------------------------------------------
 main
--------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------
 center
--------------------------------------------------------------------------------------- */

#center {
	width		: 100%;
	height		: 120px;
}

#center_in {
	margin		: 0 auto;
	width		: 840px;
	height		: 120px;
	text-align	: center;
	background	: url(img/frame_top.png) repeat-x left top;
}

#center_in td {
	width		: 140px;
}

/* --------------------------------------------- */
div#main_center {
	width		: 805px;
	margin		: 0 0 0 15px;
}

div#main_center:after {
	content		: "."; 
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

div#main_center {
	display		: inline-block;
}

* html div#main_center {
	height		: 1%;
}

div#main_center {
	display		: block;
}
/**/

/* --------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */
/* Main Left ----------------------------------- */
/* --------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */
div#main_left {
	float		: left;
	width		: 590px;
}

div.main_left_contents {
	width			: 590px;
	margin-top		: 20px;
	padding-bottom	: 21px;
}

div.main_left_contents:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

div.main_left_contents {
	display		: block;
}

div.main_left_contents div.main_left_contents_title {
	font-weight		:bold;
	padding-top		:5px;
	padding-bottom		:7px;
	padding-left		:10px;
	margin-bottom		:20px;
	margin-left		:10px;
	margin-right		:10px;
	border-left		:#937A69 solid 7px;
	border-bottom		:#937A69 solid 1px;
}


}

/* --------------------------------------------------------------------------------------
 問い合わせ
--------------------------------------------------------------------------------------- */

div.main_left_contents_contact {
	position		: relative;
	width			: 590px;
	padding-top	: 18px;
	padding-bottom	: 18px;
}

* html div.main_left_contents_contact {
	width			: 590px;
}


/* --------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */
/* Main Right ----------------------------------- */
/* --------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */

div#main_right {
	background		: #FDF3DD;
	border-left		: 2px solid #3C201C;
	float			: right;
	width			: 203px;
}

div#main_right img.title {
	margin-top		: 0px;
	margin-left		: 5px;
	margin-bottom	: 3px;
}

div#main_right ul.naviMenu {
	width			: 200px;
	margin-left		: 5px;
	margin-bottom	: 0px;
}

div#main_right ul.naviMenu li {
	margin			: 0px;
	padding			: 0px;
}

#main_right_link {
	margin-left	: 5px;
	padding-top	: 10px;
}

.main_right_border {
	margin-left	: 5px;
	padding-top	: 10px;
}

/* --------------------------------------------------------------------------------------
 その他
--------------------------------------------------------------------------------------- */

.image_left {
	text-align	: left;
}

.image_right {
	padding-left: 225px;
}

