// 左カラム下部 リストエリア

document.open();
document.write('<!-- ');
document.write('<div class="bannerarea">');
document.write('<a href="/english_check.html">');
document.write('<img src="/images/bn_english.gif" alt="英語レベル早見表" width="215" height="50" />');
document.write('</a>');
document.write('</div>');
document.write('<div class="bannerarea">');
document.write('<a href="/belongings.html">');
document.write('<img src="/images/bn_belongings.gif" alt="持ち物チェックリスト" width="215" height="50" />');
document.write('</a>');
document.write('</div>');
document.write('<div class="bannerarea">');
document.write('<a href="/glossary.html">');
document.write('<img src="/images/bn_glossary.gif" alt="語学留学用語集" width="215" height="50" />');
document.write('</a>');
document.write('</div>');
document.write('--!>');
document.close();








