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


/* ------------------------------------------フォーム関係------------------------------------------ */
div#contact {
	width: 860px;
	height: auto;
	margin: 10px auto;
	font-size: 12px;
}
div#contact div#qr {
	width: 600px;
	height: 82px;
	margin: 20px auto 30px;
	font-size: 12px;
}
div#contact div#qr p {
	width: 500px;
	line-height: 1.8;
	float: right;
	text-align: left;
}
div#contact div#qr img {
	width: 82px;
	height: 82px;
	margin: 0 auto;
	display: block;
	float: left;
}
div#contact h2 {
	width: 840px;
	height: 27px;
	clear: both;
	margin: 10px auto;
	text-indent: -9999px;
	background-image: url(../../images/contact/h2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#contact p {
	width: 820px;
	height: auto;
	padding: 10px 0;
	line-height: 1.6;
	margin: 0 auto;
}
div#contact table {
	width: 800px;
	margin: 10px auto;
	background-color: #FFFFFF;
	border: 1px solid #f6efdd;
	border-collapse: collapse;
}
div#contact table th {
	margin: 10px auto;
	text-align: left;
	width: 190px;
	padding: 5px;
	vertical-align:text-top;
	border: 1px solid #f6efdd;
}
div#contact table th span {
	color: #990000;
}
div#contact table td {
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #f6efdd;
}

div#contact table td#head, div#contact table td#foot {
	height: 5px;
	padding: 0;
	border-bottom: none;
	border-top: none;
	background-repeat: repeat-x;
}
div#contact table td#head {
	background-image: url(../../images/studio/head.jpg);
}
div#contact table td#foot {
	background-image: url(../../images/studio/foot.jpg);
}
