@charset "utf-8";
#title {
	background-image: url(../images/toiawase/contact.gif);
	height: 40px;
	width: 580px;
	background-repeat: no-repeat;
}

#container #contents #main #inquiry-form small {
	color: #FF0000;
	font-size: 12px;
}

#container #contents #main h2 {
	font-weight: lighter;
	background-color: #EEEEEE;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-size: 130%;
}
#inquiry-form {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	clear: both;
}
#inquiry-form table {
	width: 100%;
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
}
#inquiry-form table th {
	width: 30%;
	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/th-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	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;
}
#container   #contents   #main   #inquiry-form   #mailaddress2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#container #contents #main #inquiry-form .form-note {
	font-size: 12px;
}

.send-btn {
	text-align: center;
	padding: 10px;
}
#form-note {
	line-height: 150%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#form-note #div-error {
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	color: #FF0000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.form-caution {
	color: #FF0000;
}
.text-center {
	text-align: center;
	margin: 15px;
}
