// JavaScript Document<!--//function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_findObj(n, d) { //v4.01  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}var SubWin=null;var SubHref="";function SubWinOpen(SubHref,WinID,W,H){	SubWin=window.open(SubHref,WinID,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+W+',height='+H+'');	if (navigator.appVersion.charAt(0)==2){		SubWin=window.open(SubHref,WinID,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+W+',height='+H+'');	}	if (navigator.appVersion.charAt(0)>=3) {SubWin.focus()}}mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;ie=(navigator.appName.charAt(0)=="M")?true:false;document.write("<STYLE TYPE='text/css'><!--");if(mac){	if(ie){		//Macintosh版IE用の記述		document.write(".t1b{font-Size:10px;line-height:14px}");		document.write(".t1{font-Size:10px;line-height:14px}");		document.write(".t2{font-Size:12px;line-height:18px}");		document.write(".t1w{font-Size:10px;line-height:14px;letter-spacing:1px}");		document.write(".t2l{font-Size:12px;line-height:15px}");	}	else{		//Macintosh版Neとその他用の記述		document.write(".t1b{font-Size:10px;line-height:15px}");		document.write(".t1{font-Size:10px;line-height:15px}");		document.write(".t2{font-Size:12px;line-height:19px}");		document.write(".t1w{font-Size:10px;line-height:15px;letter-spacing:1px}");		document.write(".t2l{font-Size:12px;line-height:14px}");	}}else{		//Win版IE用の記述	if(ie){		document.write("body{padding-left: 0px;}");		document.write(".t1b{font-Size:11px;line-height:15px}");		document.write(".t1{font-Size:11px;line-height:15px}");		document.write(".t2{font-Size:12px;line-height:20px}");		document.write(".t1w{font-Size:11px;line-height:15px;letter-spacing:1px}");		document.write(".t2l{font-Size:12px;line-height:14px}");	}	else{		//Win版Neとその他の用の記述		document.write(".t1b{font-Size:11px;line-height:16px}");		document.write(".t1{font-Size:11px;line-height:16px}");		document.write(".t2{font-Size:12px;line-height:21px}");		document.write(".t1w{font-Size:11px;line-height:16px;letter-spacing:1px}");		document.write(".t2l{font-Size:12px;line-height:15px}");	}	}document.write("--></STYLE>");//-->/* ブラウザ判定部 */var an = navigator.appName;var ua = navigator.userAgent;var Win=(navigator.userAgent.indexOf("Win")!=-1);var Mac=(navigator.userAgent.indexOf("Mac")!=-1);//Netscape6以上var n6 = ( (ua.indexOf("Netscape6")!=-1) || (ua.indexOf("Netscape＼/7")!=-1) );//Oprea6var o6 = (ua.search('Opera(＼ |＼/)6') != -1);//Oprea7var o7 = (ua.search('Opera(＼ |＼/)7') != -1);//Internet Explorervar ie = (an=="Microsoft Internet Explorer" && o7 != 1 && o6 != 1 );//Safarivar saf = (ua.indexOf("Safari")!=-1);//それ以外if(!saf && !n6 && !ie){	var others = 1;}/* 判定部ここまで *//* ブラウザごとの処理部 */if(Win){	if(n6){		document.write('<LINK rel="stylesheet" href="common/css/base.css" type="text/css">');	}	else if(ie){		document.write('<LINK rel="stylesheet" href="common/css/base.css" type="text/css">');	}	else if(others){		document.write('<LINK rel="stylesheet" href="common/css/win_other.css" type="text/css">');	}}else if(Mac){	if(saf){	    document.write('<LINK rel="stylesheet" href="common/css/mac_safari.css" type="text/css">');	}	else if(ie){		document.write('<LINK rel="stylesheet" href="common/css/mac_ie.css" type="text/css">');	}	else if(others){		document.write('<LINK rel="stylesheet" href="common/css/mac_other.css" type="text/css">');	}}