////フェードイン
$(document).ready(function(){
	$("#visual img").fadeIn(1000);
});

