/* ======================================== */
/*	セプレいたの	葬儀のご準備			*/
/*					item.html用				*/
/* ======================================== */

/* ---------------------------------------- */
/*	リンク先URLを別Window/Tabで開く			*/
/* ---------------------------------------- */
function openOtherSite(e) {
	window.open(e.href);
	return false;
}

