var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);

document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
  if( bName == "M")
   {
    // MAC IE
		//フォントサイズ
		document.writeln(".ltx{font-size:110%; line-height:150%}");
		document.writeln(".mtx{font-size:100%; line-height:150%}");
		document.writeln(".stx{font-size:80%; line-height:150%}");
		document.writeln(".sstx{font-size:70%; line-height:150%}");
		document.writeln(".l{font-size:110%}");
		document.writeln(".m{font-size:100%}");
		document.writeln(".s{font-size:80%}");
		document.writeln(".ss{font-size:70%}");
		
		
		//商品ページ
		document.writeln(".name{ font-size:80%; color: #996600; margin:0px}");
		document.writeln(".price{ font-size:80%; margin:1px 0px}");
		document.writeln(".details{font-size:80%; color: #996600;}");
		document.writeln(".detailstx{line-height:150%;font-size:80%; color: #996600;}");

		
		//フッタ
		document.writeln(".foot{ font-size:70%;  margin:10px 0px}");
}
  else
  {
		if( bName == "O")
		{
		//MAC Opera
		//フォントサイズ
		document.writeln(".ltx{font-size:110%; line-height:140%}");
		document.writeln(".mtx{font-size:100%; line-height:140%}");
		document.writeln(".stx{font-size:90%; line-height:140%}");
		document.writeln(".sstx{font-size:80%; line-height:140%}");
		document.writeln(".l{font-size:110%}");
		document.writeln(".m{font-size:100%}");
		document.writeln(".s{font-size:90%}");
		document.writeln(".ss{font-size:80%}");

		
		//商品ページ
		document.writeln(".name{ font-size:80%; color: #996600; margin:0px}");
		document.writeln(".price{ font-size:80%; margin:1px 0px}");
		document.writeln(".details{font-size:90%; color: #996600}");
		document.writeln(".detailstx{line-height:150%;font-size:90%; color: #996600}");

		
		//フッタ
		document.writeln(".foot{ font-size:70%; margin:10px 0px}");		
		
		
		}
  else
  {
    if( vNum < 5 )
    {
     // MAC NETSCAPE 4.x
 		//フォントサイズ
		document.writeln(".ltx{font-size:115%; line-height:150%;color: #959564}");
		document.writeln(".mtx{font-size:100%; line-height:150%;color: #959564}");
		document.writeln(".stx{font-size:90%; line-height:150%;color: #959564}");
		document.writeln(".sstx{font-size:90%; line-height:150%;color: #959564}");
		document.writeln(".l{font-size:115%;color: #959564}");
		document.writeln(".m{font-size:100%;color: #959564}");
		document.writeln(".s{font-size:90%;color: #959564}");
		document.writeln(".ss{font-size:90%;color: #959564}");

		
		//商品ページ
		document.writeln(".name{ font-size:90%; color: #996600; margin:0px}");
		document.writeln(".price{ font-size:100%; margin:1px 0px;color: #959564}");
		document.writeln(".details{font-size:90%;color: #996600}");
		document.writeln(".detailstx{line-height:150%;font-size:90%;color: #996600}");

		
		//フッタ
		document.writeln(".foot{ font-size:90%; color: #999966; margin:10px 0px}");		
	
		
   }
    else
    {
     // MAC NETSCAPE 6.x~
		 //フォントサイズ
		document.writeln(".ltx{font-size:115%; line-height:140%}");
		document.writeln(".mtx{font-size:100%; line-height:140%}");
		document.writeln(".stx{font-size:90%; line-height:140%}");
		document.writeln(".sstx{font-size:70%; line-height:140%}");
		document.writeln(".l{font-size:115%}");
		document.writeln(".m{font-size:100%}");
		document.writeln(".s{font-size:90%}");
		document.writeln(".ss{font-size:70%}");
		
		
		//商品ページ
		document.writeln(".name{ font-size:90%; color: #996600; margin:0px}");
		document.writeln(".price{ font-size:90%; margin:1px 0px}");
		document.writeln(".details{font-size:90%;color: #996600}");
		document.writeln(".detailstx{line-height:150%;font-size:90%;color: #996600}");

		
		//フッタ
		document.writeln(".foot{ font-size:70%; margin:10px 0px}");

 }
 }
 }
 }
