function F_Price() {
	if(navigator.appName == "Microsoft Internet Explorer") {
		document.write('	1件<br>&yen;4,000<br>2件めからは&yen;1,000加算。(消費税込み)	');
	}
	else {
		document.write('	1件<br>\\4,000<br>2件めからは\\1,000加算。(消費税込み)	');
	}
}


function F_GotoPrevious() {
	history.go(-1);
}