@charset "Shift_JIS";

 /*
	404エラーページ [
========================================================== */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#logo {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 850px;
	text-align: center;
	margin-top: 20px;
}

h1 {
	width: 850px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size: 21px;
	text-align: center;
}

p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}

#foot {
	width: 850px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

img {
	border:0;
}

a img {
 border: none;
 text-decoration: none;
}
