html{
	min-height: 100%;
	position: relative;
}

body{
	background: #202020 url("../image/background.gif") top center fixed;
	background-size: 120px;
	margin: 0;
}

#slideshow {
   position: relative;
   width: 100%; /* 画像の横幅に合わせて記述 */
   height: 200px; /* 画像の高さに合わせて記述 */
   margin: 0px;
   overflow: hidden;
}

#slideshow img {
  width: 100%;
  position: absolute;
  top: 50%;
  left:0;
  /*z-index: 8;
  opacity: 0.0;*/
  z-index: 10;
  opacity: 1.0;
  transform: translateY(-50%);
}

/*
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
*/

#main{
	height: auto;
}

#header {
    position: relative;
}

#title {
    position: absolute;
    top: 25px;
    color: #e0ffbc;
    background: rgba(111, 74, 37, 0.68);
    z-index: 514;
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0.8em 0 0.8em 0;
    font-size: 200%;
    text-align: center;
    font-family: serif;
}
