@charset "utf-8";
*{
	margin:0;
	padding:0;
}
#header {
	background-image: url(../img/head_bg.png);
	background-repeat: repeat-x;
	height: 334px;
	width: 100%;
	padding-top:25px;
}
#head_img {
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
}
#mailf {
	background-image: url(../img/mailbg.png);
	background-repeat: no-repeat;
	height: 262px;
	width: 911px;
	margin-top:50px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
.clr {
	clear: both;
}
body{
	background-image: url(../img/bg.png);
}
#wrapper {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	min-height:1500px;
}
#movie{
	width:853px;
	height:480px;
	margin-right:auto;
	margin-left: auto;
	margin-top: 60px;
}
#mailf_b {
	background-image: url(../img/mailbg.png);
	background-repeat: no-repeat;
	height: 262px;
	width: 911px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	position:relative;
}
.form{
	position:relative;
/*	top:88px;
	right:191px;*/
	width:911px;
	height:253px;
}
/*  .form tr{
	position:relative;
}*/
.form_input{
	height:36px;
	border:#727171 solid 1px;
	width:155px;
	font-size:20px;
}
.nameform{
	position:absolute;
	top:88px;
	right:408px;
}
.mailform{
	position:absolute;
	top:88px;
	right:32px;
}
.submit{
	position:absolute;
	top:140px;
	right:130px;
}
#footer{
	background:#595757;
	height:45px;
	width:100%;
	color:white;
	margin-top:80px;
	padding-top:10px;
	font-size:14px;
	text-align:center;
}
#footer p {
	margin-bottom:10px;
}
/*-----------clearfix-----------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  

.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; } 

 
.clearfix { display: block; }  
/* End hide from IE-mac */  


