

document.writeln('<style type="text/css">');
document.writeln('<!--');

if(document.layers){
	document.writeln('	body,table,tr,td,ul,ol,li				{font-family:"MS PGothic","Osaka"; }');
	document.writeln('	input,select,option,textarea			{font-family:"MS PGothic","Osaka"; font-size:12px; }');
	document.writeln('	.ttrl			{font-size:100%; }');
	document.writeln('	.ttr			{font-size:80%; }');
	document.writeln('	.ttrs			{font-size:70%; }');
}else{
	document.writeln('	body,table,tr,td,ul,ol,li				{font-family:"‚l‚r ‚oƒSƒVƒbƒN","Osaka"; }');
	document.writeln('	input,select,option,textarea			{font-family:"‚l‚r ‚oƒSƒVƒbƒN","Osaka"; font-size:12px; }');
	document.writeln('	.ttrl			{font-size:100%; line-height:160%; }');
	document.writeln('	.ttr			{font-size:80%; line-height:160%; }');
	document.writeln('	.ttrs			{font-size:70%; line-height:140%; }');
}

document.writeln('-->');
document.writeln('</style>');


