
var bVersion = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);

document.writeln("<style type='text/css'><!--");

if(navigator.appVersion.indexOf("Mac") > -1){
	if( bName == "M"){
		// MAC IE
		document.writeln(".text1c { font-size: 63%; line-height: 14px; }");
		document.writeln(".text2c { font-size: 75%; line-height: 16px; }");
		document.writeln(".text3c { font-size: 88%; line-height: 18px; }");
		document.writeln(".text1 { font-size:63%; line-height:16px; }");
		document.writeln(".text2 { font-size:75%; line-height:18px; }");
		document.writeln(".text3 { font-size:88%; line-height:20px; }");
		document.writeln(".text1n { font-size:63%; line-height:18px; }");
		document.writeln(".text2n { font-size:75%; line-height:20px; }");
		document.writeln(".text3n { font-size:88%; line-height:22px; }");
	}else{
		if( bVersion < 5 ){
			// MAC NETSCAPE 4.x
			document.writeln(".text1c { font-size: 83%; line-height: 14px; }");
			document.writeln(".text2c { font-size: 100%; line-height: 16px; }");
			document.writeln(".text3c { font-size: 117%; line-height: 18px; }");
			document.writeln(".text1 { font-size: 83%; line-height: 16px; }");
			document.writeln(".text2 { font-size: 100%; line-height: 18px; }");
			document.writeln(".text3 { font-size: 117%; line-height: 20px; }");
			document.writeln(".text1n { font-size: 83%; line-height: 18px; }");
			document.writeln(".text2n { font-size: 100%; line-height: 20px; }");
			document.writeln(".text3n { font-size: 117%; line-height: 22px; }");
		}else{
			// MAC NETSCAPE 6.x 7.x
			document.writeln(".text1c { font-size: 76%; line-height: 14px; font-family:Arial,sans-serif; }");
			document.writeln(".text2c { font-size: 90%; line-height: 16px; font-family:Arial,sans-serif; }");
			document.writeln(".text3c { font-size: 106%; line-height: 18px; font-family:Arial,sans-serif; }");
			document.writeln(".text1 { font-size: 76%; line-height: 16px; font-family:Arial,sans-serif; }");
			document.writeln(".text2 { font-size: 90%; line-height: 18px; font-family:Arial,sans-serif; }");
			document.writeln(".text3 { font-size: 106%; line-height: 20px; font-family:Arial,sans-serif; }");
			document.writeln(".text1n { font-size: 76%; line-height: 18px; font-family:Arial,sans-serif; }");
			document.writeln(".text2n { font-size: 90%; line-height: 20px; font-family:Arial,sans-serif; }");
			document.writeln(".text3n { font-size: 106%; line-height: 22px; font-family:Arial,sans-serif; }");
		}
	}
}else{
	if( bName == "M"){
		// WIN IE
		document.writeln(".text1c { font-size: 63%; line-height: 14px; letter-spacing:1px; }");
		document.writeln(".text2c { font-size: 75%; line-height: 16px; letter-spacing:1px; }");
		document.writeln(".text3c { font-size: 88%; line-height: 18px; letter-spacing:1px; }");
		document.writeln(".text1 { font-size: 63%; line-height: 16px; letter-spacing:1px; }");
		document.writeln(".text2 { font-size: 75%; line-height: 18px; letter-spacing:1px; }");
		document.writeln(".text3 { font-size: 88%; line-height: 19px; letter-spacing:1px; }");
		document.writeln(".text1n { font-size: 63%; line-height: 18px; letter-spacing:1px; }");
		document.writeln(".text2n { font-size: 75%; line-height: 20px; letter-spacing:1px; }");
		document.writeln(".text3n { font-size: 88%; line-height: 22px; letter-spacing:1px; }");
	}else{
		if( bVersion < 5 ){
			// WIN NETSCAPE 4.x
			document.writeln(".text1c { font-size:83%; line-height:14px; }");
			document.writeln(".text2c { font-size:100%; line-height:16px; }");
			document.writeln(".text3c { font-size:117%; line-height:18px; }");
			document.writeln(".text1 { font-size:83%; line-height:16px; }");
			document.writeln(".text2 { font-size:100%; line-height:18px; }");
			document.writeln(".text3 { font-size:117%; line-height:20px; }");
			document.writeln(".text1n { font-size:83%; line-height:18px; }");
			document.writeln(".text2n { font-size:100%; line-height:20px; }");
			document.writeln(".text3n { font-size:117%; line-height:22px; }");
		}else{
			// WIN NETSCAPE 6.x 7.x
			document.writeln(".text1c { font-size: 63%; line-height: 14px; font-family:Arial,sans-serif; }");
			document.writeln(".text2c { font-size: 75%; line-height: 16px; font-family:Arial,sans-serif; }");
			document.writeln(".text3c { font-size: 88%; line-height: 18px; font-family:Arial,sans-serif; }");
			document.writeln(".text1 { font-size: 63%; line-height: 16px; font-family:Arial,sans-serif; }");
			document.writeln(".text2 { font-size: 75%; line-height: 18px; font-family:Arial,sans-serif; }");
			document.writeln(".text3 { font-size: 88%; line-height: 20px; font-family:Arial,sans-serif; }");
			document.writeln(".text1n { font-size: 63%; line-height: 18px; font-family:Arial,sans-serif; }");
			document.writeln(".text2n { font-size: 75%; line-height: 20px; font-family:Arial,sans-serif; }");
			document.writeln(".text3n { font-size: 88%; line-height: 22px; font-family:Arial,sans-serif; }");
		}
	}
}

// Common
document.writeln(".textlist1 { text-indent:-1em; margin-left:1em; }");
document.writeln(".textlist2 { text-indent:-1.5em; margin-left:1.5em; }");
document.writeln(".textlist3 { text-indent:-2em; margin-left:2em; }");
document.writeln("a:link { color:#666666;text-decoration:underline; }");
document.writeln("a:visited { color:#888888;text-decoration:underline; }");
document.writeln("a:hover { color:#666666;text-decoration:none; }");

document.writeln("a.green:link { color:#76B100;text-decoration:underline; }");
document.writeln("a.green:visited { color:#A1CB4E;text-decoration:underline; }");
document.writeln("a.green:hover { color:#76B100;text-decoration:none; }");

document.writeln("a.blue:link { color:#3C96E1;text-decoration:underline; }");
document.writeln("a.blue:visited { color:#8AB4D7;text-decoration:underline; }");
document.writeln("a.blue:hover { color:#3C96E1;text-decoration:none; }");

document.writeln("a.hikari01:link { color:#FFEB57;text-decoration:underline; }");
document.writeln("a.hikari01:visited { color:#FFF6B6;text-decoration:underline; }");
document.writeln("a.hikari01:hover { color:#FFEB57;text-decoration:none; }");

document.writeln("a.hikari02:link { color:#5F5F54;text-decoration:underline; }");
document.writeln("a.hikari02:visited { color:#7F7F71;text-decoration:underline; }");
document.writeln("a.hikari02:hover { color:#5F5F54;text-decoration:none; }");


document.writeln("--></style>");