@charset "utf-8";

/* CONTACT / INDEX
------------------------------------------------------------------------------*/

#contactTel {
	padding-top: 20px;
	margin-bottom: 50px;
}

#contactTel h3,
#contactMail h3 {
	margin-bottom: 20px;
}

#contactTel p,
#contactMail p {
	line-height: 1.75;
	margin-bottom: 20px;
}

#form1 {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 650px;
}

#form1 th {
	width: 110px;
	background-color: #E7E6CF;
	padding-left: 10px;
	color: #000000;
	text-align: left;
	border: 1px solid #FFFFFF;
	padding-top: 14px;
	padding-bottom: 14px;
}

*:first-child+html #form1 label {
	line-height: 1.25;
}

* html body #form1 label {
	line-height: 1.25;
}

#form1 td {
	padding-left: 10px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-top: 5px;
}

#form1 span {
	font-size: 10px;
}

.formSubject {
	line-height: 2.0;
}

.contactCovey {
	height: 16px;
	border: 1px solid #E6E6E6;
	background-image: url(../images/common/bg_form.png);
	background-repeat: repeat-x;
	width: 290px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

*:first-child+html .contactCovey {
	padding-top: 8px;
	padding-bottom: 4px;
}

* html body .contactCovey {
	padding-top: 8px;
	padding-bottom: 4px;
}

textarea {
	background-image: url(../images/common/bg_form.png);
	background-repeat: repeat-x;
	padding: 5px;
	height: 88px;
	width: 450px;
	border: 1px solid #E6E6E6;
	line-height: 1.5;
}

#submitArea {
	margin-left: 175px;
}

#submit {
	background-image: url(../images/contact/btn_submit.png);
	height: 50px;
	width: 195px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}

/* CONTACT / COMFIRM
------------------------------------------------------------------------------*/

#confirmMessage {
	line-height: 1.5;
}

#send {
	background-image: url(../images/contact/btn_send.png);
	height: 50px;
	width: 195px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}

/* CONTACT / ERROR
------------------------------------------------------------------------------*/

#error ul {
	margin-bottom: 15px;
}

#error li {
	line-height: 1.5;
}

#back {
	background-image: url(../images/contact/btn_back.png);
	height: 50px;
	width: 195px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}
