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


/* ------------------------------------------フォーム関係------------------------------------------ */
div#contact, div#model {
	width: 860px;
	height: auto;
	margin: 10px auto;
	font-size: 12px;
}
div#contact div#qr {
	width: 600px;
	height:100px;
	margin: 10px auto;
	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: 106px;
	height: 106px;
	margin: 10px auto;
	display: block;
	float: left;
}
div#contact div#qr1 {
	width: 620px;
	height:106px;
	margin: 20px auto 30px;
	font-size: 12px;
}
div#contact div#qr1 p {
	width: 500px;
	line-height: 1.8;
	float: right;
	text-align: left;
}
div#contact div#qr1 img {
	width: 106px;
	height: 106px;
	margin: 0 auto;
	display: block;
	float: left;
}
div#model div#read {
	width: 770px;
	height:160px;
	margin: 10px auto;
	font-size: 12px;
}
div#model div#read p {
	width: 500px;
	height: 140px;
	float: left;
	line-height: 2;
	padding:20px 0 0 0;
	margin: 10px auto;
	font-size: 12px;
}
div#model div#read img {
	width: 255px;
	height: 120px;
	display: block;
	float: right;
	margin: 10px auto;
	font-size: 12px;
}
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#model h2 {
	width: 840px;
	height: 27px;
	clear: both;
	margin: 10px auto;
	text-indent: -9999px;
	background-image: url(../../images/model/h2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#contact p, div#model p {
	width: 820px;
	height: 50px;
	line-height: 1.8;
	margin: 10px auto;
}
div#contact table, div#model table {
	width: 800px;
	margin: 10px auto;
	background-color: #FFFFFF;
	border: 1px solid #f6efdd;
	border-collapse: collapse;
}
div#contact table th, div#model 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, div#model table th span {
	color: #990000;
}
div#contact table td, div#model 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);
}

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