var __LN_PLANMAKING_SETTING__ = {
	"timerURI"        : "/cgi-bin/gettime.cgi?time=${0}",
	"requestURI"      : "/app/cgi/estimate/r/3/a/${1}/s/${2}?time=${0}",
	"mailingSystem"   : {
		"properties" : [
			"userData.birthday.year",
			"userData.birthday.month",
			"userData.birthday.date",
			"userData.sex",
			"fields.life.condition.insurance",
			"fields.life.condition.term",
			"fields.medical.condition.addmission",
			"fields.medical.condition.limit",
			"fields.medical.condition.operation"
		]
	},
	"alert" : {
		"message" : "この保険料は、${0}月末日までに申し込みいただいた場合の金額です。",
		"month"   : 2
	},
	"error" : {
		"birthday" : {
			"message" : "生年月日を選択してください。"
		},
		"term" : {
			"message" : "契約年齢${0}歳の場合、死亡保険（定期）「かぞくへの保険」の保険期間に「${1}」を選択することはできません。"
		},
		"life" : {
			"message" : "契約年齢${0}歳の場合、死亡保険（定期）「かぞくへの保険」は選択できません。",
			"threshold"   : 65
		},
		"disability" : {
			"message" : "契約年齢${0}歳の場合、就業不能保険「働く人への保険」は選択できません。",
			"threshold"   : 61
		}
	},
	"cookie"          : {
		"name"    : "planmaking",
		"expires" : 0,
		"path"    : "/",
		"domain"  : "",
		"secure"  : false
	},
	"terms"           : {
		"className" : "terms",
		"icon"      : "/shared/img/icon_help_01.gif"
	},
	"formElement"     : "plan-making-form",
	"buttonElements"  : [
		"submit",
		"comparison"
	],
	"submit"          : {
		"src" : "/plan/shared/img/btn_submit_01.gif",
		"alt" : "申し込み手続きへ"
	},
	"priceElement"    : "total-price",
	"userData"        : {
		"birthday" : {
			"year"       : {
				"name"  : "year",
				"value" : ""
			},
			"month"      : {
				"name"  : "month",
				"value" : ""
			},
			"date"       : {
				"name"  : "date",
				"value" : ""
			},
			"oldest"     : 70,
			"youngest"   : 18,
			"yearFormat" : "${0}（${1}${2}）",
			"gengo"      : [
				{
					"name"  : "明治",
					"start" : 1868
				},
				{
					"name"  : "大正",
					"start" : 1912
				},
				{
					"name"  : "昭和",
					"start" : 1926
				},
				{
					"name"  : "平成",
					"start" : 1989
				}
			],
			"gengoFirstYear" : "元"
		},
		"sex"      : {
			"name"  : "sex",
			"value" : "male"
		}
	},
	"fields"          : {
		"life"    : {
			"condition"        : {
				"insurance" : "1500",
				"term"      : "10years"
			},
			"priceElement"     : "life-price"
		},
		"medical" : {
			"condition"        : {
				"addmission" : "5000",
				"limit"      : "60days",
				"operation"  : "FALSE"
			},
			"priceElement"     : "medical-price"
		},
		"disability" : {
			"condition"        : {
				"benefit" : "10"
			},
			"priceElement"     : "disability-price"
		}
	}
}

var BA_BALLOON_AS_DATA = {
	"calc-terms001" : "<dl><dt>ご自身の収入</dt><dd><p>各種社会保険料、税金などを差し引く前の額面の収入を入力してください。</p></dd></dl>",
	"calc-terms002" : "<dl><dt>配偶者の収入</dt><dd><p>各種社会保険料、税金などを差し引く前の額面の収入を入力してください。</p></dd></dl>"
};

var __LN_PLANMAKING_ENABLED__ = (typeof BA == 'object' && BA.ua.isDOMReady && window.XMLHttpRequest && typeof(__LN_PLANMAKING_SETTING__) == "object");
if (__LN_PLANMAKING_ENABLED__) {
	__LN_PLANMAKING_ENABLED__ = (!BA.ua.isMacIE && !(BA.ua.isWinIE && BA.ua.revision < 6));
}

