/* Main CSS Ver.2.0 */
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
document.write("<STYLE TYPE='text/css'><!--");
if(mac){
		//Mac IE NC
		document.write(".t09{font-Size:9px; line-height:11px}");
		document.write(".t10{font-Size:10px; line-height:13px}");
		document.write(".t12{font-Size:12px; line-height:16px}");
		document.write(".t12l20{font-Size:12px; line-height:20px}");
		document.write(".t14{font-Size:14px; line-height:16px}");
		document.write(".t16{font-Size:16px; line-height:18px}");
		document.write(".t18{font-Size:18px; line-height:20px}");
}
else{
	if(document.all){
		//WIN IE
		document.write(".t09{font-Size:9px; line-height:11px}");
		document.write(".t10{font-Size:10px; line-height:13px}");
		document.write(".t12{font-Size:12px; line-height:16px}");
		document.write(".t12l20{font-Size:12px; line-height:20px}");
		document.write(".t14{font-Size:14px; line-height:16px}");
		document.write(".t16{font-Size:16px; line-height:18px}");
		document.write(".t18{font-Size:18px; line-height:20px}");
	}
	else{
		//WIN NC
		document.write(".t09{font-Size:10px; line-height:11px}");
		document.write(".t10{font-Size:11px; line-height:13px}");
		document.write(".t12{font-Size:12px; line-height:16px}");
		document.write(".t12l20{font-Size:12px; line-height:20px}");
		document.write(".t14{font-Size:15px; line-height:16px}");
		document.write(".t16{font-Size:16px; line-height:18px}");
		document.write(".t18{font-Size:19px; line-height:20px}");
	}
}
/* Option CSS */
		document.write("body,div,td{font-family:Verdana,Arial,Tahoma}");
		document.write("form{margin:0;padding:0;}");
		document.write(".t10l18{font-size:11px; line-height:18px}");
		document.write(".t14l20{font-Size:15px; line-height:20px}");
		document.write(".t16l20{font-Size:16px; line-height:20px}");
		document.write(".t10l15{font-size:10px; line-height:15px}");

document.write("--></STYLE>");



function Setlay(name){
	if (document.all){	//IEの場合
		document.getElementById(name).style.display = "block";
	}else{
		document.getElementById(name).style.display = "block";
	}
}
function Outlay(name){
	if (document.all){
	    document.getElementById(name).style.display = "none";
	}else{
		document.getElementById(name).style.display = "none";
	}
}

function myOpenInfo(name){
	if (document.getElementById(name).style.display == "none"){
	    document.getElementById(name).style.display = "block";
	}else{
	    document.getElementById(name).style.display = "none";
	}
}

