@charset "utf-8";

#loader {
	font-family: "Times New Roman", Times, serif;
	width: 300px;
	text-align: center;
	font-size: 14px;
	color: #efefef;
	margin-top: 250px;
	line-height: 40px;
	font-style: italic;
	height: 327px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#bar {
	width: 300px;
	height: 2px;
	border:1px solid #efefef;
	padding: 1px;
	margin-top: 10px;
	font-size: 1px;
	}
#bar span {
	display: block;
	width: 0px;
	height: 2px;
	background: #efefef;
	}





/*スライドショー*/





#cycle-wrapper {
	position: relative;
	width: 960px;
	height: 450px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sliderholder-cycle {
	width: 960px;
	height: 450px;
	overflow: hidden;
	background:transparent;
	margin-bottom: 0px;
		margin-top: 0;
/*	-moz-box-shadow: 0px 1px 3px #8e8e8e;
	-webkit-box-shadow: 0px 1px 3px #8e8e8e;
	box-shadow: 0px 1px 3px #8e8e8e;
*/}
.slidernav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slidernav a {
	cursor: pointer;
	background-color: #cbcbcb;
	overflow: hidden;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	text-indent: -99999px;
	display: inline-block;
}
.slidernav a:hover, .slidernav .activeSlide {
	background-color: #8c8c8c;
}
.sliderprev, .slidernext {
	display:block;
	width:35px;
	height:35px;
	background:url(../style/images/slider-arrows.jpg) no-repeat;
	text-indent:-9999px;
	border:0;
	cursor: pointer;
	position: absolute;
	/*-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 0px 1px 2px #888;
	box-shadow: 0px 1px 2px #888;
*/}
.slidernext {
	background-position: right top;
	right: -60px;
	top: 46%;
}
.slidernext:hover {
	background-position: right bottom;
}
.sliderprev {
	background-position: left top;
	left: -60px;
	top: 46%;
}
.sliderprev:hover {
	background-position: left bottom;
}
