@import "common.css";

/* ----- contact CSS ----- */
/* // rayouts // */
#pagetitle {
	background			: url(../images/contact/eyecatch.gif) center 30px no-repeat;
}

#err {
	background			: url(../images/contact/eyecatch_err.gif) center 30px no-repeat;
}

#h3_1 {
	background			: url(../images/contact/h3_1.gif) no-repeat;
}

#h3_2 {
	background			: url(../images/contact/h3_2.gif) no-repeat;
}

#h3_3 {
	background			: url(../images/contact/h3_3.gif) no-repeat;
}

.read {
	padding				: 0 0 20px 0;
}

.read p {
	padding				: 0 0 20px 0;
}

.submit_btn {
	text-align			: center;
}

#telnum {
	display				: block;
	text-indent			: -9999em;
	height				: 30px;
	background			: url(../images/contact/img_2.gif) 180px 0 no-repeat;
	*background			: url(../images/contact/img_2.gif) no-repeat;
}

/* // tags // */
ul#err_ul {
	list-style-type		: disc;
	margin				: 30px;
}

.err_read {
	margin				: 20px;
}

dl#list {
	padding				: 5px;
	font-size			: 90%;
}

dl#list dt {
	clear				: both;
	float				: left;
	width				: 125px;
	padding				: 0 10px;
	background			: #69819E;
	border-left			: 5px solid #CBD6E3;
	font-weight			: bold;
	text-align			: right;
	color				: #fff;
}

dl#list dd {
	margin				: 0 0 10px 160px;
}

dd.check {
	margin				: 0 0 0 120px;
}

form#contact {
	margin				: 0 0 0 0;
	padding				: 10px;
}

form#contact input {
	width				: 95%;
}

form#contact input#btn {
	width				: 120px;
}

input#input_data {
	width				: 117px;
}

textarea {
	width				: 95%;
	height				: 160px;
	padding				: 2px;
}
