/*（入力内容）
		 "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/oitabebook_201202.jpg",
		 "alt": "食の情報誌「おいしく食べて健康に2月号」デジタルブック掲載中！",
		 "url": "http://www.daiei.co.jp/food/leaflet/index.html",
		 "target": "0"
		 },
		{
		 "img": "special/valentine201201.jpg",
		 "alt": "自分に贈るバレンタイン 選べるくつろぎキャンペーン",
		 "url": "http://www.daiei.co.jp/food/topics/201201_2.html",
		 "target": "1"
		 },
		{
		 "img": "special/uchinabe55.jpg",
		 "alt": "心もカラダもあったまる みんなで食べたい うち鍋55",
		 "url": "http://www.daiei.jp/uchinabe55/index.php/top",
		 "target": "0"
		 }
/*
	 	{
		 "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"
		 }

*/
	 ]
	 
 };

