// Created on 2009.11.23
// Last update on 2010.1.1
// All right reservded. Copyright 2009 by CRUYFF


document.write('<style type = "text/css">');

if (navigator.appVersion.indexOf("Mac",0) >= 0) {
	if (navigator.userAgent.indexOf('AppleWebKit') != -1) {
		document.write('.s { font-size:10px; }');
		document.write('.m { font-size:11px; }');
		document.write('.n { font-size:12px; }');
		document.write('.l { font-size:14px; }');
		document.write('.ss { font-size:10px; line-height:130%; }');
		document.write('.mm { font-size:11px; line-height:130%; }');
		document.write('.nn { font-size:12px; line-height:130%; }');

		document.write('.Mnn { font-size:12px; line-height:150%; }');
		document.write('.Ml { font-size:14px; font-weight:bold; text-decoration:none; }');
		document.write('.Mxl { font-size:18px; font-weight:bold; }');
		document.write('.Mxxl { font-size:24px; font-weight:bold; }');

		document.write('.fs { font-size:10px; }');
		document.write('.fn { font-size:11px; }');
		document.write('.fsl { font-size:11px; }');
	}
	else {
		document.write('.s { font-size:10px; }');
		document.write('.m { font-size:10px; }');
		document.write('.n { font-size:12px; }');
		document.write('.l { font-size:14px; }');
		document.write('.ss { font-size:10px; }');
		document.write('.mm { font-size:10px; }');
		document.write('.nn { font-size:12px; }');

		document.write('.Mnn { font-size:12px; line-height:150%; }');
		document.write('.Ml { font-size:14px; font-weight:bold; text-decoration:none; }');
		document.write('.Mxl { font-size:18px; font-weight:bold; }');
		document.write('.Mxxl { font-size:24px; font-weight:bold; }');

		document.write('.fs { font-size:10px; }');
		document.write('.fn { font-size:12px; }');
		document.write('.fsl { font-size:10px; }');
	}
}
else if (document.layers) {
	document.write('.s { font-size:11px; }');
	document.write('.m { font-size:12px; }');
	document.write('.n { font-size:14px; }');
	document.write('.l { font-size:15px; }');
	document.write('.ss { font-size:11px; line-height:130%; }');
	document.write('.mm { font-size:12px; line-height:130%; }');
	document.write('.nn { font-size:14px; line-height:130%; }');

	document.write('.Mnn { font-size:14px; line-height:150%; }');
	document.write('.Ml { font-size:15px; font-weight:bold; text-decoration:none; }');
	document.write('.Mxl { font-size:18px; font-weight:bold; }');
	document.write('.Mxxl { font-size:24px; font-weight:bold; }');

	document.write('.fs { font-size:11px; }');
	document.write('.fn { font-size:14px; }');
	document.write('.fsl { font-size:11px; }');
}
else {
	document.write('.s { font-size:11px; }');
	document.write('.m { font-size:12px; }');
	document.write('.n { font-size:13px; }');
	document.write('.l { font-size:14px; }');
	document.write('.ss { font-size:11px; line-height:130%; }');
	document.write('.mm { font-size:12px; line-height:130%; }');
	document.write('.nn { font-size:13px; line-height:130%; }');

	document.write('.Mnn { font-size:13px; line-height:150%; }');
	document.write('.Ml { font-size:14px; font-weight:bold; text-decoration:none; }');
	document.write('.Mxl { font-size:18px; font-weight:bold; }');
	document.write('.Mxxl { font-size:24px; font-weight:bold; }');

	document.write('.fs { font-size:11px; }');
	document.write('.fn { font-size:13px; }');
	document.write('.fsl { font-size:11px; }');
}

document.write('BODY {');
if (page == "Top") {
	document.write('color:#FFFFFF;');
	document.write('background-color:#201B13;');
	document.write('background-image:url("img3/top/top_back.gif");');
	document.write('background-repeat:repeat-x;');
}
else if (page == "Erie") {
	document.write('color:#201B13;');
	document.write('background-color:#FFFFFF;');
	document.write('background-image:url("../img3/common/back_212.gif");');
	document.write('background-repeat:repeat-x;');
}
else if (page == "Gallery") {
	document.write('color:#201B13;');
	document.write('background-color:#FFFFFF;');
	document.write('background-image:url("../img3/common/back_154.gif");');
	document.write('background-repeat:repeat-x;');
}
else if (page == "Order") {
	document.write('color:#FFFFFF;');
	document.write('background-color:#626D9B;');
	document.write('background-image:url("../img3/common/back_154.gif");');
	document.write('background-repeat:repeat-x;');

}
else if (page == "Guide") {
	document.write('color:#201B13;');
	document.write('background-color:#FFFFFF;');
	document.write('background-image:url("../img3/common/back_281.gif");');
	document.write('background-repeat:repeat-x;');
}
else if (page == "News") {
	document.write('color:#201B13;');
	document.write('background-color:#FFFFFF;');
	document.write('background-image:url("../img3/common/back_154.gif");');
	document.write('background-repeat:repeat-x;');
}
document.write('margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;');
document.write('}');

document.write('A { text-decoration:none; }');
document.write('A:hover { text-decoration:underline; }');

//document.write('.bcOT { background-color: #83696d; }');
document.write('.bcOT { background-color: #626d9b; }');
document.write('.bcOC { background-color: #d6cfc7; }');
document.write('.tb { padding: 4px 45px; background-color: #626d9b; text-align: left; color:#ffffff; }');

document.write('</style>');


function link() {
	var acc = "erieinfo";
	var dom = "erie.jp";
	location.href = "mailto:" + acc + "@" + dom;
}
