$(function(){
	//$(".nav span.current").parent().not(".nav01").css({marginLeft:"-1px",width:"119px"});
	if($("body").outerWidth()<=970){
		$("body").css("overflow-x","visible");
	}
	if($("body").outerWidth()<=970){
		$("body").css("overflow-x","visible");
		$(".header,.indexBanner,.innerBanner").css({"marginLeft":"0","left":"-115px"});
	}
	else{
		$("body").css("overflow-x","hidden");
		$(".header,.indexBanner,.innerBanner").css({"marginLeft":"-600px","left":"50%"});
	}
});
$(window).resize(function(){
  if($("body").outerWidth()<=970){
		$("body").css("overflow-x","visible");
		$(".header,.indexBanner,.innerBanner").css({"marginLeft":"0","left":"-115px"});
	}
	else{
		$("body").css("overflow-x","hidden");
		$(".header,.indexBanner,.innerBanner").css({"marginLeft":"-600px","left":"50%"});
	}
}); 
