//////////////////////////////////////////////
//HTMLロード後共通処理
$(document).ready(function () {
	$(document).pngFix();
});

