@charset "utf-8";
body {
	background-image: url(../img/layout/bg_layout.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#siteHeader {
	background-image: url(../img/layout/sub_mainimg.jpg);
	height: 285px;
}
#form {
	width: 590px;
	margin-bottom: 20px;
}
#form th, #form td {
	font-weight: normal;
	border: 1px solid #CECBC5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}
#form th {
	width: 30%;
	background-color: #F9F6F0;
}
#form td {
	width: 70%;
	line-height: 18px;
}
#form td a {
	color: #09F;
	font-size: 10px;
}
.must {
	background-image: url(../img/inquiry/ico_inquiry01.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
}
#company {
	width: 590px;
}
#company th, #company td {
	border: 1px solid #CCCCCC;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#company th {
	width: 30%;
	background-color: #EEEEEE;
}
#company td {
	width: 70%;
}
