// JavaScript Document

var html = '<p class="marB20">';
html += '<a href="inquiry.html">';
html += '<img src="images/index_banner.jpg" alt="お気軽にお問い合わせ下さい 092-712-6087" width="542" height="98" border="0" />';
html += '</a>';
html += '</p>';
document.write(html); 

