/**共通フッター */
var html = '<div id="footer">';
html += '<img src="http://tamekiyo.com/pic/footer.jpg" usemap="#map_footer" />';
html += '<map name="map_footer">';
html += '<area shape="rect" coords="20,20,120,40" alt="トップページ" href="http://tamekiyo.com/" />';
html += '<area shape="rect" coords="200,20,450,40" alt="コンテンツの利用について" href="http://tamekiyo.com/license.html" />';
html += '</map>';
html += '</div>';
document.write(html); 


