@import "common.css";

/* ----- contact CSS ----- */

/* // catch // */
#eyecatch {
	display			: block;
	text-indent		: -9999em;
	width			: 940px;
	height			: 195px;
	background		: URL(../images/common/eyecatch.jpg) no-repeat;
}

h2#title_h2 {
	display			: block;
	text-indent		: -9999em;
	height			: 30px;
	background		: URL(../images/page_title/h2_contact.gif) no-repeat;
	margin			: 0 0 20px 0;
}

/* // rayout // */
dl.list {
	margin			: 20px 0 10px 10px;
	border			: solid 1px #cccccc;
	font-size		: 95%;
}
dl.list dt {
	clear			: both;
	float			: left;
	width			: 140px;
	padding			: 10px 5px;
	font-weight		: bold;
}

dl.list dd {
	margin-left		: 140px;
	padding			: 10px 5px;
	border-left		: solid 1px #cccccc;
}

input {
	width			: 98%;
	height			: 20px;
}

textarea {
	width			: 98%;
	height			: 160px;
}

.submit_btn {
	width			: 120px;
	height			: 25px;
	margin			: 0 0 0 250px;
	cursor			: pointer;
}

.submit_btn input {
	height			: 25px;
}
