﻿

 #normal  li ul{
        display: none;
  }
   #normal li:hover ul{
         display: block;
   }
  .dropmenu{
      *zoom: 1;
      list-style-type: none;
      width:900px;
      margin:0 auto;
      padding:5px;
	
  }
   .dropmenu:before, .dropmenu:after{
         content: "";
         display: table;
  }
  .dropmenu:after{
        clear: both;
  }
  .dropmenu nav,li{
       position: relative;
       width: 125px;
       float: left;
       margin: 0;
       padding: 0;
       text-align: center;
  }
  .dropmenu nav,li a{
       display: block;
       margin: 0;
       padding: 10px 10px 11px;
       background: #8a9b0f;
       color: #fff;
       font-size: 14px;
       line-height: 1;
       text-decoration: none;
	   text-align: center;
  }
.dropmenu nav,li ul{
          list-style: none;
          position: absolute;
          z-index: 9999;
          top: 100%;
          left: 0;
          margin: 0;
          padding: 0;
  }
  .dropmenu nav,li ul li{
         width: 125px;
		 text-align: center;
		 
  }
  .dropmenu nav,li ul li a{
        padding: 13px 15px;
        border-top: 1px solid #7c8c0e;
        background: #6e7c0c;
        text-align: center;
		
  }
  .dropmenu nav,li:hover > a{
        background: #6e7c0c;
  }
  .dropmenu nav,li a:hover{
        background: #616d0b;
  } 
  
  #slideshow {
   position: relative;
   width:  400px; /* 画像の横幅に合わせて記述 */
   height: 350px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

ul {list-style-type: none;}