/*********************************************************************
 *
 *  </common/js/footer.js>
 *
*********************************************************************/

var kikkomanFooter = function () {
	var test = /(soy|desktop|202|132|marx3|staging)/.test (location.hostname);
	var path = {
		link: location.protocol == "https:" || !test ? "http://www.kikkoman.co.jp" : "",
		resource: location.protocol == "https:" ? "https://www.kikkoman.co.jp" : (!test ? "http://www.kikkoman.co.jp" : "")
	};
	return {
		path: path
	};
} ();
document.write (
	"<script type='text/javascript' href='" + kikkomanFooter.path.resource  + "/common/js/swfobject.js'></scr\ipt>" +
	"<link rel='stylesheet' type='text/css' href='" + kikkomanFooter.path.resource  + "/common/css/footer.css' media='all' />" +
	"<div id='kikkoman-footer'>" +
	"<div class='outer'>" +
	"	<div id='flashcontent-footer'></div>" +
	"	<div class='inner'>" +
	"		<ul class='first'>" +
	"			<li><a href='" + kikkomanFooter.path.link + "/products/'><img src='" + kikkomanFooter.path.resource  + "/common/image/btn_footer_05.gif' width='62' height='21' alt='商品情報' /></a></li>" +
	"			<li><a href='" + kikkomanFooter.path.link + "/homecook/index.html'><img src='" + kikkomanFooter.path.resource  + "/common/image/btn_footer_06.gif' width='47' height='21' alt='レシピ' /></a></li>" +
	"			<li><a href='" + kikkomanFooter.path.link + "/enjoys/index.html'><img src='" + kikkomanFooter.path.resource  + "/common/image/btn_footer_07.gif' width='104' height='21' alt='食を、知る・楽しむ' /></a></li>" +
	"			<li><a href='" + kikkomanFooter.path.link + "/corporate/index.html'><img src='" + kikkomanFooter.path.resource  + "/common/image/btn_footer_08.gif' width='64' height='21' alt='企業情報' /></a></li>" +
	"			<li><a href='" + kikkomanFooter.path.link + "/ir/index.html'><img src='" + kikkomanFooter.path.resource  + "/common/image/btn_footer_09.gif' width='105' height='21' alt='株主・投資家情報' /></a></li>" +
	"			<li><a href='" + kikkomanFooter.path.link + "/works/index.html'><img src='" + kikkomanFooter.path.resource  + "/common/image/btn_footer_10.gif' width='63' height='21' alt='採用情報' /></a></li>" +
	"			<li><a href='" + kikkomanFooter.path.link + "/customer/index.html'><img src='" + kikkomanFooter.path.resource  + "/common/image/btn_footer_11.gif' width='117' height='21' alt='お客様相談センター' /></a></li>" +
	"		</ul>" +
	"		<address><img src='" + kikkomanFooter.path.resource  + "/common/image/txt_footer_01.gif' width='314' height='10' alt='COPYRIGHT &copy; キッコーマン株式会社 All Rights Reserved.' /></address>" +
	"		<ul class='second'>" +
	"			<li><a href='" + kikkomanFooter.path.link + "/corporate/about/group/index.html'><img src='" + kikkomanFooter.path.resource  + "/common/image/btn_footer_00.gif' width='67' height='21' alt='グループ会社' /></a></li>" +
	"			<li><a href='http://www.kikkoman.com/' target='_blank'><img src='" + kikkomanFooter.path.resource  + "/common/image/btn_footer_01.gif' width='98' height='21' alt='Global Information' /></a></li>" +
	"			<li><a href='" + kikkomanFooter.path.link + "/rss/index.html'><img src='" + kikkomanFooter.path.resource  + "/common/image/btn_footer_02.gif' width='51' height='21' alt='RSS配信' /></a></li>" +
	"			<li><a href='" + kikkomanFooter.path.link + "/kiyaku/kiyaku.html'><img src='" + kikkomanFooter.path.resource  + "/common/image/btn_footer_03.gif' width='60' height='21' alt='ご利用規約' /></a></li>" +
	"			<li><a href='" + kikkomanFooter.path.link + "/kiyaku/privacy.html'><img src='" + kikkomanFooter.path.resource  + "/common/image/btn_footer_04.gif' width='107' height='21' alt='プライバシーポリシー' /></a></li>" +
	"			<li><a href='" + kikkomanFooter.path.link + "/kiyaku/socialmedia_policy.html'><img src='" + kikkomanFooter.path.resource  + "/common/image/btn_footer_12.gif' width='134' height='21' alt='ソーシャルメディアポリシー' /></a></li>" +
	"		</ul>" +
	"	</div>" +
	"</div>" +
	"</div>"
);
var so = new SWFObject(kikkomanFooter.path.resource  + "/swf_brand/brand.swf", "mymovie", "950", "270", "9.0.45.0", "#ffffff");
so.addParam("base", kikkomanFooter.path.resource  + "/swf_brand/");
so.write("flashcontent-footer");
