$(function(){

	$('a,button').focus(function(){
		this.blur();
	});

	//$('#wrap,#welcome').css({'display':'none'}).fadeIn('slow');
	$('header, #wrap, #welcome').hide().fadeIn('slow');
/*
	$('.toTop').click(function(){
		$.scrollTo( '#header', 700 );
	});
*/

	$("#index section ul li a").fadeTo(0, 0.7);
	$("#index section ul li a").hover(
		function(){
			$(this).stop().fadeTo(200,1.0);
		},
		function(){
			$(this).stop().fadeTo(200,0.7);
		}
	);

/* PDF準備中用(リンク無効・メニューイメージ差し替え)
=============================================================================== */
	$('#index section li.nav06, nav li.nav06').addClass('underConstruction');
	$('li.underConstruction a').removeAttr('href').attr('title','準備中です');


/* TOPリンクテスト環境用
=============================================================================== */
	//$('header a, nav li.nav01 a').attr('href','http://www.yuzunoki.com/mfro/');


});
