// フッター部分
document.write("<table cellspacing='0' cellpadding='0' align='center'>");
document.write("	<tr>");
document.write("		<td class='waku'></td>");
document.write("		<td class='cont' align='center'><br>");
document.write("		<!-- ここから -->");
document.write("			<div id='Bdy'>");
document.write("				<ul id='FNav'>");
document.write("					<li>| <a href='privacy.html'>個人情報保護</a></li>");
document.write("					<li>| <a href='mailto:info@horimotoshoji.co.jp'>お問合せ</a></li>");
document.write("				</ul>");
document.write("			</div>");
document.write("		<td class='waku'></td>");
document.write("	</tr>");
document.write("</table>");
document.write("<!-- Copyright -->");
document.write("<table cellspacing='0' cellpadding='0' align='center'>");
document.write("	<tr>");
document.write("		<td class='cpy'>");
document.write("			Copyright (C) 2006- Horimoto  Co., Ltd. All Rights Reserved.");
document.write("		</td>");
document.write("	</tr>");
document.write("</table>");
document.write("<br>");

