@charset "utf-8";

    html {
        
    }
    body {
        font-family: Arial,Verdana,Sans-serif;
        font-size: 14px;
        background: url("../images/right.jpg") no-repeat fixed right top #ffffff; margin:0; padding: 0;
        height: 100%;
    }
    body>#wrapper> {
        
   }
   
   body>#wrapper>#container {
        
   }
   
    #wrapper {
        background: url("../images/left.jpg") no-repeat fixed left top; width:100%; margin:0; padding: 0;
        height: auto;
    }

    
    #container {
        
        width: 1162px;
        background: white;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
        height: auto;
        position: relative;
    }
    
    #left {
        float: left;
        width: 971px;
        height: auto;
        background: white;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    
    #sakana img {
        
        width: 600px;
        height: 126px;
        position: absolute;
        top: -8px;
        left: 280px;
        
    }
    
    #nav {
        
        margin-left: 10px;
        
    }
    
    #nav ul {
        overflow: hidden;
    }
    
    #nav ul>li{
        float: left;
        width: 180px;
        position: relative;
        font-size: 13px;
        text-align: center;
        padding: 4px;
        background: #fff;
        margin-right: 1px;
        border-radius: 4px;
        text-shadow: 0 1px 0 #fff;
        
    }
    
    }
    #nav >ul>li:hover {
//        background: #ccc;
    }
    
    #nav  >ul> li> a {
        Z-index: 20;
        color: black;
        text-decoration: none;
        display: block;
        position: relative;
    }
    
    #top {
        
        width: 1142px;
        height: 86px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    
    #top img {
        
        
        
        
        
         
        
        width: 100%;
        
        
    }
    
    
    #container #map {
    
        margin: 0 auto;
        float: left;
        width: 730px;
        height: 667px;
        margin-left: 10px;
        overflow: hidden;
        position: relative;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.7);
    }

    #container #map img {
    
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor:pointer;
    
    }
    #main {
        overflow: hidden;
        margin-bottom: 10px;
    }
    
     #persons {
        position: absolute;
        top: 685px;
        left: -5px;
        width: 730px;
        margin-left: 10px;
        margin-bottom: 10px;
        padding: 5px;
        
        
    }
    
    
    
    .person {
        height: 54px;
        width: 38px;
        cursor:pointer;
    }
    
    .person+.person {
            margin-left: 5px;
        }
    
    #character {
        position: absolute;
        width: 10px;
        height: 10px;
        Z-index: 10;
    }
    
    #character img {
        position: absolute;

        width: 319px;
        height: 450px;
        Z-index: 11;
        
    }

    #sub {
        float: left;
        width: 231px;
        overflow: hidden;
        position: relative;
        
    }
    
    #sub p {
        font-size: 9px;
        padding-top: 8px;
        color: #656464;
    }
    
    #sub p a {
        text-decoration: none;
    }
    
    #pop {
        
        position: absolute;
        
        
        width: 10px;
        height: 10px;
        Z-index: 10;
    }
    
    #pop img {
        position: absolute;
        top: 98px;
        left:560px;
        width: 150px;
        height: 226px;
        Z-index: 11;
        box-shadow: 3px 3px 10px rgba(0,0,0,0.7);
        padding: 2px;
        
    }
    
    #memo {
        position: absolute;
        top: 245px;
        left:530px;
        width: 200px;
        height: auto;
        
        
        
        border-radius: 4px;
        
    }
    
    #Japanese {
        margin-top: 3px;
    }
    
    caption img {
        width: 100%;
    }
    
    #explain {
        position: absolute;
        top: 830px;
        left:746px;
        width: 210px;
        hight: auto;
        border-radius: 4px;
        text-align: left;
        display: none;
    }
    
    #explain #English2{
        padding: 2px 2px 0px 2px;
    }
    
    #explain #Japanese2{
        padding: 2px 2px 0px 2px;
    }
    
    #explain .continue{
        padding-left: 2px;
        
    }
    
    #explain .continue a {
        color: white;
        text-decoration: none;
    }
    
    #explain .continue a:hover {
        color: blue;
    }
    
     #Arrow { 
        position: absolute;
        top: 758px;
        left:717px;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-right: 30px solid rgba(0,0,0,0.4);
        border-bottom: 15px solid transparent;
        
       display: none;
    } 


    #container #map .Circle-box { 
        position: absolute;
        
        width: 50px;
        height: 52px; 
        
        display: none;
    } 
    
    .Circle-box2 { 
        position: absolute;
        
        background:red;
        border-radius: 50%; 
        height: 10px; 
        width: 10px;
        display: none;
    } 
    

    
    .thumbnail {
            width: 26px;
            height: 39px;
            margin: 0 3px;
             box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
            opacity: 0.5;
            cursor:pointer;
        }
        .current {
            opacity: 1.0;
        }
    
    #now {
        width: 57px;
        height: 16px;
        
        background: #C1282D;
        color: white;
        padding: 2px 7px 2px 2px;
        position: absolute;
        top: 35px;
        left: -1px;
        cursor:pointer;
        display: none;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.7);
        border-radius: 0 5px 5px 0;
        border: 1px solid white;
    }
    
    #now a{
        color: white;
        text-decoration: none;
        display: block;
    }
    
    #now:hover {
        background: #DB2E34;

    }
    
    #OldMap {
        
        width: 57px;
        height: 16px;
        background: #0000FF;
        color: white;
        padding: 2px 7px 2px 2px;
        position: absolute;
        top: 8px;
        left: -1px;
        cursor:pointer;
        display: none;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.7);
        border-radius: 0 5px 5px 0;
        border: 1px solid white;
    }
    
    #OldMap:hover {
        background: #6261FF;
    }
    
    #footer {
       color: #8F8E8E;
       
       border-top: 1px solid rgba(0,0,0,0.2);
       margin: 0px 10px;
       padding: 3px;
       text-align: center;
       font-size: 12px;
       clear: both;
    }
    
    #footernav  {
         
         color: #8F8E8E;
         clear: both;
     }
    
     #footernav a {
         text-align: center;
         padding: 3px;
         color: #8F8E8E;
         font-size: 12px;
         text-decoration: none;
         
     }
     
     #footernav a:hover {
         color: #545454;
     }
     
     #footernav a+a {
