/**************************************
  footer Menu
  @author Lithmatic 09.02.24
**************************************/
function footerMenu(){
	document.write('<table width="760" align="center" border="0" cellpadding="0" cellspacing="0">\n');
	document.write('<tr>\n');
	document.write('<td width="760" bgcolor="#969696" align="right" height ="21" style ="padding-top:2px;padding-right:10px;color:#ffffff;"><a href="../privacy/index.html" class="footer">プライバシーポリシー</a>　<a href="../campany/index.html" class="footer">会社情報</a>　<a href="../fc/index.html" class="footer">FC募集</a>　<a href="../recruit/index.html" class="footer">採用案内</a>　Copyright (C) 2009  ITALIAN TOMATO</td>\n');
	document.write('</tr>\n');
	document.write('</table>\n');

}