function write_footer() {
document.write('<div id="footerWrapper">');
document.write('<table cellspacing="0" align="right">');
document.write('<tr>');
document.write('<td valign="top">');
document.write('<ul id="footerLinks">');
document.write('<li class="leftElm"><a href="/privacy.html">プライバシーポリシー</a></li><li class="leftElm">　<a href="/link.html">リンクについて・著作権・免責事項</a></li><li class="sepnone"><a href="http://www.mlit.go.jp/kanrenlink.html">関連リンク集</a></li>');
document.write('</ul>');
document.write('<p>Copyright&copy; 2008-2012 MLIT Japan. All Rights Reserved.</p>');
document.write('</td>');
document.write('<td id="rightCell" valign="top">');
document.write('<p>国土交通省　〒100−8918 東京都千代田区霞が関2-1-3</p>');
document.write('<p><a href="/about/file000028.html"><img src="/common/000000379.gif" alt="アクセス・地図" width="67" height="14" /></a>（代表電話）03-5253-8111</p>');
document.write('</td>');
document.write('<td width="350" align="right" valign="top">');
document.write('<p><img src="/common/000137300.bmp" alt="MLIT Ministry of Land, Infrastructure, Transport and Tourism" /></p>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
}

function write_footer_en() {
document.write('<div id="footerWrapper">');
document.write('<table cellspacing="0">');
document.write('<tr>');
document.write('<td>');
document.write('<p>Ministry of Land, Infrastructure, Transport and Tourism</p>');
document.write('<p>2-1-3 Kasumigaseki, Chiyoda-ku, Tokyo 100-8918</p>');
document.write('<p>2-1-2 Kasumigaseki, Chiyoda-ku, Tokyo 100-8918 (ANNEX)</p>');
document.write('</td>');
document.write('<td id="rightCell">');
document.write('<p>Tel: +81-3-5253-8111</p>');
document.write('<br />');
document.write('<p>Copyright&copy; 2008-2012 MLIT Japan. All Rights Reserved.</p>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
}
