#header {
	position: fixed;
	left: 0px;
	bottom: 30px;
	width: 425px;
	height: 329px;
	background: url('../images/layer/head2.png');
	z-index: 4;
}

#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 28px;
	background: url('../images/layer/fhg2.png');
	border-top: 2px solid #D62132;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(251,191,190,0.25);
	-moz-box-shadow: 0px 0px 15px 5px rgba(251,191,190,0.25);
	box-shadow: 0px 0px 15px 5px rgba(251,191,190,0.25);
	z-index: 3;
}