body{ background-image : url(../img/mokume.jpg);
      background-attachment : fixed;
      font-family: 'Shippori Mincho', serif;
      width : 1250px ;
      margin :auto ;
}
nav li{ display : block;
        width : 400px;
        float : left;
        margin : auto ;
}
nav a{ color : white;
       background-color : maroon;
       display: block;
       line-height : 2.0em ;
       padding : 6px 0px;
       text-align : center;
       border-left : 1px solid white;
       text-decoration : none;
}
nav a:hover{
  background-color : pink;
}
.gohuhu{ width : 1255px ;
         height : 400px ;
         overflow : hidden;
         margin :0px ;
}
.topic{ background-color : #d9cb65 ;
        border : ridge 10px #bdb76b ;
        border-width : 0px 0px 10px;
        font-size : 38px ;
        margin : 0px ;
}
.naiyo{ display : block ;
        background-color : #e9e1a5 ;
        margin : 30px;
        padding : 50px ;
        font-size : 20px ;
}
.gaikan{ width : 430px ;
         float : right ;
         position : relative;
         bottom :60px ;
         left : 30px ;
}
.coramu{ float : right ;}
#bottom{ font-size : 20px ;
         text-align : right ;
}
hr{ border-color : black ;}
.top{ width : 1250px ;
          height : 400px ;
          overflow : hidden;
          margin :0px ;
          position : relative ;
          border : solid 3px black ;
}
em{ background-color : #e9e1a5 ;
}
.title{ position : absolute;
        top : 85px ;
        left : 570px ;
       color : white ;
       background-color : 
       text-align : center;
       font-size : 30px;
}
span{ font-size : 18px ;}
.ryouri{padding : 10px 4px 0px ;
          border-radius : 20px ;
}
.tate{ width : 200px ;
         float : right ;
         position : relative;
         bottom :80px ;
         left : 30px ;
}
table{ margin : auto;
}
caption{ font-size : 30px ;
         padding : 20px 0px 5px ;
}
th{ background-color : #e79530 ;
}
td{ background-color : #efc476 ;
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


 
.fadeUpTrigger{
    opacity: 0;
}
