$(function() {
	var wOrgAddress=$("address").html();
	$("address").replaceWith('<font size="13px">eMail: info@keystonebrand.jp</font><br/><br/>' + wOrgAddress + '<br/><br/>');
});

