﻿document.write('<div class="footerspace">');
document.write('<a href="index.html">トップページ</a><br />');
document.write('＋<a href="securitypolicy.html">セキュリティポリシー</a><br />');
document.write('＋<a href="sitemap.html">サイトマップ</a><br />');
document.write('＋<a href="information.html">インフォメーション</a><br />');
document.write('＋<a href="inquiry.html">問い合わせ</a>');

document.write('</div>');

document.write('<div class="footerspace">');
document.write('＋<a href="company.html">企業情報</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="outline.html">会社概要</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="history.html">会社沿革</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="greeting.html">社長からのご挨拶</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="companypolicy.html">経営方針</a><br />');

document.write('&nbsp;&nbsp;&nbsp;・<a href="base.html">事業所</a><br />');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;－<a href="base.html#oomori">本社</a><br />')
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;－<a href="base.html#fujisawa">藤沢事業所</a>')
document.write('</div>');

document.write('<div class="footerspace">');
document.write('＋<a href="organization.html">事業概要</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="solution.html">ビジネス領域</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="figure.html">組織図</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="business.html">事業部紹介</a><br />');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;－<a href="section01.html">第一ソリューション本部</a><br />');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;－<a href="section02.html">第二ソリューション本部</a><br />');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;－<a href="section03.html">第三ソリューション本部</a><br />');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;－<a href="operation.html">運用サービス本部</a><br />');
document.write('</div>');


document.write('<div class="footerspace">');
document.write('＋<a href="recruit.html">採用情報</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="graduates.html">新卒採用</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="affirmative.html">障がい者採用</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="briefing.html">新卒説明会</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="education.html">新入社員教育</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="message.html">先輩からのメッセージ</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="office.html">職場紹介</a><br />');
document.write('&nbsp;&nbsp;&nbsp;・<a href="faq.html">よくある質問</a><br />');
document.write('</div>');

document.write('<div class="copy">');
document.write("&copy;&nbsp;");
	now = new Date();
	year = now.getYear();
	if(year < 2000) { year = year + 1900; }
document.write(year);
document.write("&nbsp;ISUZU&nbsp;SYSTEMS&nbsp;SERVICE&nbsp;Ltd.&nbsp;All&nbsp;rights&nbsp;reserved.");

document.write('</div>');



