function footerwrite(){
	var thispage=this.location.href;
	str='<div id="footer">';
	str+='<div id="footerNavi">';
	str+='<a href="../index.html">HOME</a>｜<a href="../corporate/index.html">企業情報</a>｜<a href="../service/index.html">サービス紹介</a>｜<a href="../merit/index.html">ドラフトの特徴</a>｜<a href="../corporate/vision.html">ビジョン</a>｜<a href="../works/index.html">実績紹介</a>｜<a href="http://www.officekagu-online.com/" target="_blank">オフィス家具</a>｜<a href="../news/index.html">ニュース</a>｜<a href="../recruit/index.html">採用情報</a>｜<a href="../corporate/privacypolicy.html">個人情報保護</a>｜<a href="../sitemap.html">サイトマップ</a>｜<a href="../contact/index.html">お問合わせ</a>';
	str+='</div>';
	str+='<div id="address">';
	str+='<strong>株式会社ドラフト</strong><br />';
	str+='〒150-0047 東京都渋谷区神山町5-2 ルート神山町ビル3-4F　　TEL 03-3465-8500　FAX 03-3465-8501<br />';
	str+='Copyright &copy; 2011 DRAFT co. All Right Reserved.';
	str+='</div></div>';
document.write(str);
}


