@charset "UTF-8";
/* CSS Document */

/*レイアウト*/

html, body{
  margin:0px; padding:0px;
  height:100%;
}


/*html { 
  background:url(../images/bkgd2.gif) no-repeat center bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

body{
	background-color:#FDF5EC;
	
}

#bodywrap{
	background:url(../images/bkgd2.gif) no-repeat center bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:98%;
}

#container{
	border-top:1px solid #FDF5EC;
	height:100%;
}

#headwrap{
	width:100%;
	background:rgba(252,245,235,0.4);
}

#header{
	width:1000px;
	height:100px;
	margin:50px auto 0 auto;
	
}

#logo{
	width:300px;
	height:100px;
	float:left;
}

#navi{
	width:700px;
	height:100px;
	float:right;
}

#visualwrap{
	width:100%;
}

#visual{
	width:1000px;
	height:400px;
	margin:50px auto;
}

#footer{
	width:100%;
	height:30px;
	margin:0 auto;
	position:absolute;
    bottom:0;
}






/*navi部分*/

#navi ul{
	margin-left:300px;
}

#navi ul li{
	float:left;
}



 /*visual部分*/

#anime1{
	font-size:30px;
	color:#2A0D0A;
	text-align:center;
	padding-top:150px;
}


/*footer部分*/

#footer_inner{
	width:1000px;
	height:auto;
	margin:10px auto;	
}

#copy{
	text-align:right;
	font-size:12px;
	color:#2A0D0A;
	margin-bottom:20px;
}