// JavaScript Document
var html =  '<div class="indexbox">';
html += '<h3 class="h3bnr01">';
html += '<a href="about/index.html">英心プロフィール</a>';
html += '</h3>';
html += '<h3 class="h3bnr02">';
html += '<a href="about/guidance.html">教室紹介</a>';
html += '</h3>';
html += '<h3 class="h3bnr03">';
html += '<a href="about/voice.html">みんなの成功談</a></h3>';
html += '</h3>';
html += '</div>';
html += '<br class="clb" />';
document.write(html);

