//TOPページフッター

function topfooter() {
document.write("<table width=\"797\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" summary=\"ft\">");
document.write("<tr>");
document.write("<td width=\"89\"><img src=\"common/img/fd_privacy_t2.jpg\" width=\"89\" height=\"41\" /></td>");
document.write("<td width=\"577\" background=\"common/img/fd_bg.jpg\">&nbsp;</td>");
document.write("<td width=\"131\"><a href=\"privacy/\"><img src=\"common/img/fd_privacy_t.jpg\" alt=\"プライバシーポリシー\" width=\"131\" height=\"41\" border=\"0\" /></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td height=\"35\" colspan=\"3\" align=\"center\" valign=\"bottom\" class=\"s01\">Copyright (C) KAWAJUN Co., Ltd. All Rights Reserved.</td>");
document.write("</tr>");
document.write("</table>");
}


//内部ページフッター
function footer() {
document.write("<table width=\"797\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" summary=\"ft\">");
document.write("<tr>");
document.write("<td width=\"89\"><img src=\"../common/img/fd_privacy_t2.jpg\" width=\"89\" height=\"41\" /></td>");
document.write("<td width=\"577\" background=\"../common/img/fd_bg.jpg\">&nbsp;</td>");
document.write("<td width=\"131\"><a href=\"../privacy/\"><img src=\"../common/img/fd_privacy_t.jpg\" alt=\"プライバシーポリシー\" width=\"131\" height=\"41\" border=\"0\" /></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td height=\"35\" colspan=\"3\" align=\"center\" valign=\"bottom\" class=\"s01\">Copyright (C) KAWAJUN Co., Ltd. All Rights Reserved.</td>");
document.write("</tr>");
document.write("</table>");
}





















//ポップアップフッター
function p_footer() {
document.write("<table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("<tr>");
document.write("<td><img src=\"../common/img/fd_pop.jpg\" width=\"500\" height=\"20\" /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td align=\"center\" class=\"s01\">Corporate(C)KAWAJUN,All Right Reserved.</td>");
document.write("</tr>");
document.write("</table>");
	
	}
