<!--
/*ブラウザ別CSS振り分け*/
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
		//MAC IE NS
		document.write(".black{font-Size:13px; line-height:18px; color:#000000;}")
		document.write(".white{font-Size:13px; line-height:17px; color:#ffffff;}")
		document.write(".red{font-Size:13px; line-height:17px; color:#CC0000;}")
		document.write(".shikaku{font-Size:13px; line-height:17px; color:#0066be;}")
		document.write(".t3{font-Size:14px; line-height:17px;}")
		document.write(".smallw{font-Size:11px; line-height:15px; color:#ffffff;}")
		document.write(".smallb{font-Size:12px; line-height:16px; color:#000000;}")
		document.write(".wb15p{font-weight: bold; font-Size:15px; line-height:15px; color:#ffffff;}")
		document.write(".bb15p{font-weight: bold; font-Size:15px; line-height:15px; color:#000000;}")
}
else{
	if(ie){
		//WIN IE
		document.write(".black{font-Size:13px; line-height:18px; color:#000000;}")
		document.write(".white{font-Size:13px; line-height:17px; color:#ffffff;}")
		document.write(".red{font-Size:13px; line-height:17px; color:#CC0000;}")		
		document.write(".shikaku{font-Size:13px; line-height:17px; color:#0066be;}")
		document.write(".t3{font-Size:14px; line-height:17px;}")
		document.write(".smallw{font-Size:11px; line-height:15px; color:#ffffff;}")
		document.write(".smallb{font-Size:12px; line-height:16px; color:#000000;}")
		document.write(".wb15p{font-weight: bold; font-Size:15px; line-height:15px; color:#ffffff;}")
		document.write(".bb15p{font-weight: bold; font-Size:15px; line-height:15px; color:#000000;}")
	}
	else{
		//WIN NS
		document.write(".black{font-Size:14px; line-height:19px; color:#000000;}")
		document.write(".white{font-Size:14px; line-height:18px; color:#ffffff;}")
		document.write(".red{font-Size:14px; line-height:18px; color:#CC0000;}")
		document.write(".shikaku{font-Size:14px; line-height:18px; color:#0066be;}")
		document.write(".t3{font-Size:15px; line-height:18px;}")
		document.write(".smallw{font-Size:12px; line-height:16px; color:#ffffff;}")
		document.write(".smallb{font-Size:13px; line-height:17px; color:#000000;}")
		document.write(".wb15p{font-weight: bold; font-Size:16px; line-height:16px; color:#ffffff;}")
		document.write(".bb15p{font-weight: bold; font-Size:16px; line-height:16px; color:#000000;}")
	}
}
document.write("--></STYLE>");

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.0
  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 && document.getElementById) x=document.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];}
}
//-->

