



var bbrower = navigator.appVersion.charAt(0);
var aappname = navigator.appName.charAt(0);

document.write("<STYLE TYPE='text/css'><!--");
document.write("A {font-size:10px; text-decoration:none; color:#00CC00; font-family:osaka;}");
document.writeln('A:link {font-size:10px; text-decoration:none; color:#00CC00; font-family:osaka;}');
document.writeln('A:visited {font-size:10px; text-decoration:none; font-family:osaka;}');
document.writeln('A:active {font-size:10px; text-decoration:none; color:#99FF00; font-family:osaka;}');
document.writeln('A:hover {font-size:10px; text-decoration:underline; color:#99FF00; font-family:osaka;}');
document.write(".bgnone {  background-image: none;}");



if(navigator.appVersion.indexOf("Mac") > -1){
	if( aappname == "M" ){
		// MAC IE
		document.writeln('INPUT,SELECT,TEXTAREA {background:#FFFFFF; font-family:Osaka; font-size:10px;}');
		document.write(".font01 {font-size:10px; color:#000000; line-height:12px; font-family:osaka;}");
		document.write(".font02 {font-size:10px; color:#FFFFFF; line-height:17px; font-family:osaka;}");
		document.write(".font03 {font-size:12px; color:#000000; line-height:16px; font-family:osaka;}");
		document.write(".font04 {font-size:10px; color:#666666; line-height:12px; font-family:osaka;}");
	}
	else{
		if( bbrower < 5 ){
		// MAC NN 4.x
		document.writeln('INPUT,SELECT,TEXTAREA {background:#FFFFFF; font-family:Osaka; font-size:10px;}');
		document.write(".font01 {font-size:10px; color:#000000; line-height:12px; font-family:osaka;}");
		document.write(".font02 {font-size:10px; color:#FFFFFF; line-height:17px; font-family:osaka;}");
		document.write(".font03 {font-size:12px; color:#000000; line-height:16px; font-family:osaka;}");
		document.write(".font04 {font-size:10px; color:#666666; line-height:12px; font-family:osaka;}");
	}
	else{
		// MAC NN 6.x
		document.writeln('INPUT,SELECT,TEXTAREA {background:#FFFFFF; font-family:Osaka; font-size:10px;}');
		document.write(".font01 {font-size:10px; color:#000000; line-height:12px; font-family:osaka;}");
		document.write(".font02 {font-size:10px; color:#FFFFFF; line-height:17px; font-family:osaka;}");
		document.write(".font03 {font-size:12px; color:#000000; line-height:16px; font-family:osaka;}");
		document.write(".font04 {font-size:10px; color:#666666; line-height:12px; font-family:osaka;}");
	 	}
	 }
}
else{
	if( aappname == "M" ){
		// WIN IE
		document.writeln('INPUT,SELECT,TEXTAREA {background:#FFFFFF; font-family:MSゴシック; font-size:10px;}');
		document.write(".font01 {font-size:10px; color:#000000; line-height:12px; font-family:MSゴシック;}");
		document.write(".font02 {font-size:10px; color:#FFFFFF; line-height:17px; font-family:MSゴシック;}");
		document.write(".font03 {font-size:12px; color:#000000; line-height:16px; font-family:MSゴシック;}");
		document.write(".font04 {font-size:10px; color:#666666; line-height:12px; font-family:MSゴシック;}");
	}
	else{
		if( bbrower < 5 ){
		// WIN NN 4.x
		document.writeln('INPUT,SELECT,TEXTAREA {background:#FFFFFF; font-family:MSゴシック; font-size:10px;}');
		document.write(".font01 {font-size:10px; color:#000000; line-height:12px; font-family:MSゴシック;}");
		document.write(".font02 {font-size:10px; color:#FFFFFF; line-height:17px; font-family:MSゴシック;}");
		document.write(".font03 {font-size:12px; color:#000000; line-height:16px; font-family:MSゴシック;}");
		document.write(".font04 {font-size:10px; color:#666666; line-height:12px; font-family:MSゴシック;}");
	}
	else{
		// WIN NN 6.x
		document.writeln('INPUT,SELECT,TEXTAREA {background:#FFFFFF; font-family:MSゴシック; font-size:10px;}');
		document.write(".font01 {font-size:10px; color:#000000; line-height:12px; font-family:MSゴシック;}");
		document.write(".font02 {font-size:10px; color:#FFFFFF; line-height:17px; font-family:MSゴシック;}");
		document.write(".font03 {font-size:12px; color:#000000; line-height:16px; font-family:MSゴシック;}");
		document.write(".font04 {font-size:10px; color:#666666; line-height:12px; font-family:MSゴシック;}");
		}
	}
}
 document.write("--></STYLE>");

