$(function(){
			$("#toppage h1").delay(1300).fadeIn(1300);
			$("#toppage p").delay(2300).fadeIn(2300);
			$("#m01").delay(3300).fadeIn(2300);
			$("#m02").delay(3300).fadeIn(2300);
			$("#ut").delay(3800).fadeIn(2300);
			$('img.bg').delay(1600).fadeIn(1400);
		});
		$(function() {
    if(navigator.userAgent.indexOf("MSIE") != -1) {
        $('img').each(function() {
            if($(this).attr('src').indexOf('.png') != -1) {
                $(this).css({
                    'filter': 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' +
                    $(this).attr('src') +
                    '", sizingMethod="scale");'
                });
            }
        });
    }
});
