@charset "Shift_JIS";
#slideshow {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: -1000;
}
#slideshow div {
	width: 100%;
	height: 598px;
	overflow: hidden;
	margin: 0 auto;
}
#slideshow div div {
	position: absolute;
}
/*------------------ top_img -------------------------------*/
.bac01, .bac02, .bac03, .bac04, .bac05, .bac06 {
	width: 100%;
	height: 598px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
}
.bac01 {
	background: url(../img/t01.png) top center no-repeat;
}
.bac02 {
	background: url(../img/t02.png) top center no-repeat;
}
.bac03 {
	background: url(../img/t03.png) top center no-repeat;
}
.bac04 {
	background: url(../img/t04.png) top center no-repeat;
}
.bac05 {
	background: url(../img/t05.png) top center no-repeat;
}
.bac06 {
	background: url(../img/t06.png) top center no-repeat;
}

#slideshow .h_tnav {
	width: 333px;
	height: 29px;
	overflow: hidden;
	position: absolute;
	top: 417px;
	right:23px;
	z-index: 10000;
}
#slideshow .h_tnav ul {
	width: 343px;
	overflow: hidden;
}
#slideshow .h_tnav ul li {
	width: 8px;
	height: 8px;
	float: left;
	display: inline;
	padding-left: 7px;
}
#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;
}
#top_wrap a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
