document.write("<p>興味がある内容を選択してください（複数可）<br />");
document.write("<input type=\"checkbox\" name=\"cate\" value=\"travel\" id=\"travel\" />");
document.write("<label for=\"travel\">旅行</label>");
document.write("<input type=\"checkbox\" name=\"cate\" value=\"movie\" id=\"movie\" />");
document.write("<label for=\"movie\">映画</label>");
document.write("<input type=\"checkbox\" name=\"cate\" value=\"music\" id=\"music\" />");
document.write("<label for=\"music\">音楽</label>");
document.write("<input type=\"checkbox\" name=\"cate\" value=\"cooking\" id=\"cooking\" />");
document.write("<label for=\"cooking\">料理</label>");
document.write("<input type=\"checkbox\" name=\"cate\" value=\"sports\" id=\"sports\" />");
document.write("<label for=\"sports\">スポーツ</label>");
document.write("<input type=\"checkbox\" name=\"cate\" value=\"shooping\" id=\"shopping\" />");
document.write("<label for=\"shopping\">ショッピング</label></p>");
