

var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
if ( bName == "M" && vNum < 4)
	location.href="getnewbrowser.html";
if ( bName == "N" && vNum < 4)
	location.href="getnewbrowser.html";

document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
	 {
		// MAC IE
		document.writeln(".size1{font-Size:10px; line-height:16px}");
		document.writeln(".size2{font-Size:12px; line-height:18px}");
		document.writeln(".size3{font-Size:14px; line-height:18px}");
		document.writeln(".subnavi {	font-size:10px;}");
		document.writeln(".normal {	font-size: 80%;	line-height: 150%;}");
		document.writeln(".small {	font-size: 70%;	line-height: 150%;}");
		document.writeln(".large {	font-size: 90%;	line-height: 150%;}");
		document.writeln(".normalbold {	font-size: 80%;	line-height: 150%;	font-weight: bold;}");
		document.writeln(".priceS {	font-size: 70%;	color: FF3838;	line-height: 150%;	font-weight: bold;}");
		document.writeln(".priceM {	font-size: 80%;	color: FF3838;	line-height: 150%;	font-weight: bold;}");
		document.writeln(".priceL {	font-size: 90%;	color: FF3838;	line-height: 150%;	font-weight: bold;}");
		document.writeln(".pointS {	font-size: 70%;	color: FF3838;	line-height: 150%;}");
		document.writeln(".pointM {	font-size: 80%;	color: FF3838;	line-height: 150%;}");
		document.writeln(".pointL {	font-size: 90%;	color: FF3838;	line-height: 150%;}");
	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
			document.writeln(".size1{font-Size:10px; line-height:13px}");
			document.writeln(".size2{font-Size:12px; line-height:15px}");
			document.writeln(".size3{font-Size:14px; line-height:18px}");
			document.writeln(".size4{font-Size:9pt;font-weight: bold;color: red;}");
			document.writeln(".subnavi {	font-size:10px;	font-weight: bold;	font-family: Osaka, \"Horagino Kaku Gothic Pro\";}");
			document.writeln(".normal {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 100%;	line-height: 150%;}");
			document.writeln(".small {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 85%;	line-height: 150%;}");
			document.writeln(".large {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 120%;	line-height: 150%;}");
			document.writeln(".normalbold {	font-family: Osaka, HiraKakuPro-W6;	font-weight: bold;	font-size: 100%;	line-height: 150%;}");
			document.writeln(".priceS {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 100%;	color: FF3838;	line-height: 150%;	font-weight: bold;}");
			document.writeln(".priceM {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 115%;	color: FF3838;	line-height: 150%;	font-weight: bold;}");
			document.writeln(".priceL {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 125%;	color: FF3838;	line-height: 150%;	font-weight: bold;}");
			document.writeln(".pointS {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 85%;	color: FF3838;	line-height: 150%;}");
			document.writeln(".pointM {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 100%;	color: FF3838;	line-height: 150%;}");
			document.writeln(".pointL {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 110%;	color: FF3838;	line-height: 150%;}");
		}
		else
		{
			// MAC NETSCAPE 6.x~
			document.writeln(".size1{font-Size:10px; line-height:13px}");
			document.writeln(".size2{font-Size:12px; line-height:15px}");
			document.writeln(".size3{font-Size:14px; line-height:18px}");
			document.writeln(".size4{font-Size:9pt;font-weight: bold;color: red;}");
			document.writeln(".subnavi {	font-size:10px;	font-weight: bold;	font-family: Osaka, \"Horagino Kaku Gothic Pro\";}");
			document.writeln(".normal {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 100%;	line-height: 150%;}");
			document.writeln(".small {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 85%;	line-height: 150%;}");
			document.writeln(".large {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 120%;	line-height: 150%;}");
			document.writeln(".normalbold {	font-family: Osaka, HiraKakuPro-W6;	font-weight: bold;	font-size: 100%;	line-height: 150%;}");
			document.writeln(".priceS {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 100%;	color: FF3838;	line-height: 150%;	font-weight: bold;}");
			document.writeln(".priceM {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 115%;	color: FF3838;	line-height: 150%;	font-weight: bold;}");
			document.writeln(".priceL {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 125%;	color: FF3838;	line-height: 150%;	font-weight: bold;}");
			document.writeln(".pointS {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 85%;	color: FF3838;	line-height: 150%;}");
			document.writeln(".pointM {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 100%;	color: FF3838;	line-height: 150%;}");
			document.writeln(".pointL {	font-family: Osaka, \"Horagino Kaku Gothic Pro\";	font-size: 110%;	color: FF3838;	line-height: 150%;}");
		}
	}
}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.writeln(".size1{font-Size:11px; line-height:16px}");
		document.writeln(".size2{font-Size:12px; line-height:18px; letter-spacing:1px}");
		document.writeln(".size3{font-Size:14px; line-height:18px; letter-spacing:1px}");
		document.writeln(".size4{font-Size:9pt;font-weight: bold;color: red;}");
		document.writeln(".subnavi {	font-size:10px;	font-weight: bold;}");
		document.writeln(".normal {	font-size: 83%;	line-height: 150%;}");
		document.writeln(".small {	font-size: 70%;	line-height: 150%;}");
		document.writeln(".large {	font-size: 90%;	line-height: 150%;}");
		document.writeln(".normalbold {	font-size: 83%;	line-height: 150%;	font-weight: bold;}");
		document.writeln(".priceS {	font-size: 70%;	color: #FF3838;	line-height: 150%;	font-weight: bold;}");
		document.writeln(".priceM {	font-size: 83%;	color: #FF3838;	line-height: 150%;	font-weight: bold;}");
		document.writeln(".priceL {	font-size: 90%;	color: #FF3838;	line-height: 150%;	font-weight: bold;}");
		document.writeln(".pointS {	font-size: 70%;	color: #FF3838;	line-height: 150%;}");
		document.writeln(".pointM {	font-size: 83%;	color: #FF3838;	line-height: 150%;}");
		document.writeln(".pointL {	font-size: 90%;	color: #FF3838;	line-height: 150%;}");
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
			document.writeln(".size1{font-Size:11px; line-height:13px}");
			document.writeln(".size2{font-Size:12px; line-height:15px}");
			document.writeln(".size3{font-Size:15px; line-height:18px}");
			document.writeln(".size4{font-Size:9pt;font-weight: bold;color: red;}");
			document.writeln(".subnavi {	font-size:10px;	font-weight: bold;}");
			document.writeln(".normal {	font-size: 80%;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".small {	font-size: 70%;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".large {	font-size: 88%;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".normalbold {	font-size: 80%;	line-height: 150%;	font-weight: bold;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".priceS {	font-size: 70%;	color: #FF3838;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".priceM {	font-size: 80%;	color: #FF3838;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".priceL {	font-size: 88%;	color: #FF3838;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".pointS {	font-size: 70%;	color: #FF3838;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".pointM {	font-size: 80%;	color: #FF3838;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".pointL {	font-size: 88%;	color: #FF3838;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
		}
		else
		{
			// WIN NETSCAPE 6.x~
			document.writeln(".size1{font-Size:11px; line-height:13px}");
			document.writeln(".size2{font-Size:12px; line-height:15px; letter-spacing:1px}");
			document.writeln(".size3{font-Size:14px; line-height:18px; letter-spacing:1px}");
			document.writeln(".size4{font-Size:9pt;font-weight: bold;color: red;}");
			document.writeln(".subnavi {	font-size:10px;	font-weight: bold;}");
			document.writeln(".normal {	font-size: 80%;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".small {	font-size: 70%;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".large {	font-size: 88%;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".normalbold {	font-size: 80%;	line-height: 150%;	font-weight: bold;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".priceS {	font-size: 70%;	color: #FF3838;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".priceM {	font-size: 80%;	color: #FF3838;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".priceL {	font-size: 88%;	color: #FF3838;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".pointS {	font-size: 70%;	color: #FF3838;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".pointM {	font-size: 80%;	color: #FF3838;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
			document.writeln(".pointL {	font-size: 88%;	color: #FF3838;	line-height: 150%;	font-family: \"ＭＳ Ｐゴシック\";}");
		
		}
	}
}


/* ----- 2005.12.19 ITFOR s.uchida modified start ----- */
/* ----- リンクに下線を入れる -----*/

/* ----- 2005.12.24 ITFOR s.uchida modified start ----- */
/* ----- リンクのデフォルト色を青にする -----*/

document.writeln("a:link{ COLOR: #0000FF; TEXT-DECORATION:underline}");

/* ----- 2005.12.19 ITFOR s.uchida modified end ----- */
/* ----- 2005.12.24 ITFOR s.uchida modified end ----- */

//document.writeln("a:visited{color: #2C70E0;text-decoration:none}");
document.writeln("a:active{color: #2C70E0;text-decoration:none}");


/* ----- 2005.12.24 ITFOR s.uchida modified start ----- */
/* ----- オンマウス時のリンクの色をイメージカラーのオレンジにする -----*/

document.writeln("a:hover{color: #FF6600; text-decoration:underline}");

/* ----- 2005.12.24 ITFOR s.uchida modified end ----- */

document.writeln("--></STYLE>");


