

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("body{background-color: #867966; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px}");
		document.writeln("p{font-size: 12px; line-height: 170%; font-family: ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3}");
		document.writeln(".episode{margin-top: 20px}");
		document.writeln(".shiraberu{margin-top: 15px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d7440}");
		document.writeln("table.shiraberu td{padding-top: 6px; padding-bottom: 3px; padding-left: 0px; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: ffffff}");
		document.writeln("h1{font-size: 20px; font-family: ¥Ò¥é¥®¥ÎÌÀÄ« Pro W3; font-weight: normal; margin-top: 0px; margin-bottom: 15px; margin-left: 0px; padding-bottom: 5px; padding-top: 7px; padding-left: 5px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d7440; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: #dde5be}");	
		document.writeln("h2{font-size: 11px; font-family: ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3; line-height: 140%; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h3{font-size: 12px; font-family: ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3; line-height: 150%; font-weight: normal; margin-top: 3px; margin-bottom: 0px; margin-left: 0px; padding-bottom: 2px; padding-top: 2px; padding-left: 5px; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: #b9cd70}");
		document.writeln("select{font-Size:10px; font-family: ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3}");
		document.writeln("a:link{color: #3b73b9; text-decoration: none}");
		document.writeln("a:visited{color: #663366; text-decoration: none}");
		document.writeln("a:hover{color: #549fff; text-decoration: underline}");
		document.writeln(".navi-small{font-size: 10px; font-family: ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3; text-decoration: none; font-weight: normal}");
		document.writeln(".small100{font-size: 11px; font-family: ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3; text-decoration: none; font-weight: normal}");
	}
	else
	{
		if( vNum < 5 )
		{
		// MAC NETSCAPE 4.x
		document.writeln("body{background-color: #867966; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px}");
		document.writeln("p{font-size: 11px; line-height: 170%; font-family: osaka}");
		document.writeln(".episode{margin-top: 20px}");
		document.writeln(".shiraberu{margin-top: 15px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d7440}");
		document.writeln("table.shiraberu td{padding-top: 6px; padding-bottom: 3px; padding-left: 0px; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: ffffff}");
		document.writeln("h1{font-size: 23px; font-family: osaka; font-weight: normal; margin-top: 0px; margin-bottom: 15px; margin-left: 0px; padding-bottom: 2px; padding-top: 5px; padding-left: 5px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d7440; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: #dde5be}");
		document.writeln("h2{font-size: 10px; font-family: osaka; line-height: 140%; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h3{font-size: 12px; font-family: osaka; line-height: 150%; font-weight: normal; margin-top: 3px; margin-bottom: 0px; margin-left: 0px; padding-bottom: 2px; padding-top: 5px; padding-left: 5px; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: #b9cd70}");
		document.writeln("select{font-Size:10px; font-family: osaka}");
		document.writeln("a:link{color: #3b73b9; text-decoration: none}");
		document.writeln("a:visited{color: #663366; text-decoration: none}");
		document.writeln("a:hover{color: #549fff; text-decoration: underline}");
		document.writeln(".navi-small{font-family: osaka; font-size: 10px; text-decoration: none; font-weight: bold}");
		document.writeln(".small100{font-family: osaka; font-size: 10px; text-decoration: none; font-weight: normal}");
		}
	 	else
	 	{
		// MAC NETSCAPE 6.x~ Safari
		document.writeln("body{background-color: #867966; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px}");
		document.writeln("p{font-size: 13px; font-family: ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3; line-height: 180%}");
		document.writeln(".episode{margin-top: 20px}");
		document.writeln(".shiraberu{margin-top: 15px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d7440}");
		document.writeln("table.shiraberu td{padding-top: 6px; padding-bottom: 3px; padding-left: 0px; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: ffffff}");
		document.writeln("h1{font-size: 18px; font-family: ¥Ò¥é¥®¥ÎÌÀÄ« Pro W3; font-weight: normal; margin-top: 0px; margin-bottom: 15px; margin-left: 0px; padding-bottom: 2px; padding-top: 5px; padding-left: 5px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d7440; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: #dde5be}");
		document.writeln("h2{font-size: 12px; font-family: ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3; line-height: 140%; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h3{font-size: 12px; font-family: ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3; font-weight: normal; margin-top: 3px; margin-bottom: 0px; margin-left: 0px; padding-bottom: 2px; padding-top: 5px; padding-left: 5px; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: #b9cd70}");
		document.writeln("select{font-Size:10px; font-family: ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3}");
		document.writeln("a:link{color: #3b73b9; text-decoration: none}");
		document.writeln("a:visited{color: #663366; text-decoration: none}");
		document.writeln("a:hover{color: #549fff; text-decoration: underline}");
		document.writeln(".navi-small{font-size: 10px; font-family: ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3; text-decoration: none; font-weight: normal}");
		document.writeln(".small100{font-size: 12px; font-family: ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3; text-decoration: none; font-weight: normal}");
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.writeln("body{background-color: #867966; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px}");
		document.writeln("p{font-size: 85%; font-family: £Í£Ó £Ð¥´¥·¥Ã¥¯; line-height: 170%}");
		document.writeln(".episode{margin-top: 20px}");
		document.writeln(".shiraberu{margin-top: 15px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d7440}");
		document.writeln("table.shiraberu td{padding-top: 6px; padding-bottom: 3px; padding-left: 0px; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: ffffff}");
		document.writeln("h1{font-size: 150%; font-family: £Í£Ó £ÐÌÀÄ«; font-weight: normal; margin-top: 0px; margin-bottom: 15px; margin-left: 0px; padding-bottom: 2px; padding-top: 5px; padding-left: 5px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d7440; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: #dde5be}");	
		document.writeln("h2{font-size: 75%; font-family: £Í£Ó £Ð¥´¥·¥Ã¥¯; line-height: 140%; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h3{font-size: 75%; font-family: £Í£Ó £Ð¥´¥·¥Ã¥¯; line-height: 150%; font-weight: normal; margin-top: 3px; margin-bottom: 0px; margin-left: 0px; padding-bottom: 2px; padding-top: 5px; padding-left: 5px; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: #b9cd70}");
		document.writeln("select{font-Size:70%; font-family: £Í£Ó £Ð¥´¥·¥Ã¥¯}");
		document.writeln("a:link{color: #3b73b9; text-decoration: none}");
		document.writeln("a:visited{color: #663366; text-decoration: none}");
		document.writeln("a:hover{color: #549fff; text-decoration: underline}");
		document.writeln(".navi-small{font-size: 70%; font-family: £Í£Ó £Ð¥´¥·¥Ã¥¯; text-decoration: none; font-weight: normal}");
		document.writeln(".small100{font-size: 75%; font-family: £Í£Ó £Ð¥´¥·¥Ã¥¯; text-decoration: none; font-weight: normal}");
	}
	else
	{
		if( vNum < 5 )
		{
		// WIN NETSCAPE 4.x
		document.writeln("body{background-color: #867966; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px}");
		document.writeln("p{font-size: 110%; line-height: 170%}");
		document.writeln(".episode{margin-top: 20px}");
		document.writeln(".shiraberu{margin-top: 15px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d7440}");
		document.writeln("table.shiraberu td{padding-top: 6px; padding-bottom: 3px; padding-left: 0px; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: ffffff}");
		document.writeln("h1{font-size: 180%; font-weight: normal; margin-top: 0px; margin-bottom: 15px; margin-left: 0px; padding-bottom: 2px; padding-top: 5px; padding-left: 5px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d7440; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: #dde5be}");
		document.writeln("h2{font-size: 90%; line-height: 140%; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h3{font-size: 90%; line-height: 150%; font-weight: normal; margin-top: 3px; margin-bottom: 0px; margin-left: 0px; padding-bottom: 2px; padding-top: 5px; padding-left: 5px; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: #b9cd70}");
		document.writeln("a:link{color: #3b73b9; text-decoration: none}");
		document.writeln("a:visited{color: #663366; text-decoration: none}");
		document.writeln("a:hover{color: #549fff; text-decoration: underline}");
		document.writeln(".navi-small{font-size: 85%; text-decoration: none; font-weight: normal}");
		document.writeln(".navi{font-size: 90%; text-decoration: none; font-weight: normal}");
		}
		else
		{
		// WIN NETSCAPE 6.x~
		document.writeln("body{background-color: #867966; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px}");
		document.writeln("p{font-size: 14px; font-family: £Í£Ó £Ð¥´¥·¥Ã¥¯; line-height: 170%}");
		document.writeln(".episode{margin-top: 20px}");
		document.writeln(".shiraberu{margin-top: 15px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d7440}");
		document.writeln("table.shiraberu td{padding-top: 6px; padding-bottom: 3px; padding-left: 0px; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: ffffff}");
		document.writeln("h1{font-size: 24px; font-family: £Í£Ó £ÐÌÀÄ«; font-weight: normal; margin-top: 0px; margin-bottom: 15px; margin-left: 0px; padding-bottom: 2px; padding-top: 5px; padding-left: 5px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d7440; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: #dde5be}");	
		document.writeln("h2{font-size: 12px; font-family: £Í£Ó £Ð¥´¥·¥Ã¥¯; line-height: 140%; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h3{font-size: 12px; font-family: £Í£Ó £Ð¥´¥·¥Ã¥¯; line-height: 150%; font-weight: normal; margin-top: 3px; margin-bottom: 0px; margin-left: 0px; padding-bottom: 2px; padding-top: 5px; padding-left: 5px; border-top-width: 1px; border-top-style: dotted; border-top-color: #8d7440; background-color: #b9cd70}");
		document.writeln("select{font-Size:11px; font-family: £Í£Ó £Ð¥´¥·¥Ã¥¯}");
		document.writeln("a:link{color: #3b73b9; text-decoration: none}");
		document.writeln("a:visited{color: #663366; text-decoration: none}");
		document.writeln("a:hover{color: #549fff; text-decoration: underline}");
		document.writeln(".navi-small{font-size: 11px; font-family: £Í£Ó £Ð¥´¥·¥Ã¥¯; text-decoration: none; font-weight: normal}");
		document.writeln(".small100{font-size: 12px; font-family: £Í£Ó £Ð¥´¥·¥Ã¥¯; text-decoration: none; font-weight: normal}");

		}
	}
}
 document.writeln("--></STYLE>");


