@charset "utf-8";
#inq-head {
	margin-bottom: 10px;
	background-repeat: no-repeat;
	height: 45px;
	background-image: url(../images/inquiry/main-title.gif);
	width: 600px;
}
#inq-head h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#inquiry-form table {
	width: 600px;
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
}
#inquiry-form table th {
	width: 150px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	font-weight: lighter;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
	background-color: #eeeeee;
	background-image: url(../images/inquiry/ico/on.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#inquiry-form table .th-off {
	width: 150px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	font-weight: lighter;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
	background-color: #eeeeee;
	background-image: url(../images/inquiry/ico/off.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}


#inquiry-form table td {
	padding: 12px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
}
#inquiry-form table .td-foot {
	padding: 12px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	font-size: 90%;
}
#inquiry-form #sub-table {
	width: 100%;
	border: 0px;
}
#inquiry-form  #sub-table td {
	vertical-align: top;
	font-size: 90%;
	line-height: 100%;
	width: 33%;
	border: 0px;
	border-width: 0;
}
#inq-error blockquote {
	color: #FF3300;
	border: 5px solid #FFCCCC;
	padding: 10px;
}
