		$(function(){
		     $("#toTop a").click(function(){
		     $('html,body').animate({ scrollTop: $($(this).attr("href")).offset().top }, 'slow','swing');
		     return false;
		     })
		});
		if (navigator.appVersion.indexOf("Mac") !=-1){
			document.write("<link rel='stylesheet' href='css/formac.css' type='text/css' />");
		}

		// IE:aの枠線対策
		jQuery(document).ready(function($) {
			$('a').focus(function(){this.blur();});
		});