//         border-left: 1px solid #8F8E8E;
     }

    
    #commercial {
        
        width: 182px;
        height: auto;
        
        
        overflow: hidden;
    }
    
    #commercial>p {
        
        
    }

    #commercial> ul>li {
          
          margin-bottom: 1px;
          
    }
    
    #commercial> ul>li img{
        width: 180px;
        
    }
    
    #usen {
        font-size: 15px;
        color: #656464;
        margin: 10px 5px 20px 10px;
        padding: 3px 3px;
        border-top:1px solid rgba(0,0,0,0.3);
        text-align: left;
    }
    
     #usen >p {
         padding: 0px;
     }
     
      #usen a {
          text-decoration: none;
      }
     
     #usen2 {
        font-size: 15px;
        color: #656464;
        margin: 1px 5px 20px 10px;
        padding: 25px 100px;
        border-top:1px solid rgba(0,0,0,0.3);
        text-align: left;
    }
    
     #usen2 >p {
         padding: 5px;
     }
     
     #usen6 {
        font-size: 15px;
        color: #656464;
        border-top:1px solid rgba(0,0,0,0.3);
        
    }
    
    #post {
        width:580px;
        height: auto;
        margin: 0 auto;
        margin-top: 50px;
        padding-left: 70px;
        padding-right: 30px;
        padding-bottom: 50px; 
        text-align: left;
        border:1px solid rgba(0,0,0,0.3);
        box-shadow: 2px 2px 7px rgba(0,0,0,0.7);
        border-radius: 5px 5px 5px 5px; 
    }
    
    form>input {
        cursor: pointer;
    }
     
     table.form {
         border:1px solid #7777bb; border-collapse:collapse; margin-top:1em;
     }
     
     table.form th,td {
         text-align:left; border:1px solid #7777bb; padding:8px; font-weight:normal;
     }
     
     table.form th {
         background:#cccce6;
     }
     
     table.form td {
         background:#f0f0f0;
     }
     
     .ttl { 
        text-align:left; display:block; padding:2px 5px; margin-top:2em;
        font-size: 18px;
     }
     
     strong.ttm { 
        text-align:left; display:block; padding:2px 5px; margin-top:2em;
        font-size: 14px;
     }
     
     #usen3 {
     
         padding: 15px;
         font-size: 20px;
     }
     
      #usen3 {
          
      }
     
     #usen3 img {
         height: 301px;
         margin: 20px 8px 5px 8px;
     }
     
      #usen3> li {
          float:left;
          margin: 10px;
          text-align: center;
      }
      
       #usen3> li> p{
           font-size: 12px;
           
       }
       
        #usen3> li> p a {
           text-decoration: none;
           
       }
       
       #usen4 {
     
         margin-top: 5px;
         font-size: 20px;
     }
     
      #usen4 {
          
      }
     
     #usen4 img {
         height: 184px;
         margin-right: 14px;
     }
     
      #usen4> li {
          float:left;
          margin: 1px 25px 1px 1px;
          
      }
      
       #usen4> li> p{
           font-size: 11px;
           text-align: left;
       }
       
        #usen4> li> p a {
           text-decoration: none;
           
       }
       
       .edo {
           
       }
    
    h1 {
        font-size: 30px;
        font-weight: bold;
        text-shadow: 0 3px 0 #ccc;
    }
    
    h4 {
        font-size: 25px;
        
    }
    
    h2 {
        font-size: 16px;
        font-weight: bold;
        
    }
    
    h3 {
        font-size: 16px;
    }
    
    .bold {
        font-size: 12px;
        font-weight: bold;
        color: #DB2608;
    }
    
    #Preparation img {
        width: 200px;
    }
    
    #fukidashi {
        position: absolute;
        top: 220px;
        left: 250px;
        
        Z-index: 11;
    }
    
     #fukidashi a {
         text-decoration: none;
     }
    
     .box:hover {
          background: rgba(52,83,48,0.5);
          color: white;
     }
    
    .box {
        position: relative;
        background: rgba(255,255,255,0.5);
        height: auto;
        width: 210px;
        color: black;
        font-size: 17px;
        font-weight: bold;
        padding: 8px;
        margin-bottom: 20px;
        border-radius: 50px;
        display: none;
        
    }
    
    .box a {
        
    }

    .box:before {
        content: '';
        position: absolute;
        background: rgba(255,255,255,0.5);
        height: 20px;
        width: 20px;
        border-radius: 10px;
        bottom: -20px;
        left: 70px;
    }

    .box:after {
        content: '';
        position: absolute;
        background: rgba(255,255,255,0.5);
        height: 10px;
        width: 10px;
        border-radius: 5px;
        bottom: -30px;
        left: 90px;
    }
    
    #edo100 {
        position: absolute;
        top: 100px;
        left:115px;
        width: 500px;
        hight: 200px;
        border-radius: 4px;
        text-align: left;
        display: none;
        
    }
    
    #play {
        width: 180px;
        hight: 300px;
        border-radius: 8px 8px 0 0;
        text-align: center;
        border: 1px solid #0000FE;
        background: #0000FE;
        
        
        color: white;
        
    }
    
    #play p {
        padding: 16px 5px;
        font-size: 12px;
        
    }
    
    #play2 {
        width: 180px;
        hight: auto;
        border-radius:  0 0 8px 8px;
        text-align: center;
        border: 1px solid #0000FE;
        background: rgba(0,0,0,0);
        padding-top: 4px;
        padding-bottom: 8px;
        margin-bottom: 10px;
        color: color;
        
    }
    
    #play2 p {
        padding: 0px;
        font-size: 12px;
        color: #585757;
    }
    
     #play2 p a {
        text-decoration: none;
    }

    #play2 >.Triangle {
        color: #0000FE; 
        font-size: 13px;
    }
    
    #back img {
    display: block;
    width: 40px;
    position: fixed;
    right: 10px;
    bottom: 50px;
}
    

