@charset "Shift_JIS";
/*
 * Style Name  : Yamamr-Anex
 * Last Update : 2009-02-19
 * Author      : Shigekazu Uchida
 */


/* 01:SLIDESHOW
-------------------------------------------------- */

#slide-wrapper {
  margin: 0 0 5px 0;
}

#slide {
  width: 600px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: transparent none;
}

#slide h4 {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
  display: block;
  padding: 0 16px 0 0;
  text-decoration: none;
  font-weight: normal;
  font-size: 77%;
  color: #ffffff;
  background: transparent url(../img/ui/slideshow_icon_right.gif) no-repeat 100% 50%;
}
#slide h4.slideTitleOn {
  background: transparent url(../img/ui/slideshow_icon_left.gif) no-repeat 100% 50%;
}

#slide dl {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 97;
  top: 0;
  right: 0;
  overflow: hidden;
  background: transparent none;
}
#slide dt, #slide dd {
  margin: 0;
  padding: 0;
  width: 260px;
}
#slide dt {
  margin: 40px 0 10px 0;
  padding: 0 20px 0 0;
}
#slide dd {
  margin: 0;
  padding: 0 20px 0 0;
  line-height: 1.6;
  font-size: 100%;
  color: #ffffff;
}

#slide ul {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 98;
  bottom: 10px;
  right: 10px;
}
#slide li {
  display: inline;
  list-style-type: none;
  padding-left: 10px;
  font-size: 100%;
}
#slide li a {
  /*color: #ffffff;*/
  color: #FFFF00;
}

#slideshow {
  width: 100%;
  height: 100%;
}


/* 02:GALLERY
-------------------------------------------------- */

#gallery-wrapper {
  margin: 0 0 10px 0;
}
#gallery {
  width: 600px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: transparent none;
}

#galleryshow {
  width: 100%;
  height: 100%;
}

.loading {
  background: url(../img/ui/loading.gif) center no-repeat;
}

.galleryshowThumbnail {
  outline: none;
}
.galleryshowThumbnail img {
  padding: 4px;
  border: 1px solid white;
}
a:hover..galleryshowThumbnail img {
  padding: 4px;
  border: 1px solid #cccccc;
}
.current img {
  padding: 5px;
  border: 1px solid red;
}
.outline {
  border: 1px solid orange;
  z-index: 0;
  position: absolute;
}

#thumbnails {
  /*width: 130px;
  float: left;*/
}