body {
background-color: #000000;
width:40%;
margin-right: auto;
margin-left : auto;
}

img {
    width: 100%;
    height: auto;
}

.top {
width: 95%;
	height: auto;
	border:1px solid #000;
}

table {
  table-layout:fixed;
  width: 100%;
  hight: 100%;
  color: skyblue;
  }

table th{          /*thに対して*/
  color:#c0c0c0;   /*文字色*/ 
}

/*掲示板*/
.animtext {
margin : 0 auto;
width : 100%;
font-size : 16px;
text-align : center;
overflow : hidden;
}
.animtext ul{
margin:0;
display : inline-block;
padding-left: 100%;
white-space : nowrap;
line-height : 1.2em;
animation : scrollanimtext 55s linear infinite;
}
.animtext ul li{
display:inline;
margin:0 100px 0 0;
}
.animtext ul li:nth-child(1){
font-weight:bold;
}
.animtext ul li:nth-child(2){
color:#ff1493;
}
.animtext ul li:last-child{
color:#ff1493;
margin:0;
}
@keyframes scrollanimtext{
0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}





.footer {
        width:100%;
	height: 30px;
	border:1px solid #000;
        font-size:13px;
        color:#ffffff;
        text-align:center;

}


