﻿
document.writeln('</div>');

document.writeln('<br>');
document.writeln('<div id="footer">');
document.writeln('<table width="100%"" border="0" cellspacing="0" cellpadding="0">');
document.writeln('  <tr>');
document.writeln('    <td height="25" width="25%" class="textw">');
//document.writeln('		<a href="map.html" class="nav">サイトマップ</a>');
document.writeln('	</td>');
document.writeln('    <td height="25" width="75%" class="textw">');
document.writeln('Copyright ©2008 - 2009　株式会社リーディングソフト　ALL Rights Reserved');
document.writeln('	</td>');
document.writeln('  </tr>');
document.writeln('</table>');
document.writeln('</div>');

document.writeln('</div>');
document.writeln('</center>');

