/*------------------------------------------
    form
-------------------------------------------*/

#form_frame {
	background:url(../img/form_bg.gif) repeat-y;
	width: 900px;
	margin: 0 auto 30px;
	padding:0;
}
#form_frame2 {
	background:url(../img/form_bg.gif) repeat-y;
	width: 900px;
	margin: 20px auto 30px;
	padding:0;
}
#form {
	width: 750px;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:10px;
}
#form table {
	border-collapse: collapse;
	width: 750px;
	margin: 0 auto;
	padding:0;
}
#form th, #form td {
	font-family:  Meiryo, "メイリオ", Verdana, Arial, "Osaka", "MS P Gothic", sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:25px;
	color:#28180A;
	padding: 8px 15px;
	text-align: left;
	border: 1px #7B481E solid;
}
#form tr {
	width: 750px;
	background: #F7F1E6;
}
#form th {
	width: 250px;
	background: #F7F1E6;
}
#form td {
	width: 430px;
	background: #F9F9F9;
}
label {
	line-height:25px;
}
.select {
	display:block;
	margin-bottom:8px;
}
#form_check {
	font-family:  Meiryo, "メイリオ", Verdana, Arial, "Osaka", "MS P Gothic", sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:23px;
	color:#06C;
	padding: 4px 0;
}
table#error {
	width: 750px;
	padding-top: 10px;
	margin:0 auto 15px;
}
table#error tr td {
	font-family:  Meiryo, "メイリオ", Verdana, Arial, "Osaka", "MS P Gothic", sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:21px;
	color:#F00;
	margin:0 auto;
	border: 1px #F00 solid;
}
#check {
	width:480px;
	height:80px;
	margin-left:130px;
	padding:10px 0;
}


.ecfFormButton {
	display: inline;
	margin: 0 1px 0 1px;
	letter-spacing: 1px;
	color:#333;
	height: 24px;
	border: none;
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.ecfFormButtonDisabled {
	display: inline;
	margin: 0 1px 0 1px;
	letter-spacing: 1px;
	color:#999;
	height: 24px;
	border: none;
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.ecfFormCheckboxLabel {
	text-decoration:none;
}

.ecfFormCheckboxLabelHover {
	color: #c96;
	text-decoration:underline;
}

.ecfFormFile {
	background:#ffffff url(../../creater/ecform/img/ecfTextBg.gif) left top no-repeat;
	border: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

.ecfFormFileFocus {
	border: 1px solid #c96;
	border-right: 1px solid #fc9;
	border-bottom: 1px solid #fc9;
	background-color: #fffdfd;
	padding: 2px;
}

.ecfFormFileCheck {
	background:#ffffff url(../../creater/ecform/img/arrow.gif) left top no-repeat;
	font-size:12px;
	margin-left:2px;
	padding-left:15px;
}

.ecfFormPassword {
	background:#ffffff url(../../creater/ecform/img/ecfTextBg.gif) left top no-repeat;
	border: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	padding: 2px;
}

.ecfFormPasswordDisabled {
	background:#ffffff url(../../creater/ecform/img/ecfTextBg_dis.gif) left top no-repeat;
	border: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#999;
	padding: 2px;
}

.ecfFormPasswordFocus {
	border: 1px solid #c96;
	border-right: 1px solid #fc9;
	border-bottom: 1px solid #fc9;
	background-color: #fffbfb;
}

.ecfFormRadioLabel {
	text-decoration:none;
}

.ecfFormRadioLabelHover {
	color: #c96;
	text-decoration:underline;
}

.ecfFormText {
	background:#ffffff url(../../creater/ecform/img/ecfTextBg.gif) left top no-repeat;
	border: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	padding: 2px;
}

.ecfFormTextDisabled {
	background:#ffffff url(../../creater/ecform/img/ecfTextBg_dis.gif) left top no-repeat;
	border: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #999;
	padding: 2px;
}

.ecfFormTextFocus {
	border: 1px solid #c96;
	border-right: 1px solid #fc9;
	border-bottom: 1px solid #fc9;
	background-color: #fffbfb;
}

.ecfFormUrlchecker {
	width: 200px;
}

.ecfFormTextarea {
	background:#ffffff url(../../creater/ecform/img/ecfTextBg.gif) left top no-repeat;
	border: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	padding: 2px;
}

.ecfFormTextareaDisabled {
	background:#ffffff url(../../creater/ecform/img/ecfTextBg_dis.gif) left top no-repeat;
	border: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#999;
	padding: 2px;
}

.ecfFormTextareaFocus {
	border: 1px solid #c96;
	border-right: 1px solid #fc9;
	border-bottom: 1px solid #fc9;
	background-color: #fffbfb;
}