MAC = navigator.userAgent.indexOf('Mac') != -1
document.write('<STYLE TYPE="text/css">');
document.write('A {color:#333333}');
document.write('a:hover {color:#996600;;text-decoration:none}');

if (MAC) {
	document.write('.small {font-size:10px; line-height:14px; color:#333333;}');
	document.write('.small2 {font-size:10px; line-height:12px; color:#333333;}');
	document.write('.normal {font-size:12px; line-height:17px; color:#333333;}');
	document.write('.normal2 {font-size:12px; line-height:15px; color:#333333;}');
	document.write('.normalBold {font-size:12px; line-height:15px; color:#333333; font-weight: bold;}');
	document.write('.normalWhite {font-size:12px; line-height:15px; color:#ffffff;}');
	document.write('.large {font-size:14px; color:#333333;}');
	document.write('.LL {  font-size:22px; }');
	document.write('.BIG {  font-size:32px; }');
} else {
	document.write('.small {font-size:12px; line-height:15px; color:#333333;}');
	document.write('.small2 {font-size:12px; line-height:13px; color:#333333;}');
	document.write('.normal {font-size:14px; line-height:18px; color:#333333;}');
	document.write('.normal2 {font-size:14px; line-height:16px; color:#333333;}');
	document.write('.normalBold {font-size:14px; line-height:16px; color:#333333; font-weight: bold;}');
	document.write('.normalWhite {font-size:14px; line-height:16px; color:#ffffff;}');
	document.write('.large {font-size:16px; color:#333333;}');
	document.write('.LL {  font-size:24px; }');
	document.write('.BIG {  font-size:32px; }');
}
document.write('img {-ms-interpolation-mode: bicubic;}');
document.write('</STYLE>');

var newW;
function newWin(newurl,atai) {
	newW = window.open(newurl,'newWin',atai);
	newW.focus();
	window.newW.moveTo(0,0);
}

function show(arg){
 var param = "'scrollbars=yes,resizable=yes,width=100,height=100'";
 var imgwin=window.open("","new",param);
imgwin.focus();
 imgwin.document.open("text/html");
 imgwin.document.writeln("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>");
 imgwin.document.writeln("<html lang='ja'>");
 imgwin.document.writeln("<head>");
 imgwin.document.writeln("<title>"+arg+"</title>");
 imgwin.document.writeln("</head>");
 imgwin.document.write("<body style='margin:0em'");
 imgwin.document.write(" leftmargin='0' topmargin='0'");
 imgwin.document.writeln(" marginheight='0' marginwidth='0'>");
 imgwin.document.writeln("<img src='"+arg+"' alt='"+arg+"' onLoad='resizeTo(this.width+14,this.height+72 )'>");
 imgwin.document.writeln("</body>");
 imgwin.document.write("</html>");
 imgwin.document.close("");
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

/* link_over */
<!--
function smartRollover() {
	if(document.getElementsByTagName) {
		var images = document.getElementsByTagName("img");

		for(var i=0; i < images.length; i++) {
			if(images[i].getAttribute("src").match("_off."))
			{
				images[i].onmouseover = function() {
					this.setAttribute("src", this.getAttribute("src").replace("_off.", "_on."));
				}
				images[i].onmouseout = function() {
					this.setAttribute("src", this.getAttribute("src").replace("_on.", "_off."));
				}
			}
		}
	}
}

if(window.addEventListener) {
	window.addEventListener("load", smartRollover, false);
}
else if(window.attachEvent) {
	window.attachEvent("onload", smartRollover);
}
//-->
