function header_menu()
{
	document.write("<br>");
	document.write("<table width='80%' border='0' cellpadding='0' cellspacing='0' align='center'>");
	document.write("	<tr>");
	document.write("		<td valign=bottom class='menu' style='border-bottom:solid;border-color:silver;border-width:1px;'>");
	document.write("			| <a href='/new/menu.html'>TOP</a> ");
	document.write("			| <a href='/new/whatsnew.html'>What's New</a> ");
	document.write("			| <a href='/new/item.html'>ITEM</a> ");
	document.write("			| <a href='/new/maintenance.html'>在庫時の注意</a> ");
	document.write("			| <a href='/new/minimarium.html'>みにまりうむ</a> ");
	document.write("			| <a href='/new/sp.html'>ＳＰ</a> ");
	document.write("			| <a href='/new/corp.html'>CORP.</a> |");
	document.write("		</td>");
	document.write("		<td style='border-bottom:solid;border-color:silver;border-width:1px;' align='right'>");
	document.write("<a href='/new/menu.html'><img src='/new/pic/rogo_green_no_back.gif' border=0 height='30px'/></a></td>");
	document.write("	</tr>");
	document.write("</table>");
	document.write("<br>");
}

function footer_menu()
{
	document.write("<table width='80%' height='60px' border='0' cellpadding='0' cellspacing='0' align='center'>");
	document.write("	<tr><td colspan='2'><br></td></tr>");
	document.write("	<tr>");
	document.write("		<td class='menu'>");
	document.write("			| <a href='/new/menu.html'>TOP</a> ");
	document.write("			| <a href='/new/whatsnew.html'>What's New</a> ");
	document.write("			| <a href='/new/item.html'>ITEM</a> ");
	document.write("			| <a href='/new/maintenance.html'>在庫時の注意</a> ");
	document.write("			| <a href='/new/minimarium.html'>みにまりうむ</a> ");
	document.write("			| <a href='/new/sp.html'>ＳＰ</a> ");
	document.write("			| <a href='/new/corp.html'>CORP.</a> |");
	document.write("		</td>");
	document.write("		<td class='menu' align='right'>問い合わせ＞ <a href='mailto:minimarium@minimarium.com'>minimarium@minimarium.com</a></td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td class='menu' style='border-top:solid;border-color:silver;border-width:1px;' colspan='2' align='center'>");
	document.write("			<h3 style='font-size:x-small'>Copyright (C)　<a href='http://www.minimarium.com/' target='_top'>http://www.minimarium.com/</a>　(有)アクア All rights Reserved.Powered By aQua IT staff</h3>");
	document.write("		</td>");
	document.write("	</tr>");
	document.write("</table>");
}

function write_footer()
{
	document.write("<img src='http://www.minimarium.com/new/access/acc/acclog.cgi?");
	document.write("referrer="+document.referrer+"&");
	document.write("width="+screen.width+"&");
	document.write("height="+screen.height+"&");
	document.write("color="+screen.colorDepth+"'>");
}
