@charset "euc-jp";

/*========================================================
目次
--------------------------------------------------------
1.トップページレイアウト設定
	A.トップページビジュアルエリア設定　div.top_main

=======================================================*/
/*=======================================================
	A.トップページビジュアルエリア設定　div.top_main
=======================================================*/
body#toppage div.top_main{
	width					:	100%;
	margin					:	0 auto;
}
body#toppage div.top_main div.flash_box{
	width					:	100%;
	z-index					:	5;
	background				:	url(../image/bg_footer_01.jpg) 50% bottom no-repeat;
}

/*=======================================================
	B.トップページフッター設定　div#footer
=======================================================*/
body#toppage #footer{
	width					:	100%;
	background				:	none !important;
	padding-top				:	0 !important;
	margin					:	0;
}

body#toppage #footer .contents_box{
	width					:	100%;
	height					:	31px;
	background				:	url(../image/bg_footer_02.jpg) 0 0 repeat-x;
	text-align				:	center;
}