
document.write("<STYLE TYPE='text/css'><!--")

//マックだったら（IEもネスケも両方反応）
	if(navigator.appVersion.indexOf("Mac") > 1){
		document.write(".F1{font-size:9px; line-height:115%}")
		document.write(".F2{font-size:10px; line-height:115%}")
		document.write(".F4{font-size:12px; line-height:140%}")
		document.write(".F6{font-size:14px; line-height:115%}")
		document.write(".F10{font-size:18px; line-height:115%}")
	}

//マックじゃなくて（WINの）エクスプローラだったら
	else{
		if(navigator.appName.charAt(0) == "M"){
		document.write(".F1{font-size:10px; line-height:115%}")
		document.write(".F2{font-size:11px; line-height:115%}")
		document.write(".F4{font-size:13px; line-height:140%}")
		document.write(".F6{font-size:15px; line-height:115%}")
		document.write(".F10{font-size:19px; line-height:115%}")
		}

//上記以外は
	else{
		document.write(".F1{font-size:10px; line-height:115%}")
		document.write(".F2{font-size:11px; line-height:115%}")
		document.write(".F4{font-size:13px; line-height:140%}")
		document.write(".F6{font-size:15px; line-height:115%}")
		document.write(".F10{font-size:19px; line-height:115%}")
		}
}



document.write("A:link {color: #FFFFFF}");
document.write("A:visited {color: #666666}");
document.write("A:active {color: #FFFFFF}");
document.write("A:hover {color: #FFFFFF}");
document.write("A {text-decoration:none}");

document.write("A.top:link {color: #FFFFFF}");
document.write("A.top:visited {color: #FFFFFF}");
document.write("A.top:active {color: #FFFFFF}");
document.write("A.top:hover {color: #FFFFFF}");
document.write("A.top {text-decoration:none}");

document.write("TABLE.company {background-image:url(images/bg.gif); background-repeat:repeat-y; background-position:left}");

document.write(".BLD {font-weight: bold}");
document.write(".red {color: #CC0000}");
document.write(".navy {color: #006699}");
document.write(".white {color: #FFFFFF}");
document.write(".gray {color: #666666}");
document.write(".darkgray {color: #333333}");

document.write(".topmargin5 {margin-top: 5px}");

document.write("--></STYLE>");
