@charset "Shift_jis";
@import "common/base.css";
/*===========================================================
  - landscape.css
============================================================*/
#galleryWrap {
	width: 900px;
	height: 500px;
	clear: both;
}

div.slideshow {
	width: 800px;
	position: relative;
	margin: 0 auto;
}
span.image-wrapper {
	position: absolute;
	top: 0;
	left: 50px;
}
div.photo-index {
	float: left;
	height:    20px;
	text-align: left;
	width: 100px;
	font-size: 12px;
	line-height: 1.8em;
	color: #CCCCCC;
	font-family:"Times New Roman", Times, serif;
}
a.next, a.prev {
	display: block;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 15px;
	text-indent: -9999px;
}
a.next {
	right: 20px;
	background: url(../img/common/arrow_right.gif) no-repeat 0;
	background-position: right;
}
a.prev {
	left: 20px;
	background: url(../img/common/arrow_left.gif) no-repeat 0;
	background-position: left;
}