html * {
	margin:0px;
	padding:0px;
}
/*ーーーーーーーーーー上下ヘッダーフッター部分ーーーーーーーーーー*/
#fla_header_box{
	width:1224px;
	height:84px;
	overflow: hidden;
	background-image: url('../img/all/fla_header.gif');
	background-repeat: no-repeat;
}
#fla_footer_box{
	width:1224px;
	height:84px;
	overflow: hidden;
	background-image: url('../img/all/fla_footer.gif');
	background-repeat: no-repeat;
}
#close_btn{
	margin-left:20px;
	margin-top:10px;
}
#close_btn img{
	border:none;
}