/*-------X^CV[g̐U蕪-------*/

mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<style type=\"text/css\">");
document.write("<!--");

if(mac){
	//FOR MAC IE NS
	document.write(".size1 { font-size:9px; line-height:12px; }");
	document.write(".size2 { font-size:10px; line-height:15px; }");
	document.write(".size3 { font-size:12px; line-height:18px; }");
	document.write("a:link { text-decoration:none; color:#006699; }");
	document.write("a:visited { text-decoration:none; color:#551A8B; }");
	document.write("a:hover { text-decoration:none; color:#C29841; }");
}
else{
	if(ie){
	//FOR WINDOWS IE
	document.write(".size1 { font-size:9px; line-height:12px; }");
	document.write(".size2 { font-size:10px; line-height:15px; }");
	document.write(".size3 { font-size:12px; line-height:18px; }");
	document.write("a:link { text-decoration:none; color:#006699; }");
	document.write("a:visited { text-decoration:none; color:#551A8B; }");
	document.write("a:hover { text-decoration:none; color:#C29841; }");
	}
	else{
	//FOR WIN NS
	document.write(".size1 { font-size:10px; line-height:12px; }");
	document.write(".size2 { font-size:11px; line-height:15px; }");
	document.write(".size3 { font-size:12px; line-height:18px; }");
	document.write("a:link { text-decoration:none; color:#006699; }");
	document.write("a:visited { text-decoration:none; color:#551A8B; }");
	document.write("a:hover { text-decoration:none; color:#C29841; }");
}
}
document.write("-->");
document.write("</style>")