table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 14px;
}

tr.company th,
tr.department th,
tr.name th,
tr.email th,
tr.phone th,
tr.contact th,
tr.subject th,
tr.message th {
	border: 1px #760c0e solid;
	background-image: url(http://www.koubegyu.net/img/back3.png);
	background-repeat: repeat-x;
	background-color: #760c0e;
}

tr.company td,
tr.department td,
tr.name td,
tr.email td,
tr.phone td,
tr.contact td,
tr.subject td,
tr.message td {
	border: 1px #760c0e solid;
	background-color: white;
}

td {
	padding: 2px 16px;
}

th {
	height: 24px;
	padding: 2px 16px;
	text-align: center;
	color: white;
	font-weight: normal;
	white-space: nowrap;
}

span.caution {
	font-size: smaller;
	color: red;
}

div.error {
	font-size: 14px;
	color: red;
}

tr.company input {
	width: 200px;
}

tr.department input {
	width: 200px;
}

tr.name input {
	width: 150px;
}

tr.email input {
	width: 250px;
}

tr.phone input {
	width: 50px;
}

tr.subject input {
	width: 250px;
}

tr.message textarea {
	width: 250px;
}

tr.button td {
	text-align: right;
}

tr.button input {
	width: 100px;
}

#body-houjin_inquiry_form {
	background-color: #f2f2f2;
}
