@charset "utf-8";
/* CSS Document */

@import url(core.css);

div#contents.contact {
	width: 560px;
}
div.contact h2{
	height	:28px;
	display: block;
	background: url(../images/contact/h2_title.gif) no-repeat;
	text-indent:-9999px;
}
div.contact table {
	border-collapse: collapse;
}

div.contact table.form {
	width: 560px;
	margin: 0 0 20px 0;
}

div.contact table.form th,
div.contact table.form td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 15px;
}

div.contact table.form th {
	border-left: 1px solid #999;
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #999;
}
div.contact table.form td { border-right: 1px solid #999; color: #666;}

input,textarea {
	border: 1px solid #C9B4B0;
}

div.contact table.layout td {
	border: none;
	padding: 0 3px 3px 0;
}

.btn_submit {
	width: 122px;
	height: 23px;
	margin: 0 0 0 219px;
	background: url(../images/contact/btn_submit.jpg) no-repeat;
	color: #FFF;
	font-size: 10px;
	border: none;
}

.c_red { color: red;}
.f_s10 { font-size: 9px;}
