@charset "utf-8";

/* =======================================

	CommonElements

======================================= */


#slideshow {
	width: 600px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#slideshow div {
	width: 600px;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
	width: 600px;
}

/*サムネイルを横一列並びに仕様変更*/
#slideshow ul li {
	width: auto;
	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;
	width: 600px;
}



/* index03.html
--------------------------- */
#slideshow02 {
	margin: 0 auto;
	width: 400px;
	text-align: left;
	position: relative;
}
#slideshow02 div {
	width: 400px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#slideshow02 div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow02 ul {
	bottom: 10px;
	right: 0;
	width: 240px;
	position: absolute;
	z-index: 100;
}

#slideshow02 ul li {
	width: 60px;
	float: left;
	display: inline;
}

#slideshow02 .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow02 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow02 ul {
	display: inline-block;
	overflow: hidden;
}
