@charset "utf-8";
/* CSS Document */

#wrapper {
	/*margin-top: 75px;*/
}

#contents {
	line-height: normal;
}

#contents-text {
	min-height: 270px;
	height: auto !important;
	height: 270px;
}

h2#contact-h {
	background: url(../images/contact/contact_h.jpg) no-repeat;
	width: 600px;
	height: 200px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 8px;
}

p#inq-essentially {
	background: url(../images/contact/form_title.gif) no-repeat;
	width: 328px;
	height: 15px;
	text-indent: -9999px;
}

table {
	width: 520px;
}

th {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	width: 230px;
	padding: 15px 0;
}

th#name {
	background-image: url(../images/contact/name.gif);
}

th#mailaddress {
	background-image: url(../images/contact/e-mailaddress.gif);
}

th#mailaddress2 {
	background-image: url(../images/contact/e-mailaddress-again.gif);
}

th#phone-number {
	background-image: url(../images/contact/phone-number.gif);
}

th#inquiry-conents {
	background-image: url(../images/contact/inquiry-contents.gif);
}

input.input-width {
	width: 240px;
}

input.tel-width {
	width: 32px;
	vertical-align: middle;
}

textarea.inq-size {
	width: 240px;
	height: 90px;
}

#thanks-text {
	padding-bottom: 5em;
}

#contact-bt {
	width: 400px;
	margin: 10px auto;
}

.red {
	color: #FF0033;
	margin: 0 0 20px 10px;
}