﻿$(document).ready(function() {
						   
	//館内施設のサブメニューのリンククラス設定
	$('a.lnk').click(function(e){window.location.href = $(this).attr("href");});
});
