@charset "utf-8";
* {
	margin: 0px;
	padding:0px;
	line-height:1.1;
}
body {
	background-image: url(img/body-back.jpg);
	background-repeat: repeat-x;
}
#center {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#center #header {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#center #car-1 {
	padding-bottom: 10px;
	text-align: center;
	margin-top: -260px;
}
#center #movie {
	background-image: url(img/movie-back.png);
	width: 960px;
	height: 1270px;
	text-align: center;
	padding-top: 320px;
	margin-top: -30px;
}
#center #movie #movie1{
	margin-bottom: 50px;
}
#center #movie h2 {
	color: #00687E;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}
#center #movie p {
	padding-left: 150px;
	padding-right: 151px;
	font-size: 14px;
	line-height: 140%;
	color: #764200;
}



#center #enquete-form {
	background-image: url(img/form-back.jpg);
	width: 960px;
	height: 1040px;
	text-align: center;
	padding-top: 260px;
}
#center #enquete-form #mailform {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.mailform tr th {
	width: 480px;
	float: left;
	border-style: none;
	text-align: left;
	font-size: 16px;
	color: #A24B00;
	padding-bottom: 8px;
}
tr th span {
	font-size: 11px;
	color: #FF1619;
	padding-left: 10px;
}

.mailform tr td {
	width: 470px;
	float: left;
	border-style: none;
	text-align: left;
	padding-bottom: 25px;
	font-size: 14px;
	line-height: 160%;
	padding-left: 10px;
}
#enquete-form #mailform #submit-box {
	padding-top: 80px;
	text-align: center;

}
tr #submit-box input {
	width: 230px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,222,107,1.00) 0%,rgba(255,166,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,222,107,1.00) 0%,rgba(255,166,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,222,107,1.00) 0%,rgba(255,166,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,222,107,1.00) 0%,rgba(255,166,0,1.00) 100%);
	color: #370000;
	height: 35px;
	font-size: 16px;
}
tr td textarea {
	width: 460px;
	height: 80px;
}


#center #footer {
	background-image: url(img/footer-back.jpg);
	width: 960px;
	height: 70px;
	padding-top: 30px;
}

#center #footer a {
	width: 130px;
	height: 45px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
