@charset "utf-8";


html {
		min-height: 100%; /* html要素をウィンドウサイズにフィットhttp://dresscording.com/blog/responsive/	background-size.html */
		background-color:#ffffff;
	 	/* background:url('images/bg6.jpg') no-repeat center;背景画像をhtml要素に表示 */
    	background-size:cover; /* 背景画像をhtml要素にフィット */
}


body{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background-color:#ffffff;
 	background:url("../img/bg01.png") repeat;	
}


#wrapper {
	width:100%;
	height:auto;
	margin:auto;
}


header{
	width:100%;
	height:auto;
	background-color:#c1c1c1;
	margin-left:auto;
	margin-right:auto;
	text-align:cente
}	


main{
	width:100%;
	height:auto;
	margin:0;
}



.scroll {
  margin     : auto;
  width      : 90%;
  font-size  : 260%;
  line-height: 1em;
  text-align : center;
 /*border     : 1px solid #666;*/
  color      : #ffffff;
 /* background : #fff;*/
  overflow   : hidden
}


.scroll span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 2em;
  animation   : scrollAnime_s1 50s linear infinite;
}


@keyframes scrollAnime_s1{
    0% { transform: translateX(0);    color: #ffffff}
  100% { transform: translateX(-100%);color: #ffffff}
}


/*scroll_s1

.scroll_s1 {
  margin     : auto;
  width      : 90%;
  font-size  : 260%;
  line-height: 1em;
  text-align : center;
  border     : 1px solid #666;
  color      : #000000;
  background : #fff;
  overflow   : hidden;
}
.scroll_s1 span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 2em;
  animation   : scrollAnime_s1 5s linear infinite;
}
@keyframes scrollAnime_s1{
    0% { transform: translateX(0);    color : yellow}
   25% { transform: translateX(-25%); color : blue  }
   50% { transform: translateX(-50%); color : green }
   75% { transform: translateX(-75%); color : black }
  100% { transform: translateX(-100%);color : red   }
}*/



/*.scroll_s2 {
  margin     : auto;
  width      : 90%;
  font-size  :260%;
  line-height: 1em;
  text-align : center;
  border     : 1px solid #666;
  color      : #000000;
  background : #fff;
  overflow   : hidden;
}
.scroll_s2 span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 2em;
  animation   : scrollAnime_s2 3s linear infinite;
}
@keyframes scrollAnime_s2{
    0% { transform: translateX(0);    color: red  }
   20% { transform: translateX(-20%); color: white}
   40% { transform: translateX(-40%); color: red  }
   60% { transform: translateX(-60%); color: white}
   80% { transform: translateX(-80%); color: red  }
  100% { transform: translateX(-100%);color: white}
}*/



.xlixview{
	padding:10px;
	width:50%;
	height:0px;
	border:0;	
	margin:10px;	
}


.atable{
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
}


.end{
	padding:0px;
	clear:both;
}


footer{
	position: fixed;
	_position: absolute; 
	bottom: 0;
	width: 100%;
	padding: 1px 10px;
	background: #aaaaaa;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
	color:#ffffff;
}


p{
	color:#ffffff;
	font-size:16px;
}


.space{
    width:100%;
	height:560px;
}

.space1{
    width:100%;
	height:230px;
}


.space2{
    width:100%;
	height:120px;
}


.space9{
    width:100%;
	height:30px;
}



