@charset "UTF-8";

.contactFormTit01{
	background-image: url(../../img/contact_form_img/contact_title.gif);
	display: block;
	width: 630px;
	height: 45px;
	text-indent: -9999px;
	margin:20px 0px 30px 0px;
}

#contactFormCategory01{
	width:630px;
	margin:0px 0px 30px 0px;
}

.contactDataBox {
	font-size: 12px;
	line-height: 150%;
}
.contactNotice {
	padding-top: 5px;
}

.contactDataBox th {
	font-weight: normal;
	text-align: left;
	width: 125px;
}
.contactDataBox table {
	margin-bottom: 15px;
	margin-top: 15px;
}

.contactInput01 {
	font-size:12px;
	padding:3px;
	height: 20px;
	width: 375px;
	border: 2px solid #C9C7BE;
}

.contactInput02 {
	font-size:12px;
	padding:3px;
	height: 210px;
	width: 425px;
	border: 2px solid #C9C7BE;
}

