html,body{
	height:100%;
}
BODY {
	background-image: url("img/simoani_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #ff6633; 
	margin:0px;
	padding:0px;
}
@media only screen and (max-width: 767px) {
  body {
    background-image: url(images/background-photo-mobile-devices.jpg);
  }
}
a:hover{
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";

}

.wrapper{
	margin:auto;
	position:relative;
	width:1000px;
	height:100%;
}

.fixed_box{
	width:1000px;
	height:30px;
	z-index:9999;
	position: fixed;  
}
.top_twitter{
	margin-left:655px;
	width:345px;
	height:30px;
}


.simoani_title{
	width:1000px;
	height:150px;
	padding-top:50px;
}
.simoani_youtube{
	margin-top:30px;
}
.main_img{
	width:1000px;
}
.naiyou{
	width:1000px;
}
.otoiwase_anison{
background-color:red;
	width:770px;
	margin:auto;
}
.sougou_top_re{
	margin-top:50px;
	margin-bottom:50px;
	width:1000px;
	height:50px;
}
.copy_right{
	width:1000px;
	height:20px;
	font-weight:bold;
	text-align:center;
}
