@charset "UTF-8";

/*------------------------------------------------
top
--------------------------------------------------*/
#topimage img{
	display:block;
	margin:0 auto;
}


#topimage {
	width: 100%;
	overflow: hidden;
	background: url(../img/top-photo-back.png) repeat center top;
}


#slideshow {
	
	width:100%;
	text-align: left;
}
#slideshow div {
	width:100%;
	height: 556px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#slideshow div div {
		position: absolute;
}

/*------------------/add  -------------------------------*/
#slideshow .h_tnav {
	width: 90px;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top:630px;
	left: 50%;
	z-index: 10000;
	margin-left: -45px;
}
#slideshow .h_tnav ul {
	width: 90px;
	overflow: hidden;
}
#slideshow .h_tnav ul li {
	width: 8px;
	height: 8px;
	float: left;
	display: inline;
	
	margin-left: 5px;
	margin-right: 5px;
}
#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;
}
