@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  top.css
	infomation :  レイアウト
	
 ---------------------------------------------- */
 
*{zoom:1;}
 
html,body{height:100%;}

body{
	background:url(../images/bg_body.gif) repeat center top;
	width:100%;
	}
#wrapper_bg {
	background:#FFFFFF;
	padding-top:5px;
}

#wrapper {
	width:100%;
	text-align:center;
}


#contents {
	width:100%;
	height:582px;
	margin:0;
	text-align:center;
}

body > #contents {
	height:auto;
	min-height:582px;
}


#flashArea {
	width:100%;
	/*通常582px*/
	height:640px;
	background:#FFFFFF;
	text-align:center;
}


#foot_wrapper_top{
	clear:both;
	background:url(../images/bg_footer_top.jpg) repeat-x center bottom;
	width:100%;
	height:70px;
	position:relative;
	min-width:960px;
	padding-top:20px;
}

