<?php
$catDirName = "error404";
 ?>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="keywords" content="">
<title>お探しのページが見つかりませんでした | KeePer技研株式会社</title>

<meta name="viewport" content="width=device-width">
<link rel="apple-touch-icon-precomposed" href="/corp/images/apple-touch-icon.png">

<meta property="og:title" content="KeePer技研株式会社">
<meta property="og:type" content="website">
<meta property="og:url" content="http://www.keepercoating.jp/corp/">
<meta property="og:image" content="/corp/images/fb_thumb.jpg">
<meta property="og:site_name" content="KeePer技研株式会社">

<link rel="start" href="http://www.keepercoating.jp/corp/" title="ホーム">
<link rel="contents" href="/corp/sitemap/index.html" title="サイトマップ">
<link rel="stylesheet" href="/corp/css/master.css">
<link rel="stylesheet" href="/corp/css/unique/<?php echo $catDirName; ?>.css">
<link rel="shortcut icon" href="/corp/favicon.ico">
<!--[if lt IE 9]>
	<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="/corp/js/jquery.js"></script>
<script src="/corp/js/default.js"></script>
</head>
<body id="<?php echo $catDirName; ?>">

<!-- wrap -->
<div id="wrap">

<!-- header -->
<header>
<div id="headerInner">
<?php include($_SERVER['DOCUMENT_ROOT'] . '/corp/_parts/header.html'); ?>
<!-- topicPathArea -->
<div id="topicPathArea">
<ol id="topicPath">
	<li><a href="/">ホーム</a></li>
	<li><em>お探しのページが見つかりませんでした</em></li>
</ol>
</div>
<!-- /topicPathArea -->
</div>
</header>
<!-- header -->

<!-- titleArea -->
<div id="titleArea">
<h2 id="titleName">お探しのページが見つかりませんでした</h2>
</div>
<!-- titleArea -->

<!-- container -->
<div id="container">

<!-- content -->
<div id="content">

<!-- mainArea -->
<div id="mainArea">
<article>
<section>
<h3 class="headingLv03"><span>404 File not found.</span></h3>
<p>お探しのページは、すでに削除されたか存在しない可能性があります。<br>
アドレスが正しく入力されているかご確認ください。</p>
<div class="tac mat40"><a class="btnStyle01 w026 backPrev" href="#"><span>前のページへ戻る</span></a></div>
</section>
</article>
</div>
<!-- /mainArea -->

</div>
<!-- /content -->

</div>
<!-- /container -->

<!-- footer -->
<?php include($_SERVER['DOCUMENT_ROOT'] . '/corp/_parts/footer.html'); ?>
<!-- footer -->

</div>
<!-- /wrap -->

</body>
</html>
