//browser check and css writedocument.writeln('<style type="text/css"><!--')document.writeln('body { background-color:#ffffff; }')if(navigator.appVersion.indexOf("Mac") != -1){	if(navigator.appName.charAt(0) == "M"){	// Mac IE		document.writeln('.s1 { font-size:10px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')		document.writeln('.s2 { font-size:12px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')		document.writeln('.s3 { font-size:14px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')		document.writeln('.s4 { font-size:17px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')	}	else if(navigator.appName.charAt(0) == "N"){	// Mac NN		document.writeln('.s1 { font-size:10px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')		document.writeln('.s2 { font-size:12px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')		document.writeln('.s3 { font-size:14px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')		document.writeln('.s4 { font-size:18px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')	}}else if(navigator.appVersion.indexOf("Win") != -1){	if(navigator.appName.charAt(0) == "M"){	// Win IE		document.writeln('.s1 { font-size:11px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')		document.writeln('.s2 { font-size:13px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')		document.writeln('.s3 { font-size:15px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')		document.writeln('.s4 { font-size:16px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')	}	else if(navigator.appName.charAt(0) == "N"){	// Win NN		document.writeln('.s1 { font-size:11px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')		document.writeln('.s2 { font-size:13px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')		document.writeln('.s3 { font-size:15px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')		document.writeln('.s4 { font-size:16px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')	}}else{// Other	document.writeln('.s1 { font-size:11px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')	document.writeln('.s2 { font-size:13px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')	document.writeln('.s3 { font-size:15px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')	document.writeln('.s4 { font-size:16px; font-family:‚l‚r ‚oƒSƒVƒbƒN,MS UI Gothic, Osaka; line-height:130%; }')}document.writeln('a { text-decoration: none; }')document.writeln('a:link { color: #0066ff; }')document.writeln('a:visited { color: #9966ff; }')document.writeln('a:active { color: #9966ff;}')document.writeln('a:hover { color:#0033cc; text-decoration:underline; }')document.writeln('a.txt:hover { color:#0033cc; text-decoration:none; border-bottom:solid 1px #0033cc; }')document.writeln('--></style>');
