@charset "UTF-8";

body {
	background-color: #f8f8f8;
}

/* コンテナ
--------------------------------------*/
#container {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/container_back.png);
	background-repeat: repeat-y;
	background-position: center;
}

/* ヘッダー
--------------------------------------*/
#header {
	width: 770px;
	height: 80px;
	background-image: url(../image/header_back.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

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

 /* 左エリア */
#left_area {
	width: 200px;
	height: auto;
/*	height: 560px;*/
/*	background-color: #99CCFF; */
	margin-left: 20px;
	margin-bottom: 40px;
}

/* フッター
--------------------------------------*/
#footer {
	width: 790px;
	height: 50px;
	margin-left: auto;
	margin-left: auto;
	clear: right;
	background-image: url(../image/footer_back.png);
}
#footer #text_area {
	width: 750px;
	height: 40px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
