@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: 82px;
	height: 82px;
	margin: 10px auto;
	display: block;
	float: left;
}
div#contact div#qr1 {
	width: 620px;
	height:100px;
	margin: 10px auto;
	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: 10px 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#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);
}
/* ------------------------------------------モデル------------------------------------------ */

div#model .h2_model{
	width: 840px;
	height: 176px;
	margin: 0px auto;
	text-indent: -9999px;
	background-image:url(../../images/model/title.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#model .img_model1{
	margin-left:10px;
}
div#model .img_model2{
	margin-left:10px;
	float:left;
}
div#model .img_model3{
	margin-top:25px;
}
div#model #box_model1{
	float:right;
	background-color:#f6efde;
	width:520px;
	margin-right:10px;
}
div#model .img_modeloubo{
	width:840px;
	height:48px;
	clear:both;
	margin:20px 0px 0px 10px;
}
div#model dl{
	margin: 0 auto 30px;
	width:840px;
}
div#model dt{
	font-size:12px;
	margin-top: 20px;
	font-weight: bold;
	color: #a72126;
	border-top: 1px solid #a72126;
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px 0 0 10px;
}
div#model dl dd{
	line-height:1.5em;
	margin-left: 10px;

}


