/* CSS Document */

/*全体-----------------------------------------*/
#all{
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー--------------------------------------*/
#h_header{
	background-image: url(images/head_back.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 30px;
}
#h_head_area {
	text-align: left;
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*フッター--------------------------------------*/



/*サイト----------------------------------------*/
#h_flash{
	height: 550px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/flash_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
}
h_fla_area{
	text-align: center;
	height: 550px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#fla_foot{
	background-image: url(images/flash__foot_back.jpg);
	background-repeat: repeat-x;
	height: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
#contents{
	background-image: url(images/contents_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#contents_area{
	height: 520px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#left_contents{
	position: absolute;
	top: 10px;
	left: 0px;
	height: 200px;
	width: 395px;
}
#right_contents{
	position: absolute;
	top: 10px;
	height: 200px;
	width: 395px;
	right: 0px;
}
#cm_contents{
	height: 300px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 220px;
}

