@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------ */

/* Basic Style

/* ------------------------------------------------------------------------ */

article{
	background		: #FFF;
	width			: auto;
	margin-bottom	: 0px!important;
}
	
	#errorBg{
		width	: 1000px;
		margin	: 0 auto;
		
	}

		#notfound{
			height		: 300px;
			/*background	: url(/error/img/img_error_001.jpg) no-repeat right bottom;*/
		}
		
			#notfound h1{
				text-align	: left;
				width		: auto;
				background	: url(/err/img/heading-04.jpg) no-repeat 0 0;
			}
			
			#notfound p{
				margin-top	: 15px;
			}
			
			#notfound .txt01{
				font-size	: 140%;
				margin-top	: 55px;
			}
		
footer{
	margin-top	: 0px!important;
}