/*お問い合わせフォーム*/
table.inquiryForm {
	width:550px;
	margin:10px auto 20px auto;
	padding:1px;
	border:1px solid #aaaaaa;
	border-collapse:sepalate;
	border-spacing:1px;
}

table.inquiryForm th,
table.inquiryForm th.top,
table.inquiryForm th.bottom,
table.inquiryForm th.indent {
	width:25%;
	margin:0;
	padding:5px 5px 5px 2em;
	border:1px solid #aaaaaa;
	border-top:0;
	border-bottom:1px solid #ccc;
	background-color:#f0f0f0;
	font-weight:normal;
	vertical-align:middle;
	text-align:left;
	text-indent:-1em;
}
table.inquiryForm td,
table.inquiryForm td.top,
table.inquiryForm td.bottom {
	width:75%;
	margin:0;
	padding:5px;
	border:1px solid #dddddd;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	border-left:0;
	vertical-align:middle;
    text-align:left;
}
table.inquiryForm th.top,
table.inquiryForm td.top {
	border-top:1px solid #dfdfdf;
}
table.inquiryForm th.indent {
	text-indent:0;
}
table.inquiryForm th.bottom,
table.inquiryForm td.bottom {
	border-bottom:1px solid #ccc;
}



input {
	padding-bottom:2px;
	border:1px solid #ccc;
	background:#fff;
	color:#333;
}
textarea {
	border:1px solid #ccc;
	background:#fff;
	color:#333;
}



.formBtn {
	width:230px;
	margin:0 auto;
	padding:0;
}



#submitBtn {
	float:left;
	margin:0 30px 0 0;
	padding:0;
	background: url(formmail100/formBtn_submit_2.gif) no-repeat left top; 
}
#resetBtn {
	float:left;
	margin:0;
	padding:0;
	background: url(formmail100/formBtn_reset.gif) no-repeat left top; 
}
.input_btn {
	width:200px;
	height:60px;
	border:0;
	overflow:hidden;
	cursor:pointer;
	text-indent:-9999px;
	display:block;
	float:left;
}




object,
embed {vertical-align:top;}

img {vertical-align:bottom;}

.sText {font-size:0.8em;}

.caution {color:#ff0000;}

input,
textarea,
select {font-size:90%;}


form,
fieldset {
margin: 10px 0px 0px 0px;
padding:0;}



