/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

html { 
  background: url(../saitam/saitam.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  	background-size: cover;
}


html,body{
margin:0;
padding:0;
font-family: Helvetica Neue, Helvetica, Arial;
color: #fffccc;
height: 100%;
}

#transy{
width: 100%;
height: 100%;
float: left;
background: #08233e;
opacity: 0.8;
filter: alpha(opacity=80);
position: absolute;
z-index: -1;
}

#wrapper{
width: 940px;
margin: 0 auto;
}

.logo{
width: 940px;
float: left;
margin-top: 30px;
margin-bottom: 100px;
}

h1{
text-align: center;
font-size: 150px;
}

h2{
text-align: center;
font-size: 20px;
font-weight: 100;
margin-top: 10px;
}

h2 strong.one{
width: 40px;
height: 1px;
background: #fff;
position: absolute;
margin-left: -50px;
margin-top: 10px;
opacity: 0.5;
filter: alpha(opacity=50);

}

h2 strong.two{
width: 40px;
height: 1px;
background: #fff;
position: absolute;
margin-left: 10px;
opacity: 0.5;
filter: alpha(opacity=50);

margin-top: 10px;
}


.content{
width: 940px;
float: left;
}

.content p{
text-align: center;
}

p.big_text{
font-size: 27px;
margin-bottom: 10px;
}

p.small_text{
font-size: 20px;
}




.form{
width: 485px;
margin: 20px auto 0 auto;
}


.field_content{
background: url(../images/field.png) left top no-repeat;
width: 485px;
height: 54px;
float: left;
}


.field{
width: 365px;
outline: none;
border: none;
background: none;
font-size: 20px;
font-family: Helvetica Neue, Helvetica, Arial;
font-weight: bold;
color: #999999;
height: 54px;
float: left;
padding-left: 20px;
}

.submit{
width: 88px;
height: 45px;
float: left;
margin: 5px 0 0 5px;
outline: none;
border: none;
background: url(../images/okay.png) left top no-repeat;
cursor: pointer;
}

.submit:hover{
background: url(../images/okay.png) left bottom no-repeat;
}

.clear{
clear: left;
clear: both;
margin: 0;
padding: 0;
}

a:link {color: #fffccc; text-decoration:none}
a:visited {color: #fffccc; text-decoration:none}
a:active {color: #fffccc; text-decoration:none}
a:hover {color: #fffccc; text-decoration:none}
