function Footer() {
		document.write('<div align="left">');
		document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
		document.write('<tr>');
		document.write('<td valign="top" align="left" bgcolor="#000000">');
		document.write('<div align="left"><table border="0" cellpadding="0" cellspacing="0">');
		document.write('<tr>');
		document.write('<td valign="middle" align="center" nowrap><img src="http://www.hokkai-unyu.co.jp/img/spacer.gif" width="15" height="17"></td>');
		document.write('<td valign="middle" align="center" nowrap><a class="lef" href="http://www.hokkai-unyu.co.jp/comp/index.htm">会社概要</a></td>');
		document.write('<td valign="middle" align="center" nowrap><img src="http://www.hokkai-unyu.co.jp/img/spacer.gif" width="15" height="7"></td>');
		document.write('<td valign="middle" align="center" nowrap><a class="lef" href="http://www.hokkai-unyu.co.jp/biz/index.htm">事業案内</a></td>');
		document.write('<td valign="middle" align="center" nowrap><img src="http://www.hokkai-unyu.co.jp/img/spacer.gif" width="15" height="7"></td>');
		document.write('<td valign="middle" align="center" nowrap><a class="lef" href="http://www.hokkai-unyu.co.jp/ofc/index.htm">事業所一覧</a></td>');
		document.write('<td valign="middle" align="center" nowrap><img src="http://www.hokkai-unyu.co.jp/img/spacer.gif" width="15" height="7"></td>');
		document.write('<td valign="middle" align="center" nowrap><a class="lef" href="http://www.hokkai-unyu.co.jp/corp/index.htm">子会社一覧</a></td>');
		document.write('<td valign="middle" align="center" nowrap><img src="http://www.hokkai-unyu.co.jp/img/spacer.gif" width="15" height="7"></td>');
		document.write('<td valign="middle" align="center" nowrap><a class="lef" href="http://www.hokkai-unyu.co.jp/rec/index.htm">採用情報</a></td>');
		document.write('<td valign="middle" align="center" nowrap><img src="http://www.hokkai-unyu.co.jp/img/spacer.gif" width="15" height="7"></td>');
		document.write('<td valign="middle" align="center" nowrap><a class="lef" href="http://www.hokkai-unyu.co.jp/req/index.htm">お問合せ</a></td>');
		document.write('</tr>');
		document.write('</table>');
		document.write('</div></td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write('<td width="100%" align="right"><span class="copyright">Copyright(C) 2004-2009 Hokkai Transportation Co., Ltd. All rights reserved</span></td>');
		document.write('</tr>');
		document.write('</table>');
		document.write('</div>');
}