(function($) {
	$(function() {
		// IE6 only
		if ($.browser.msie && $.browser.version < 7) {
			$('.icon, #logo, #snavi a, table.flat th span').ifixpng();
		}

		// when iframe loaded scroll to top.
		$('iframe').load(function(){
			window.scrollTo(0, 0);
		});
	});
})(jQuery);

