var ypim_color, ypim_url;
if (ypim_color == null) ypim_color = "blue";
/*if (ypim_url == null) ypim_url = "http://us.js1.yimg.com/us.yimg.com/lib/pim/css2/";*/
if (ypim_url == null) ypim_url = "http://img.yahoo.co.jp/lib/pim/css2/";

if (oBw.ie && oBw.win) {
	var ar = new Array(12);
	ar[0]="<style type=\"text/css\">\n";
	ar[1]="body, td {font-size:90%;}";
	ar[2]="input, textarea {font-size:100%; line-height:125%}";
	ar[3]="small, .ftitle TD, .verd {font-size:x-small;}";	
	ar[4]="big {font-size:medium;}";
	ar[5]="font {line-height: 115%;}";
	ar[6]="tt, pre {font-size:x-small}";
	ar[7]=".composef {font-size:x-small}";
	ar[8]=".mtitle, .errtitle {font-size: medium; font-weight: bold;}";
	ar[9]=".tabhit, .tablot {font-weight: bold; font-size: 14px;}";
	ar[10]=".ltbpre {font-size:small}";
	ar[11]="</style>";
	ar[12]="<style media=\"print\" type=\"text/css\">span.noprint {display: none; }</style>\n";
	}
else if (oBw.ns6 || (oBw.ie && oBw.mac)) {
	var ar = new Array(11);
	ar[0]="<style type=\"text/css\">\n";
	ar[1]="body, td {font-size:12px}";
	ar[2]="input, textarea, select {font-size:12px;}";
	ar[3]="small, .ftitle TD, .verd {font-size:10px;}";
	ar[4]="big {font-size:16px;}";
	ar[5]="font {line-height: 120%;}";
	ar[6]="tt, pre, .composef {font-size:12px; line-height: 125%;}";
	ar[7]=".mtitle, .errtitle {font-size: 18px; font-weight: bold;}";
	ar[8]=".tabhit, .tablot {font-weight: bold; font-size: 14px;}";
	ar[9]=".ltbpre {font-size:small}";
	ar[10]="</style>";
	ar[11]="<style media=\"print\" type=\"text/css\">span.noprint {display: none; }</style>\n";
	}
else if (oBw.ns && oBw.win) {
	var ar = new Array(9);
	ar[0]="<style type=\"text/css\">\n";
	ar[1]="body, td, input, td input {font-size:small;}";
	ar[2]="small {font-size:x-small;}";
	ar[3]="big {font-size:medium;}";
	ar[4]="tt, pre {font-size:12px;}";
	ar[5]=".mtitle, .errtitle {font-size: 18px; font-weight: bold;}";
	ar[6]=".tabhit, .tablot {font-weight: bold; font-size: 14px;}";
	ar[7]=".verd, .ftitle {font-size: x-small;}";
	ar[8]=".ltbpre {font-size:small}";
	ar[9]="</style>";
	}

else {
	var ar = new Array(9);
	ar[0]="<style type=\"text/css\">\n";
	ar[1]="body, td, input, td input {font-size:100%;}";
	ar[2]="small {font-size:x-small;}";
	ar[3]="big {font-size:14px;}";
	ar[4]="tt {font-size:12px;}";
	ar[5]=".mtitle, .errtitle {font-size: 18px; font-weight: bold;}";
	ar[6]=".tabhit, .tablot  {font-weight: bold; font-size:14px; }";
	ar[7]=".verd, .ftitle {font-size:x-small;}";
	ar[8]=".ltbpre {font-size:small}";
	ar[9]="</style>";
	}

var arjoin = ar.join('');
document.write (arjoin);

document.write ("<LINK rel=stylesheet type='text/css' href='"+ypim_url+"pim_style_"+ypim_color+".css'>");
if (oBw.ns6 || oBw.ie) document.write ("<LINK rel=stylesheet type='text/css' href='"+ypim_url+"pim_style_ie_"+ypim_color+".css'>");