else
 {
  if( bName == "M")
  {
    // WIN IE
		//フォントサイズ
		document.writeln(".ltx{font-size:100%; line-height:150%}");
		document.writeln(".mtx{font-size:90%; line-height:150%}");
		document.writeln(".stx{font-size:75%; line-height:150%}");
		document.writeln(".sstx{font-size:70%; line-height:150%}");
		document.writeln(".l{font-size:100%}");
		document.writeln(".m{font-size:90%}");
		document.writeln(".s{font-size:75%}");
		document.writeln(".ss{font-size:70%}");
		
		//商品ページ
		document.writeln(".name{ font-size:80%; color: #996600; margin:0px}");
		document.writeln(".price{ font-size:80%; margin:1px 0px}");
		document.writeln(".details{font-size:75%; color: #996600}");
		document.writeln(".detailstx{line-height:150%;font-size:75%; color: #996600}");

		
		//フッタ
		document.writeln(".foot{ font-size:70%; margin:8px 0px}");		
		
	}
	  else
  {
		if( bName == "O")
		{
     //WIN Opera
		//フォントサイズ
		document.writeln(".ltx{font-size:100%; line-height:150%}");
		document.writeln(".mtx{font-size:90%; line-height:150%}");
		document.writeln(".stx{font-size:85%; line-height:150%}");
		document.writeln(".sstx{font-size:75%; line-height:150%}");
		document.writeln(".l{font-size:100%}");
		document.writeln(".m{font-size:90%}");
		document.writeln(".s{font-size:85%}");
		document.writeln(".ss{font-size:75%}");
		
		
		//商品ページ
		document.writeln(".name{ font-size:85%; color: #996600; margin:0px}");
		document.writeln(".price{ font-size:85%; margin:1px 0px}");
		document.writeln(".details{font-size:85%; color: #996600}");
		document.writeln(".detailstx{line-height:150%;font-size:85%; color: #996600}");

		
		//フッタ
		document.writeln(".foot{ font-size:75%; margin:8px 0px}");		
		
		}
  else
  {
    if( vNum < 5 )
    {
    // WIN NETSCAPE 4.x
		//フォントサイズ
		document.writeln(".ltx{font-size:120%; line-height:140%; color: #999966}");
		document.writeln(".mtx{font-size:105%; line-height:140%; color: #999966}");
		document.writeln(".stx{font-size:95%; line-height:140%; color: #999966}");
		document.writeln(".sstx{font-size:95%; line-height:140%; color: #999966}");
		document.writeln(".l{font-size:120%; color: #999966}");
		document.writeln(".m{font-size:105%; color: #999966}");
		document.writeln(".s{font-size:95%; color: #999966}");
		document.writeln(".ss{font-size:95%; color: #999966}");
		
		
		//商品ページ
		document.writeln(".name{ font-size:95%; color: #996600; margin:0px}");
		document.writeln(".price{ font-size:100%; margin:1px 0px; color: #999966}");
		document.writeln(".details{font-size:95%; color: #996600}");
		document.writeln(".detailstx{line-height:150%;font-size:95%; color: #996600}");

		
		//フッタ
		document.writeln(".foot{ font-size:90%; color: #999966; margin:8px 0px}");		
		
}
    else
    {
      // WIN NETSCAPE 6.x~
		//フォントサイズ
		document.writeln(".ltx{font-size:100%; line-height:150%}");
		document.writeln(".mtx{font-size:90%; line-height:150%}");
		document.writeln(".stx{font-size:80%; line-height:150%}");
		document.writeln(".sstx{font-size:70%; line-height:150%}");
		document.writeln(".l{font-size:100%}");
		document.writeln(".m{font-size:90%}");
		document.writeln(".s{font-size:80%}");
		document.writeln(".ss{font-size:70%}");
		
		
		//商品ページ
		document.writeln(".name{ font-size:80%; color: #996600; margin:0px}");
		document.writeln(".price{ font-size:80%; margin:1px 0px}");
		document.writeln(".details{font-size:80%; color: #996600}");
		document.writeln(".detailstx{line-height:150%;font-size:80%; color: #996600}");
		
		//フッタ
		document.writeln(".foot{ font-size:70%; margin:10px 0px}");		
		

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


