@charset "UTF-8";




/* photo,movie,review,massage */

#contents {
	width: 598px;
	border: 1px solid #89c3eb;
	margin-top: 10px;
	margin-left: 30px;
}

.contentsleft {
	width: 252px;
	height: 327px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
}

.contentsright {
	width: 331px;
	height: 327px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: right;
}

.contentsright  a {
	color: #ee7800;
}

.contentsbox {
	width: 240px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #89c3eb;
}

.reviewbox {
	width: 120px;
	margin: 5px auto;
	height: 240px;	
}

.movieleft {
	width: 342px;
	height: 327px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
}
.movieright {
	width: 230px;
	height: 327px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: right;
}
.moviebox {
	width: 340px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #89c3eb;
}

.contact_class {
	margin-top: 10px;
	margin-left: 10px;
}

/* photo,movie,review,massage終わり */
/* CONTACT　ここから */

table#formTable {
	width: 640px;
	border: 1px solid #DDDDDD;
	margin: 10px 0px 0px 10px;
}
table#formTable td {
	padding: 5px;
	border-bottom: 1px solid #DDDDDD;
	border-top-color: #DDDDDD;
}
table#formTable th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: normal;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: top;
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
table#formTable caption {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
select#subject, select#g_address1, select#age {
	border: 1px solid #CCCCCC;
	width: 300px;
}
input#name, input#tel, input#email, input#h_address2 {
	width: 300px;
	border: 1px solid #CCCCCC;
}
textarea {
	width: 495px;
	border: 1px solid #CCCCCC;
}
input#contact2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
td#checkBoxData p {
	float: left;
	width: 99px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#formButton {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
#submit {
	color: #FFFFFF;
	background-color: #FB791E;
	width: 68px;
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FCB685;
	border-right-color: #CE5E0F;
	border-bottom-color: #CE5E0F;
	border-left-color: #FCB685;
}
#reset {
	color: #FFFFFF;
	background-color: #898989;
	width: 68px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.notes {
	color: #ee7800;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* CONTACT　ここまで */

