function bgPositionMove(id,x,y){
	//alert("実行確認");
	var pos = x + ' ' + y;
	document.getElementById(id).style.backgroundPosition=pos;
}
