@charset "utf-8";

/* =======================================

	CommonElements

======================================= */

/* index.html / index02.html
--------------------------- */
#slideshow {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
#slideshow div {
	width: 900px;
	height: 335px;
	overflow: hidden;
	position: relative;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
	width: 900px;
/*	padding:7px 0 0 370px;  サムネイル3つ */
/*	padding:7px 0 0 350px;  サムネイル4つ */
	padding:7px 0 0 315px;  /* サムネイル5つ */
/*	padding:7px 0 0 280px;  サムネイル6つ */
/*	padding:7px 0 0 245px;  サムネイル7つ */
}

#slideshow ul li {
	width: 50px;
	padding-right:10px;
	float: left;
	display: inline;
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
}

