@CHARSET "UTF-8";

/* ------------------------------------------------
　レイアウト大枠のデザイン設定CSSです。
------------------------------------------------- */



/* ------------------------------------------------
　全体
------------------------------------------------- */
#container {
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background: #ECE7E0;
	min-height:100%;
}

/* ------------------------------------------------
　ヘッダー
------------------------------------------------- */
#head_box {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 10px 20px;
	background: #fff;
}

/* ------------------------------------------------
　ページ
------------------------------------------------- */
#page {
	background: #fff;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 30px;
	width: 950px;
}

/* ------------------------------------------------
　左カラム大枠
------------------------------------------------- */
#left_container {
	width: 690px;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	padding:0px;
}

/* ------------------------------------------------
　メインカラム
------------------------------------------------- */
#main-content {
	width: 475px;
	margin: 0px;
	float: left;
	display: inline;
	padding:0px;
	overflow:hidden;
}


/* ------------------------------------------------
　メインカラム（ワイド）
------------------------------------------------- */
#wide-content {
	width: 690px;
	float: left;
	margin: 0px;
	display: inline;
	border:0px;
	padding:0px;
	overflow:hidden;
}

/* ------------------------------------------------
　左カラムコンテンツ
------------------------------------------------- */
#left-content {
	width: 205px;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
	border:0px;
	padding:0px;
	overflow:hidden;
}

/* ------------------------------------------------
　右カラムコンテンツ
------------------------------------------------- */
#navi-content {
	width: 250px;
	margin: 0px;
	display: inline;
	float: right;
	clear: right;
	border:0px;
	padding:0px;
}

/* ------------------------------------------------
　フッター
------------------------------------------------- */
#footer {
	background: url(/img/footer_bg.png) repeat-x left bottom #CFBA9B;
	clear: both;
	min-height: 200px;
	overflow: hidden;
	overflow: visible !important;
	padding: 10px 20px 10px 20px;
}

#footer_box {
	margin: auto;
	width: 1010px;
}