// フォント設定スクリプト ver.20090328
// Copyright 2003 (c) Takagi.Yukimasa


document.writeln("<style type='text/css'><!--")

if(navigator.appVersion.indexOf("Mac") > 1){
	// Mac
	document.writeln(".e9 {font-Size:10px}")
	document.writeln(".e10{font-Size:9px; line-height:12px}")
	document.writeln(".e11{font-size:10px; line-height:14px}")
	document.writeln(".e13{font-Size:12px; line-height:16px}")
	document.writeln(".e00{font-Size:17px; line-height:22px}")
	document.writeln(".j9 {font-Size:10px}")
	document.writeln(".j10{font-size:9px; line-height:12px}")
	document.writeln(".j11{font-Size:10px; line-height:14px}")
	document.writeln(".j13{font-size:12px; line-height:16px}")
	document.writeln(".j00{font-size:18px; line-height:23px}")
}
else{
	// Windows
	document.writeln(".e9 {font-size:11px; line-height:14px}")
	document.writeln(".e10{font-size:9px; line-height:13px}")
	document.writeln(".e11{font-size:11px; line-height:16px}")
	document.writeln(".e13{font-size:13px; line-height:17px}")
	document.writeln(".e00{font-size:19px; line-height:23px}")
	document.writeln(".j9 {font-size:11px; line-height:14px}")
	document.writeln(".j10{font-size:10px; line-height:14px}")
	document.writeln(".j11{font-size:11px; line-height:16px}")
	document.writeln(".j13{font-size:13px; line-height:17px}")
	document.writeln(".j00{font-size:19px; line-height:24px}")
}

document.writeln("--></STYLE>");

