@charset "UTF-8";

body {
	background-color: #f9f6f5;
	background-image: url(../image/body-back.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* コンテナ
--------------------------------------*/
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダー
--------------------------------------*/
#header {
	width: 900px;
	background-image: url(../image/header-back.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

/* メインエリア
--------------------------------------*/
#main-area {
	float: left;
	width: 600px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}

/* 右エリア */
#right-area {
	float: left;
	width: 240px;
	margin-bottom: 30px;
}

/* フッター
--------------------------------------*/
#footer {
	clear: left;
	width: 900px;
	height: 20px;
}
#footer #text-area {
	width: 860px;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-left: 20px;
}
