@charset "utf-8";
/* CSS Document */

body{ 
	font-family:微軟正黑體,Microsoft JhengHei,Arial, Helvetica, sans-serif;
	margin: 0 auto; 
    *margin: 0px auto;
    _margin: 0px auto;
	overflow-x:hidden;
}
.model{ 
	position: relative; 
	width:100%;
	height:auto;     	 
	border:0px solid #999;
    text-align: center;
} 

/*桌機*/
@media (min-width: 1024px) {

	
	
	
	
#bg{
	width:100%;
	height:15230px;
	position:absolute;
	top:0px;
	left:0px;
}
#bg_line01{
	width:100%;
	height:5px;
	position: absolute;
	top:92px;
	background: #fef2e2;
}
#bg_footer{
	width:100%;
	height:30px;
	position: absolute;
	top:15200px;
	background: #f5a200;
}



#main{
    position: absolute;
    left:50%;
    margin-left:-480px; 
	height:15230px;
	width:960px;
    border:0px solid #999;
	z-index: 1;
	text-align: left;
}

#main img{border: 0px;}
#main a{
    color:#727171;
    text-decoration:none;
}
/*
#main img:hover{
	 transform: scale(1.02);
}*/
#main a:hover{
	 color:#66b62e;
}
/*#main a:hover{ 
    -webkit-opacity: 0.8;  
    -moz-opacity: 0.8;  

    -khtml-opacity: 0.8;  
    opacity: .8;  
    filter:alpha(opacity=80);  

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80); 
}*/



#s01{
	width:100%;
	height:100px;
	background: url('../images/top.png');
	position:absolute;
	top:0px;
}
#menu01,#menu02{
	width:170px;
	height:23px;
	position:absolute;
	top:32px;
	padding: 12px 0 0 30px; 
}
#menu01{	
	left:527px;
	width:250px;
}
#menu02{	
	left:727px;
	width:250px;
}
#menu01:hover,#menu02:hover{
	background:  url('../images/menu_dot.png');
	background-repeat: no-repeat;
}




#w01{
	width:880px;
	height:15050px;
	position:absolute;
	top:130px;
	left:50%;
	margin-left: -440px;
}
#w01 img{width:100%;}
#w01 img a{border:0px;}






#footer{
    position: absolute;
    top:15200px;
	height:30px;
	width:960px;
	text-align: center;
}


	
	
	
}