﻿/* お問合わせフォーム */



#form {

}


#form h4 {
	background-color: #DCDCB8;
	padding: 8px;
	margin-right: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#form p {
	margin: 10px;
	line-height: 1.4em;
}

#form table {
	font-size:12px;
	width: 600px;

}



#form table th{
	padding:10px;
	border-bottom:1px #666633 dotted;
	background:#DCDCB8;

}


#form table td{

	padding:10px;

	border-bottom:1px #666633 dotted;

	background:#DEDEBE;

}

.center {
	text-align: center;
}

.submit {
	padding:5px;
	margin-top:10px;
	margin-bottom: 10px;

}
