document.open();
document.write('');
document.write('<div class="foods cooking">');
document.write('<div class="recipes">');
document.write('<h5>7月のおすすめレシピ</h5>');
document.write('<ul><li>シーフードカレーピラフ</li><li>水ナスのサラダ</li><li>簡単枝豆スープ</li><li>デザート（アムスメロン）</li></ul>');
document.write('</div>');
document.write('<div class="pic"><img src="http://www.ama-shijoh.net/foods/cooking/images/DSCF23451.jpg" width="160" height="120" alt="7月の献立" /></div>');
document.write('<div class="more"><a href="http://www.ama-shijoh.net/foods/cooking/201007.html"><img src="/foods/img/b_foods.gif" alt="詳細はこちら" width="81" height="14" /></a></div>');
document.write('</div>');
document.write('');
document.close();