@charset "utf-8";
/* CSS Document */

#visual {
	background: url(../inquiry/images/h2.jpg) no-repeat center top;
}

#telLeft {
	float: left;
	display: inline;
	margin-top: 20px;
	width: 380px;
}
#telRight {
	float: right;
	display: inline;
	margin-top: 20px;
	padding-left: 20px;
	width: 240px;
	border-left: 1px dotted #CCA467;
}

#box_form {
	margin-top: 20px;
	text-align: left;
}
#box_form table {
	width: 660px;
}
#box_form th {
	padding: 5px 10px;
	text-align: left;
	color: #333333;
	font-weight: lighter;
	background-color: #F0EDE3;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#box_form td {
	padding: 5px 10px;
	text-align: left;
	color: #333333;
	background-color: #F4F0E0;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#box_form p {
	padding: 5px 10px;
	text-align: center;
	background-color: #F4F0E0;
}