// このファイルはプログラムで自動作成されます。手作業での編集は禁止です。

// 「バナー」

function banner() {

	// banner 1
	document.writeln("<div class=\"banner_1\">");
	document.writeln("	<a href=\"http://www.jma.go.jp/jma/kishou/info/tenki_chuui.html\">");
	document.writeln("		<img src=\"./img/kyuuhen.jpg\" alt=\"天気の急変から身を守るために\" width=\"190\" height=\"30\">");
	document.writeln("	</a>");
	document.writeln("</div>");

	// banner 2
	document.writeln("<div class=\"banner_2\">");
	document.writeln("	<a href=\"http://www.jma.go.jp/jp/radnowc/index.html?areaCode=000&contentType=1\">");
	document.writeln("		<img src=\"./img/tatsumakikaminari.gif\" alt=\"雷と竜巻の短時間予報\" width=\"190\" height=\"30\">");
	document.writeln("	</a>");
	document.writeln("</div>");

	// banner 3
	document.writeln("<div class=\"banner_3\">");
	document.writeln("	<a href=\"./topix/jititailink.html\">");
	document.writeln("		<img src=\"./img/jititai.gif\" alt=\"自治体による住民向け防災情報提供サービス\" width=\"190\" height=\"30\">");
	document.writeln("	</a>");
	document.writeln("</div>");

	// banner 4
	document.writeln("<div class=\"banner_4\">");
	document.writeln("	<a href=\"./bosai/bosai-sozai.html\">");
	document.writeln("		<img src=\"./img/gakusyusozai.gif\" alt=\"防災の学習素材\" width=\"190\" height=\"30\">");
	document.writeln("	</a>");
	document.writeln("</div>");

	document.close();
}
