/*（入力内容）
		 "img": "画像ファイル名（/common/images/以下に格納）",
		 "alt": "代替テキスト",
		 "url": "バナーのリンク先（絶対パスorルートパス）",
		 "target": "target: 0:同窓	1:別窓"
*/

BANNER_DATA = {
	 "shop":	// 店舗情報バナー
	 [
		 {
		 "img": "netsuper_200910.jpg",
		 "alt": "ダイエーネットスーパー 新店続々オープン！",
		 "url": "https://netsuper.daiei.co.jp/",
		 "target": "1"
		 }
	 ],
	 
	 "info":	// お得情報バナー
	 [
		 {
		 "img": "aside_bn06.gif",
		 "alt": "ダイエーのお得なカード ハートポイントカード",
		 "url": "http://www.daiei.co.jp/customer/heartpoint/index.html",
		 "target": "0"
		 }
	 ],

	 "feature":	// お得情報バナー(画像は/food/images/内)
	 [
		{
		 "img": "special/renewal_200910.jpg",
		 "alt": "おいしく食べて健康に レシピコンテンツがパワーアップ！",
		 "url": "http://www.daiei.co.jp/food/topics/200910_1.html",
		 "target": "1"
		 },
		{
		 "img": "special/oitabebook_201008.jpg",
		 "alt": "食の情報誌「おいしく食べて健康に8月号」デジタルブック掲載中！",
		 "url": "http://www.daiei.co.jp/food/leaflet/index.html",
		 "target": "0"
		 },
	 	{
		 "img": "special/cc201007.jpg",
		 "alt": "コカ・コーラ ダイエー・イオングループ限定 ハッピーサマーキャンペーン",
		 "url": "http://www.daiei.co.jp/food/topics/201007_3.html",
		 "target": "1"
		 },
	 	{
		 "img": "special/house201007.jpg",
		 "alt": "ダイエー×イオン×ハウス食品グループ共同企画 簡単★夏カレーキャンペーン",
		 "url": "http://www.daiei.co.jp/food/topics/201007_1.html",
		 "target": "1"
		 }
/*
	 	{
		 "img": "special/shun200901.jpg",
		 "alt": "新春プレゼント 「旬を、味わう」100名様にプレゼント！",
		 "url": "http://www.daiei.co.jp/food/topics/200901_1.html",
		 "target": "1"
		 },
		 {
		 "img": "food_bn02.jpg",
		 "alt": "プレミアムモルツ スクラッチキャンペーン",
		 "url": "http://www.daiei.bz/food/campaign/200804_4.html",
		 "target": "1"
		 }

*/
	 ]
	 
 };
