var checkContents = {
	"name_kanji" : {
		FieldName : "氏名"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "name_kana" : {
		FieldName : "かな氏名"
		, Contents : [
			{"requiredCheck" : ""}
			, {"hiraganaCheck" : ""}
		]
	}
	, "birthday_1" : {
		FieldName : "生年月日"
		, Contents : [
			{"valid_dateCheck": ""}
			, {"requiredCheck" : ""}
			, {"exact_lengthCheck" : "4" }
		]
	}
	, "sex" : {
		FieldName : "性別"
		, Contents : [
			{"radio_requiredCheck" : ""}
		]
	}
	, "email" : {
		FieldName : "メールアドレス"
		, Contents : [
			{"requiredCheck" : ""}
			, {"email_max_lengthCheck2": "80"}
			, {"valid_mailCheck" : ""}
		]
	}
	, "email_conf" : {
		FieldName : "再入力されたアドレス"
		, Contents : [
			{"matchesCheck" : ["email","email_conf"]}
		]
	}
	, "yubin_1" : {
		FieldName : "郵便番号"
		, Contents : [
			{"requiredCheck" : ""}
			, {"is_naturalCheck" : "" }
			, {"exact_lengthCheck" : "3" }
		]
	}
	, "yubin_2" : {
		FieldName : "郵便番号"
		, Contents : [
		 	{"requiredCheck" : ""}
			, {"is_naturalCheck" : "" }
			, {"exact_lengthCheck" : "4" }
		]
	}
	, "zyusho_1" : {
		FieldName : "住所(都道府県)"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "zyusho_2" : {
		FieldName : "住所(市区町村)"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "zyusho_3" : {
		FieldName : "住所(番地)"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "renrakusaki_1" : {
		FieldName : "連絡先電話番号"
		, Contents : [
		    {"requiredCheck" : ""}
			, {"is_naturalCheck" : "" }
		]
	}
	, "renrakusaki_2" : {
		FieldName : "連絡先電話番号"
		, Contents : [
		    {"requiredCheck" : ""}
			, {"is_naturalCheck" : "" }
		]
	}
	, "renrakusaki_3" : {
		FieldName : "連絡先電話番号"
		, Contents : [
		    {"requiredCheck" : ""}
			, {"is_naturalCheck" : "" }
		]
	}
	, "sonota_joken" : {
		FieldName : "その他の就業条件"
		, Contents : [
			{"max_byteCheck" : "200"}
		]
	}
	, "shokugyo" : {
		FieldName : "現在の職業"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "shugyokanobi_1" : {
		FieldName : "就業・転職可能日"
		, Contents : [
			{"valid_yearsCheck": ""}
		]
	}

	, "r_yubin_1" : {
		FieldName : "連絡先郵便番号"
		, Contents : [
			{"is_naturalCheck" : "" }
			,{"exact_lengthCheck" : "3" }
		]
	}
	, "r_yubin_2" : {
		FieldName : "連絡先郵便番号"
		, Contents : [
			{"is_naturalCheck" : "" }
			, {"exact_lengthCheck" : "4" }
		]
	}
	, "r_tel_1" : {
		FieldName : "連絡先電話番号"
		, Contents : [
			{"is_naturalCheck" : "" }
		]
	}
	, "r_tel_2" : {
		FieldName : "連絡先電話番号"
		, Contents : [
			{"is_naturalCheck" : "" }
		]
	}
	, "r_tel_3" : {
		FieldName : "連絡先電話番号"
		, Contents : [
			{"is_naturalCheck" : "" }
		]
	}
};

var checkContents2 = {
	"name_kanji" : {
		FieldName : "氏名"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "name_kana" : {
		FieldName : "かな氏名"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "birthday_1" : {
		FieldName : "生年月日"
		, Contents : [
			{"valid_dateCheck": ""}
			, {"requiredCheck" : ""}
			, {"exact_lengthCheck" : "4" }
		]
	}
	, "sex" : {
		FieldName : "性別"
		, Contents : [
			{"radio_requiredCheck" : ""}
		]
	}
	, "email" : {
		FieldName : "メールアドレス"
		, Contents : [
			{"requiredCheck" : ""}
			, {"email_max_lengthCheck2": "80"}
			, {"valid_mailCheck" : ""}
		]
	}
	, "email_conf" : {
		FieldName : "再入力されたアドレス"
		, Contents : [
			{"matchesCheck" : ["email","email_conf"]}
		]
	}
	, "yubin_1" : {
		FieldName : "郵便番号"
		, Contents : [
			{"requiredCheck" : ""}
			, {"is_naturalCheck" : "" }
			, {"exact_lengthCheck" : "3" }
		]
	}
	, "yubin_2" : {
		FieldName : "郵便番号"
		, Contents : [
		 	{"requiredCheck" : ""}
			, {"is_naturalCheck" : "" }
			, {"exact_lengthCheck" : "4" }
		]
	}
	, "zyusho_1" : {
		FieldName : "住所(都道府県)"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "zyusho_2" : {
		FieldName : "住所(市区町村)"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "zyusho_3" : {
		FieldName : "住所(番地)"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "renrakusaki_1" : {
		FieldName : "連絡先電話番号"
		, Contents : [
		    {"requiredCheck" : ""}
			, {"is_naturalCheck" : "" }
		]
	}
	, "renrakusaki_2" : {
		FieldName : "連絡先電話番号"
		, Contents : [
		    {"requiredCheck" : ""}
			, {"is_naturalCheck" : "" }
		]
	}
	, "renrakusaki_3" : {
		FieldName : "連絡先電話番号"
		, Contents : [
		    {"requiredCheck" : ""}
			, {"is_naturalCheck" : "" }
		]
	}
	, "sonota_joken" : {
		FieldName : "その他の就業条件"
		, Contents : [
			{"max_byteCheck" : "200"}
		]
	}
	, "shokugyo" : {
		FieldName : "現在の職業"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "shugyokanobi_1" : {
		FieldName : "就業・転職可能日"
		, Contents : [
			{"valid_yearsCheck": ""}
		]
	}

	, "r_yubin_1" : {
		FieldName : "連絡先郵便番号"
		, Contents : [
			{"requiredCheck" : ""}
			, {"is_naturalCheck" : "" }
			, {"exact_lengthCheck" : "3" }
		]
	}
	, "r_yubin_2" : {
		FieldName : "連絡先郵便番号"
		, Contents : [
			{"requiredCheck" : ""}
			, {"is_naturalCheck" : "" }
			, {"exact_lengthCheck" : "4" }
		]
	}
		, "r_zyusho_1" : {
		FieldName : "連絡先住所(都道府県)"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "r_zyusho_2" : {
		FieldName : "連絡先住所(市区町村)"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "r_zyusho_3" : {
		FieldName : "連絡先住所(番地)"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "r_tel_1" : {
		FieldName : "連絡先電話番号"
		, Contents : [
			{"is_naturalCheck" : "" }
		]
	}
	, "r_tel_2" : {
		FieldName : "連絡先電話番号"
		, Contents : [
			{"is_naturalCheck" : "" }
		]
	}
	, "r_tel_3" : {
		FieldName : "連絡先電話番号"
		, Contents : [
			{"is_naturalCheck" : "" }
		]
	}
};

var checkContents3 = {
	"r_tel_1" : {
		FieldName : "連絡先電話番号"
		, Contents : [
			{"requiredCheck" : ""}
		]
	},"r_tel_2" : {
		FieldName : "連絡先電話番号"
		, Contents : [
			{"requiredCheck" : ""}
		]
	},"r_tel_3" : {
		FieldName : "連絡先電話番号"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
};
