$(function(){
		//whatNew—p
		$('dl#updateInfoList dd:nth-child(2)').css('background', 'none');
		$('dl#updateInfoList dd:nth-child(6)').css('background', 'none');
		$('dl#updateInfoList dt:nth-child(odd)').css('background', 'none');
		$('dl#updateInfoList dt:nth-child(odd)').css('background', 'none');
		
		//tab—p
		$('#tabs').tabs();
		
		// gnavi pulldown menu
		$('#gNavi a').each(function() {
			if($(this).next('ul').size()) {
				$(this).parent().children("a, ul").mouseover(function() {
					$(this).parent().css("overflow", "visible");
					}).mouseout(function() {
						$(this).parent().css("overflow", "hidden");
				});
			}
		});
		$('body > img:first').hide();
});
