#slideshow {
	list-style:none;
}

#slideshow span {
	display:none
}

#wrapper {
	width:595px;
	display:none;
	margin-right: auto;
	margin-left: auto;
}

#wrapper * {
	margin:0;
	padding:0
}

#fullsize {
	position:relative;
	width:595px;
	height:290px;
	background-color: #EFE2C8;
}

#information {
	position:absolute;
	bottom:0;
	width:595px;
	height:0;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70)
}

#information h3 {
	padding:4px 8px 3px;
	font-size:14px
}

#information p {
	padding:0 8px 8px
}

#image {
	width:595px
}

#image img {
	position:absolute;
	z-index:25;
	width:auto
}

.imgnav {
	position:absolute;
	width:25%;
	height:290px;
	cursor:pointer;
	z-index:150
}

#imgprev {
	left:0;
	background-image: url(img/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#imgnext {
	right:0;
	background-image: url(img/right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#imglink {
	position:absolute;
	height:290px;
	width:100%;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40)
}

.linkhover {
	background:url(img/link.gif) center center no-repeat
}

#thumbnails {
	background-color: #EFE2C8;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

#slideleft {
	float:left;
	width:12px;
	height:110px;
	background-color:#000000;
	background-image: url(img/scroll-left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#slideleft:hover {
	background-color:#999999
}

#slideright {
	float:right;
	width:12px;
	height:110px;
	background-color: #000000;
	background-image: url(img/scroll-right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#slideright:hover {
	background-color:#999999
}

#slidearea {
	float:left;
	position:relative;
	width:550px;
	margin-left:10px;
	height:110px;
	overflow:hidden;
}

#slider {
	position:absolute;
	left:0;
	height:110px
}

#slider img {
	cursor:pointer;
}

html {
	overflow: hidden;
}

/*clearFix*/
#contents:after,
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body {
	margin: 0px;
	padding: 0px;
}

