function ImgChg(src){
	//バックグラウンドの画像消去
	$("#limage").attr("src", src);
}