	$(document).ready(
		function(){
			$('ul#banner').innerfade({
				speed: 'slow',
				timeout: 4000,
				type: 'sequence',
				containerheight: '50px'
			});
			$('ul#bigbanner').innerfade({
				speed: 'slow',
				timeout: 4000,
				type: 'sequence',
				containerheight: '100px'
			});
			$("ul.mainmenu #mmenu4").html("<a href='/iwate_dc/'>いわてDC</a>");
			$("ul.mainmenu li#mmenu4 a").hover(
			    function(){
                    $(this).css({"text-indent":"-9999em","overflow":"hidden","background-image":"url(/img/css/mainmenu.gif)","background-position":"-800px -29px"});
                },
                function(){
                    $(this).css({"text-indent":"-9999em","overflow":"hidden","background-image":"url(/img/css/mainmenu.gif)","background-position":"-800px 0px"});
                }
            );
			$("ul.mainmenu li#mmenu4 a").css({"text-indent":"-9999em","overflow":"hidden","background-image":"url(/img/css/mainmenu.gif)","background-position":"-800px 0"});
			$("#headerlinks li:first-child").css({"display":"none"});//add:201104
			$("#headerlinks").css({"width":"auto"});//add:201104
		}
	);

