@charset "utf-8";
/* error.css */

section.err {
	min-height:500px;
	height:auto!important;
	height:500px;
}
section.err p#Err_Title {
	font-size:2em;
	color:#536763;
	margin:0 0 50px 0;
	background:url(../img/common/tb_err.gif) no-repeat;
	height:40px;
	padding:10px 0 0 50px;
}
section.err p.Err_Text {
	font-size:1.2em;
	color:#333;
	line-height:1.5em;
}



