function footer(){

var url = '/';

var foot;
foot ='';
foot+='<div id="footerNavi" class="clearfix">\n';
foot+='<div class="fnavi fbox01">\n';
foot+='<h5><a href="' + url + 'about/index.html">コメリ災害対策センターについて</a></h5>\n';
foot+='<ul>\n';
foot+='<li><a href="' + url + 'about/organize/index.html">設立趣旨</a></li>\n';
foot+='<li><a href="' + url + 'about/organization/index.html">概要</a></li>\n';
foot+='<li><a href="' + url + 'about/history/index.html">沿革</a></li>\n';
foot+='<li><a href="' + url + 'about/activity/index.html">事業内容</a></li>\n';
foot+='<li><a href="' + url + 'about/history/other/index.html">活動報告</a></li>\n';
foot+='</ul>\n';
foot+='</div>\n';
foot+='<div class="fnavi fbox02">\n';
foot+='<h5><a href="' + url + 'goods/index.html">災害時必要物資</a></h5>\n';
foot+='<ul>\n';
foot+='<li><a href="' + url + 'goods/natural.html">自然災害</a>\n';
foot+='<ul>\n';
foot+='<li><a href="' + url + 'goods/goods/index.html">災害緊急対応用品</a></li>\n';
foot+='<li><a href="' + url + 'goods/chuetsuoki/index.html">要請物資：新潟県中越沖地震</a></li>\n';
foot+='<li><a href="' + url + 'goods/touhoku/index.html">要請物資：東日本大震災</a></li>\n';
foot+='<li><a href="' + url + 'goods/earthquake/index.html">災害別：地震</a></li>\n';
foot+='<li><a href="' + url + 'goods/downpour/index.html">災害別：豪雨・豪雪</a></li>\n';
foot+='<li><a href="' + url + 'goods/typhoon/index.html">災害別：台風</a></li>\n';
foot+='<li><a href="' + url + 'goods/epidemic/index.html">被害別：家畜伝染病</a></li>\n';
foot+='<li><a href="' + url + 'goods/saltdamage/index.html">被害別：塩害</a></li>\n';
foot+='<li><a href="' + url + 'goods/blackout/index.html">被害別：停電</a></li>\n';
foot+='<li><a href="' + url + 'goods/watersupply/index.html">被害別：断水</a></li>\n';
foot+='<li><a href="' + url + 'goods/support/index.html">緊急対応物資紹介</a></li>\n';
foot+='</ul>\n';
foot+='</li>\n';
foot+='<li><a href="' + url + 'goods/accusations/index.html">避難時生活必要物資</a></li>\n';
foot+='</ul>\n';
foot+='</div>\n';
foot+='<div class="fnavi fbox03">\n';
foot+='<h5><a href="' + url + 'record/index.html">被災・対策記録</a></h5>\n';
foot+='<ul>\n';
foot+='<li><a href="' + url + 'record/earthquake/index.html">地震</a></li>\n';
foot+='<li><a href="' + url + 'record/downpour/index.html">豪雨・豪雪</a></li>\n';
foot+='<li><a href="' + url + 'record/typhoon/index.html">台風</a></li>\n';
foot+='</ul>\n';
foot+='<h5><a href="' + url + 'network/index.html">物資供給ネットワーク</a></h5>\n';
foot+='<ul>\n';
foot+='<li><a href="' + url + 'network/index.html">物資供給ネットワーク</a></li>\n';
foot+='<li><a href="' + url + 'network/registerco/company.html">協力企業一覧</a></li>\n';
foot+='</ul>\n';
foot+='</div>\n';
foot+='<div class="fnavi fbox04">\n';
foot+='<h5><a href="' + url + 'network/agreement.html">災害時支援協定について</a></h5>\n';
foot+='<ul>\n';
foot+='<li><a href="' + url + 'network/agreement/index.html">支援協定概要</a></li>\n';
foot+='<li><a href="' + url + 'network/agreement/index02.html">よくある質問</a></li>\n';
foot+='<li><a href="' + url + 'network/agreement/index05.html">全国での締結状況</a>\n';
foot+='<ul>\n';
foot+='<li><a href="' + url + 'network/agreement/index03.html">締結件数</a></li>\n';
foot+='<li><a href="' + url + 'network/agreement/index04.html">締結先一覧</a></li>\n';
foot+='<li><a href="' + url + 'network/history/agreement/index.html">調印式</a></li>\n';
foot+='</ul>\n';
foot+='</li>\n';
foot+='</ul>\n';
foot+='<h5><a href="' + url + 'contact/index.html">お問い合わせ</a></h5>\n';
foot+='</div>\n';
foot+='</div>\n'; //END footerNavi
foot+='<div id="footerInfo" class="clearfix">\n';
foot+='<div class="footerLeft"><a href="http://www.komeri.bit.or.jp/usage/" target="_blank">サイトのご利用について</a> ｜ <a href="http://www.komeri.bit.or.jp/privacypolicy/" target="_blank">プライバシーポリシー</a></div>\n';
foot+='<div class="footerRight">Copyright (C) Komeri Disaster Management Center NPO. All rights reserved.</div>\n';
foot+='</div>\n'; //END footerInfo


document.write(foot);
}

footer();
