function footerTOP(){
document.write("<table border='0' cellpadding='0' cellspacing='0' width='800'>");
document.write("<tr>");
document.write("<td width='800' align='center'><img src='images/footer_navi.gif' alt='' width='800' height='48' border='0' usemap='#Map'></td>");
document.write("<tr>");
document.write("</table>");
document.write("<table border='0' cellpadding='0' cellspacing='0' width='800'>");
document.write("<tr>");
document.write("<td width='800' align='center' class='small'>Copyright &copy; 2007 imedia partners, Inc. All rights reserved.</td>");
document.write("</tr>");
document.write("</table>");

document.write("<map name='Map'>");
document.write("<area shape='rect' coords='91,7,148,24' onFocus=\"blur()\" href='company/index.html' alt='運営会社'>");
document.write("<area shape='rect' coords='174,6,273,25' onFocus=\"blur()\" href='privacy/index.html' alt='個人情報保護方針'>");
document.write("<area shape='rect' coords='299,7,389,25' onFocus=\"blur()\" href='sitepolicy/index.html' alt='サイトポリシー'>");
document.write("<area shape='rect' coords='415,6,507,25' onFocus=\"blur()\" href='linkpolicy/index.html' alt='リンクポリシー'>");
document.write("<area shape='rect' coords='534,6,606,26' onFocus=\"blur()\" href='ad/index.html' alt='広告ガイド'>");
document.write("<area shape='rect' coords='632,6,714,26' onFocus=\"blur()\" href='inquiry/index.html' alt='お問い合わせ'>");
document.write("</map>");
}
