<!--
$(function(){
	$("#Navigation").load("navi.html");//メニューのロード
	$("img[@src$=png],h1,h2,h2 span,p#Information").pngfix();//IEPNG
	$(".popupwindow").popupwindow(profiles);//ポップアップウィンドウ
	$("#PageTop a").hover(function(){//ページトップのカラーフェード
	   $(this)
		.queue([]).stop().animate({backgroundColor:"#666"},800);
   },
   function(){
	 $(this).queue([]).stop().animate({backgroundColor:"#333"},800)
   }
   );
});
// -->