@charset "shift_jis";
 @import url(base.css);
 @import url(common.css);
/* ---------------------------------------------------
中ページ共通　ヘッダー部分 css
-----------------------------------------------------*/

#main_header {
	width:auto;
	height:126px;
	padding:0 0 0 156px;
	margin:0;
	background-color:#ffffff;
	background:url(../img/header_bg.gif) repeat-x;
}
#main_header img {
	padding:17px 0 0 0;
	margin:0;
}
#main_header #main_header_point {
	position:absolute;
	left:0px;
	z-index:0;
	padding:0;
	margin:0;
}
/* ---------------------------------------------------
中ページ共通　メイン部分 css
-----------------------------------------------------*/

#main_main {
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	background-color:#eaeaea;
}

h2 {
	font-weight:bold;
	color:#5e6454;
	font-size:14px;
	padding:15px 0 5px 15px;
	margin:0;
	background:url(../img/point_01.gif) no-repeat 0px 17px;
}
/* ---------------------------------------------------
中ページ共通　パンクズ部分 css
-----------------------------------------------------*/

#crumb {
	width:auto;
	height:18px;
	padding:5px 0 0 97px;
	margin:0;
	background:#eaeaea url(../img/crumb_bg.gif) repeat-x;
}
#crumb p { font-size:11px; }
/* ---------------------------------------------------
中ページ共通　メイン部分 css
-----------------------------------------------------*/

#main_top {
	width:auto;
	height:10px;
	padding:0;
	margin:20px 0 0 0;
	background:#eaeaea url(../img/main_top_bg.gif) no-repeat;
}
#main_main {
	width:auto;
	height:auto;
	padding:10px 0 0 97px;
	margin:0;
	background:#eaeaea url(../img/main_main_bg.gif) repeat-y;
}
#main_area {
	width:768px;
	height:auto;
	padding:0px 0 25px 18px;
	margin:0;
	background-color:#ffffff;
}
/*IE6ハック*/
* html #main_area {
	width:768px;
	height:auto;
	padding:0px 0 25px 0;
	margin:0;
	background-color:#ffffff;
}
#main_bottom {
	width:auto;
	height:10px;
	padding:0;
	margin:0 0 0 0;
	background:#eaeaea url(../img/main_bottom_bg.gif) no-repeat;
}

