/*********************************************************************
 *
 *  </common/js/footer_popup.js>
 *
*********************************************************************/

var kikkomanFooter = function () {
	var test = /(soy|desktop|202|132|marx3|staging)/.test (location.hostname);
	var path = {
		resource: location.protocol == "https:" ? "https://www.kikkoman.co.jp" : (!test ? "http://www.kikkoman.co.jp" : "")
	};
	return {
		path: path
	};
} ();
document.write (
	"<link rel='stylesheet' type='text/css' href='" + kikkomanFooter.path.resource  + "/common/css/footer.css' media='all' />" +
	"<div id='kikkoman-popup-footer'>" +
	"<address><img src='" + kikkomanFooter.path.resource  + "/common/image/txt_footer_01.gif' width='314' height='10' alt='COPYRIGHT &copy; キッコーマン株式会社 All Rights Reserved.' /></address>" +
	"</div>"
);
