@charset "utf-8";
@import url(reset.css);
@import url(mainStyle.css);
/* CSS Document */


.error_wrap {
	min-height: 100%;
	position: relative;
	background: #f1f1f1;
}
.error_header {
	height: 165px;
	background: url(../images/error_header.png) center top no-repeat;
}
/*Error_bg*/
.error_content {
	width: 85%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	background: url(../images/error_bg.png) right bottom no-repeat;
	background-size: 90%;
}
/*Not Found_bg*/
.NotFound_content {
	width: 85%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	background: url(../images/notFound_bg.png) right bottom no-repeat;
	background-size: 90%;
}
.error_content h1, .NotFound_content h1 {
	margin: 30px auto 120px auto;
	font-weight: 400;
	font-size: 28px;
	color: #555;
	text-align: center;
}
