<!--

//直営ギャラリーの遷移
function moveSite(value) {
	document.form1.gallery.value = value;
 	document.form1.submit();
}

-->