@charset "UTF-8";

body {
	background-color: #100b01;
	background-image: url(../image/body_back.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* コンテナ
--------------------------------------*/
#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fcf9eb;
}

/* ヘッダー
--------------------------------------*/
#header {
	width: 880px;
	height: 120px;
	background-image: url(../image/header_back.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #100b01;
}

/* メインエリア
--------------------------------------*/
#main_area {
	width: 610px;
/*	height: 560px;*/
	float: right;
	margin-right: 20px;
	margin-bottom: 40px;
}

 /* 左エリア */
#left_area {
	width: 210px;
	height: auto;
/*	height: 560px;*/
	margin-left: 20px;
	margin-bottom: 40px;
}

/* フッター
--------------------------------------*/
#footer {
	width: 880px;
	height: 60px;
	clear: both;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #100b01;
}
#footer #text_area {
	text-align: center;
	width: 840px;
	height: 50px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4a442;
}
