404.html 869 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html	PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
	<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
	<meta http-equiv="content-style-type" content="text/css" />
	<meta http-equiv="content-script-type" content="text/javascript" />
	<title>404 Page Not Found</title>
</head>
<body>
<div id="shell" style="width:500px;margin: 0 auto;font-size:0.9em;">
<h1>404 Page Not Found</h1>
<h2>お探しのページが見つかりません</h2>
<p>お探しのページは、削除されたか移動しました。<br />
お手数ですがトップページより該当のページをお探しください。<br />
トップページ : <a href="****">****</a></p>
</div>
</body>
</html>