@CHARSET "UTF-8";

/* ------------------------------------------------
　レイアウト大枠のデザイン設定CSSです。
------------------------------------------------- */



/* ------------------------------------------------
　全体
------------------------------------------------- */
#container {
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background: #FFF;
	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: 0 auto 20px auto;
	padding: 0 20px 30px;
	width: 950px;
}

/* ------------------------------------------------
　左カラム大枠
------------------------------------------------- */
#left_container {
	width: 690px;
	float: left;
	margin-right: 10px;
}

/* ------------------------------------------------
　メインカラム
------------------------------------------------- */
#main-content {
	width: 475px;
	margin: 0 0 0 10px;
	float: left;
	_width: 500px;
	display: inline;
}

/* ------------------------------------------------
　メインカラム（ワイド）
------------------------------------------------- */
#wide-content {
	width: 690px;
	float: left;
}

/* ------------------------------------------------
　左カラムコンテンツ
------------------------------------------------- */
#left-content {
	width: 205px;
	float: left;
	display: inline;
}

/* ------------------------------------------------
　右カラムコンテンツ
------------------------------------------------- */
#navi-content {
	width: 250px;
	float: right;
	clear: right;
}

/* ------------------------------------------------
　フッター
------------------------------------------------- */
#footer {
	background: #FFF;
	clear: both;
	min-height: 200px;
	overflow: hidden;
	overflow: visible !important;
	padding: 10px 20px 10px 20px;
	border-top: 3px solid #F485A0;
}

#footer_box {
	margin: auto;
	width: 1010px;
}