<!--

	appflg = 0;

	if (parseInt(navigator.appVersion) >= 4 || navigator.appName == "Netscape"){
	window.onerror=null;
	appflg = 1;
	
	top1On=new Image(0,0); top1On.src="source/common_images/button_profile_on.gif";
	top1Off=new Image(0,0); top1Off.src="source/common_images/button_profile_off.gif";	
	top2On=new Image(0,0); top2On.src="source/common_images/button_aboutec_on.gif";
	top2Off=new Image(0,0); top2Off.src="source/common_images/button_aboutec_off.gif";
	top3On=new Image(0,0); top3On.src="source/common_images/button_howtoec_on.gif";
	top3Off=new Image(0,0); top3Off.src="source/common_images/button_howtoec_off.gif";
	top4On=new Image(0,0); top4On.src="source/common_images/button_coach_on.gif";
	top4Off=new Image(0,0); top4Off.src="source/common_images/button_coach_off.gif";
	top5On=new Image(0,0); top5On.src="source/common_images/button_program_on.gif";
	top5Off=new Image(0,0); top5Off.src="source/common_images/button_program_off.gif";
	top6On=new Image(0,0); top6On.src="source/common_images/button_school_on.gif";
	top6Off=new Image(0,0); top6Off.src="source/common_images/button_school_off.gif";
	top7On=new Image(0,0); top7On.src="source/common_images/button_book_on.gif";
	top7Off=new Image(0,0); top7Off.src="source/common_images/button_book_off.gif";
	top8On=new Image(0,0); top8On.src="source/common_images/button_howto_on.gif";
	top8Off=new Image(0,0); top8Off.src="source/common_images/button_howto_off.gif";
	top9On=new Image(0,0); top9On.src="source/common_images/button_contact_on.gif";
	top9Off=new Image(0,0); top9Off.src="source/common_images/button_contact_off.gif";
	
	sub1On=new Image(0,0); sub1On.src="../common_images/button_profile_on.gif";
	sub1Off=new Image(0,0); sub1Off.src="../common_images/button_profile_off.gif";	
	sub2On=new Image(0,0); sub2On.src="../common_images/button_aboutec_on.gif";
	sub2Off=new Image(0,0); sub2Off.src="../common_images/button_aboutec_off.gif";
	sub3On=new Image(0,0); sub3On.src="../common_images/button_howtoec_on.gif";
	sub3Off=new Image(0,0); sub3Off.src="../common_images/button_howtoec_off.gif";
	sub4On=new Image(0,0); sub4On.src="../common_images/button_coach_on.gif";
	sub4Off=new Image(0,0); sub4Off.src="../common_images/button_coach_off.gif";
	sub5On=new Image(0,0); sub5On.src="../common_images/button_program_on.gif";
	sub5Off=new Image(0,0); sub5Off.src="../common_images/button_program_off.gif";
	sub6On=new Image(0,0); sub6On.src="../common_images/button_school_on.gif";
	sub6Off=new Image(0,0); sub6Off.src="../common_images/button_school_off.gif";
	sub7On=new Image(0,0); sub7On.src="../common_images/button_book_on.gif";
	sub7Off=new Image(0,0); sub7Off.src="../common_images/button_book_off.gif";
	sub8On=new Image(0,0); sub8On.src="../common_images/button_howto_on.gif";
	sub8Off=new Image(0,0); sub8Off.src="../common_images/button_howto_off.gif";
	sub9On=new Image(0,0); sub9On.src="../common_images/button_contact_on.gif";
	sub9Off=new Image(0,0); sub9Off.src="../common_images/button_contact_off.gif";
	
	
	ec1On=new Image(0,0); ec1On.src="images/01_02_button_marketing_on.jpg";
	ec1Off=new Image(0,0); ec1Off.src="images/01_02_button_marketing.jpg";
	ec2On=new Image(0,0); ec2On.src="images/01_03_button_resultant_on.jpg";
	ec2Off=new Image(0,0); ec2Off.src="images/01_03_button_resultant.jpg";
	ec3On=new Image(0,0); ec3On.src="images/02_03_button_it_on.jpg";
	ec3Off=new Image(0,0); ec3Off.src="images/02_03_button_it.jpg";
	ec4On=new Image(0,0); ec4On.src="images/04_03_button_mentalhealth_on.jpg";
	ec4Off=new Image(0,0); ec4Off.src="images/04_03_button_mentalhealth.jpg";
	ec5On=new Image(0,0); ec5On.src="images/05_03_button_health_on.jpg";
	ec5Off=new Image(0,0); ec5Off.src="images/05_03_button_health.jpg";
	ec6On=new Image(0,0); ec6On.src="images/05_01_button_riskmanagement_on.jpg";
	ec6Off=new Image(0,0); ec6Off.src="images/05_01_button_riskmanagement.jpg";
	ec7On=new Image(0,0); ec7On.src="images/05_01_button_governance_on.jpg";
	ec7Off=new Image(0,0); ec7Off.src="images/05_01_button_governance.jpg";
	ec8On=new Image(0,0); ec8On.src="images/04_01_button_realestate_on.jpg";
	ec8Off=new Image(0,0); ec8Off.src="images/04_01_button_realestate.jpg";
	ec9On=new Image(0,0); ec9On.src="images/02_01_button_spm_on.jpg";
	ec9Off=new Image(0,0); ec9Off.src="images/02_01_button_spm.jpg";
	ec10On=new Image(0,0); ec10On.src="images/01_01_button_finance_on.jpg";
	ec10Off=new Image(0,0); ec10Off.src="images/01_01_button_finance.jpg";
	}

	function act(imgName) {
		if (appflg){
		 imgOn=eval(imgName + "On.src"); document [imgName].src = imgOn; 
		}
	}
	function inact(imgName) { 
		if (appflg){
		imgOff=eval(imgName + "Off.src"); document [imgName].src = imgOff; 
		}
	}

//-->

<!--

function openProfile(n) {

var w;

w = window.open(n,"_blank","toolbar=0,location=0,directories=0,status=no,menubar=0,scrollbars=yes,resizable=no,width=560,height=450,top=1,left=1");

}

//-->


