<!--
document.write('<style type="text/css">');
document.write('<!--');
document.write('.footstyle {');
document.write('A:link		{Color:"#502800"; text-decoration: none;}');
document.write('A:Active	{Color:"#502800"; text-decoration: none;}');
document.write('A:Visited	{Color:"#502800"; text-decoration: none;}');
document.write('A:hover	{Color:"red"; text-decoration: none;}');
document.write('}');
document.write('-->');
document.write('</style>');
document.write('<div align="center" id="footstyle">');
document.write('<table width="600" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td height="40">&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="center"><font color="#505050" size="2">b<a href="index.htm" target="_top">Top</a>b<a href="JavaScript:history.back()">Back</a>b<a href="http://www.marukai.co.jp" target="_blank">Marukai Home</a>b</font></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><hr width="600" size="1"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="center"><font size=2 color="#502800">Copyright(C)Marukai Corporation All Right Reserved. </font></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td height="30" align="center">&nbsp;</td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
//-->

