@charset "utf-8";

/* =======================================
	メイン画像用CSS
======================================= */

#slideshow {
	margin: 0;
	width: 699px;
 	text-align: left;
}
#slideshow div.sss {
	width: 699px;
	height: 560px;
	overflow: hidden;
	position: relative;
}
#slideshow div.sss div {
	top: 0px;
	position: absolute;
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	サムネイル画像用CSS
======================================= */

.box {
	LEFT: 0px;
	TOP: 500px;
	OVERFLOW: hidden;
	width: 699px;
	POSITION: absolute;
	HEIGHT: 150px;
	margin: 0px;
	padding: 0px;
}
.box UL {
	LEFT: 1px;
	MARGIN: 0px;
	padding: 0px;
	width: 740px;
	POSITION: absolute;
	TOP: 1px;
	HEIGHT: 150px;
	margin-left:-20px;
}
.box LI {
	padding:0px;
	LIST-STYLE-TYPE: none;
	HEIGHT: 150px;
	float:left;
	margin-left:20px;
}


/* =======================================
	プリロードJS用 CSS
======================================= */

#loader {
    font-family: "Arial Black", Gadget, sans-serif;
    margin: 100px auto;
    font-size: 20px;
	color: #333;
	text-align: center;
}
#load-text {
	color: #C00;
}
#bar {
	width: 300px;
	height: 2px;
	border:1px solid #333;
	padding: 1px;
	margin: 10px auto;
	font-size: 1px;
}
#bar span {
	display: block;
	width: 0px;
	height: 2px;
	background: #999;
	margin: 0 auto;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
}
