@charset "utf-8";
/* CSS Document */

*{ margin: 0; padding: 0; }
body{
	position: relative !important;
	background-image: url(bg.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: center top !important;
}
img{
 border:none;
}
#top{width:100%; height:40px; margin:0 auto;}


#footer{
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.footerStyle{
	position: absolute;
	margin-left: -200px;
	left: 50%;
}

#wraper{
}

#main{
	width: 950px;
	margin: 0 auto;
}

#visual{
	width: 1200px;
	height: 633px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#secondary_visual{
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sub{
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.btnABC{
    position: absolute;
    width: 950px;
    height: 426px;
    top: 0px;
    left: 50%;
    margin-left: -466px;
    z-index: 9999;
    cursor: pointer;
}

.pointer{
	background-image:url(pointer.png);
	width:160px;
	height:400px;
	position:fixed;
	left: 50%;
	margin-left:470px;
	z-index:999;
	display: none;
	bottom: 100px;
	cursor:pointer;
}
#btnAs{
	position: absolute;
	width: 160px;
	height: 45px;
	bottom: 0px;
	left: 0px;
}
#btnBs{
	position: absolute;
	width: 160px;
	height: 40px;
	bottom: 46px;
	left: 0px;
}
#btnCs{
	position: absolute;
	width: 160px;
	height: 40px;
	bottom: 86px;
	left: 0px;
}
#btnDs{
	position: absolute;
	width: 160px;
	height: 40px;
	bottom: 126px;
	left: 0px;
}
#btnEs{
	position: absolute;
	width: 160px;
	height: 40px;
	bottom: 166px;
	left: 0px;
}
#btnFs{
	position: absolute;
	width: 160px;
	height: 194px;
	bottom: 206px;
	left: 0px;
}
/* 圓點滑動選單 */
#menu{
	position: fixed;
	top: 20%;
	left: auto;
	right: 7%;	
}
.menu{
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #a99386;
	margin: 15px;
	cursor: pointer;
	text-indent:22px;
	font-size: 15px;
	line-height: 15px;
}
.dotlabel{
	width: 100px;
	height: 20px;
	border-radius: 0;
	display: none;
	margin-left: -90px;
	color: #a99386;
	font-family: Geneva, Arial, Helvetica, sans-serif, "微軟正黑體";
}
.menu:hover{
	background-color: #a99386;
}
.menuhover{
	background-color: #a99386;
}


/* Slide配置相關樣式 */
.slideshow{
	position: relative;
	width: 950px;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
}
.slideshow-slides{
	height: 100%;
	position: absolute;
	width: 100%;
}
.slideshow-slides .slide{
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: -1px;
	top: 2px;
}
.slideshow-slides .slide img{
	position: absolute;
	left: 50%;
	margin-left: -410px;
}

/* 左右箭頭圖示 */
.slideshow-nav a,
.slideshow-indicator a {
	overflow: hidden;
}

.slideshow-nav a{
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 40%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -22px;
	text-decoration: none;
	font-size: 30px;
	line-height: 36px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;

}

.slideshow-nav a.prev{
	margin-left: -430px;
	text-indent: 8px;
}

.slideshow-nav a.next{
	margin-left: 430px;
	text-indent: 10px;
}

.slideshow-nav a.disabled{
	display: none;
}

/* 圓點樣式 */
.slideshow-indicator{
	top: 410px;
	height: 84px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}

.slideshow-indicator a{
	text-indent: -999px;
	display: inline-block;
	text-decoration: none;
}

.slideshow-indicator a:first-child{
	background: url('portfolios-1.jpg');
	width: 130px;
	height: 147px;
	top: 416px;
	left: 0;
	margin-left: 0px;
	margin-right: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.slideshow-indicator a + a{
	background: url('portfolios-2.jpg');
	width: 130px;
	height: 147px;
	top: 416px;
	left: 0;
	margin-left: 0px;
	margin-right: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.slideshow-indicator a + a + a{
	background: url('portfolios-3.jpg');
	width: 130px;
	height: 147px;
	top: 416px;
	left: 0;
	margin-left: 0px;
	margin-right: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.slideshow-indicator a.active{
	cursor: default;
	opacity: 1;
	filter: alpha(opacity=100);
}
