var checkContents = {
	"name" : {
		FieldName : "氏名"
		, Contents : [
			{"requiredCheck" : ""}
			,{"max_byteCheck" : "40"}
		]
	}
	, "kana_name" : {
		FieldName : "かな氏名"
		, Contents : [
			{"max_byteCheck" : "80"}
		]
	}
	, "tel_1" : {
		FieldName : "電話番号"
		, Contents : [
		    {"numberCheck" : "" }
			, {"integerCheck" : "" }
		]
	}
	, "tel_2" : {
		FieldName : "電話番号"
		, Contents : [
		    {"numberCheck" : "" }
			, {"integerCheck" : "" }
		]
	}
	, "tel_3" : {
		FieldName : "電話番号"
		, Contents : [
		    {"numberCheck" : "" }
			, {"integerCheck" : "" }
		]
	}
	,"email_1" : {
		FieldName : "メールアドレス"
		, Contents : [
			{"requiredCheck" : ""}
			, {"email_max_lengthCheck": "80"}
			, {"valid_emailCheck" : ""}
		]
	}
	,"inquiry_naiyo" : {
		FieldName : "お問い合わせ内容"
		, Contents : [
			{"requiredCheck" : ""}
			,{"max_byteCheck" : "600"}
		]
	}
};