@charset "utf-8";

#header-error {
	text-align: left;
}
#header-error h1 img {
	margin: 5px 0 0 30px;
}
#container-error {
	width: 700px;
	margin: 45px auto;
	text-align: left;
	background: transparent url(/common/img/error-box-bg.gif) repeat top left;
}
#container-error img {
	display: block;
	margin: 0;
}
#container-error h2 {
	margin: 45px 0 45px 45px;
	font-weight: bold;
	font-size: 120%;
}
#container-error p {
	margin: 0 45px 45px 45px;
	line-height: 1.5;
}
#container-error div {
	background: #ffffff;
}
