$(document).ready(function() {

	//クローズボタンでリストページへ
	$("#close").click(function(){ document.location.href = "index.php"; });


});

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