@charset "utf-8";
@import url("../css/common.css");

.page_title {
	background-image: url(images/title.png);
	height: 60px;
	display: block;
	width: 645px;
	background-repeat: no-repeat;
}
.contact {
	width: 610px;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	padding-bottom: 15px;
	margin-left: 20px;
}
.contact div {
	margin-top: 10px;
}
.contact .url {
	margin-top: 5px;
}
.contact .Q {
	list-style-image: url(images/icon_Q.png);
}
.contact .A {
	list-style-image: url(images/icon_A.png);
}
.contact .form {
	border: 1px solid #FF6600;
	width: 550px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.contact .form td {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.contact .form input {
	font-size: 12px;
	color: #333;
	line-height: 18px;
	border: 1px solid #F9C898;
}
.contact .form textarea {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	border: 1px solid #F9C898;
}
.contact .mail_coution {
	font-size: 10px;
	line-height: 15px;
	color: #F00;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
