@charset "utf-8";
/* CSS Document */
img{border:0;}
img {vertical-align: bottom;}      
body {
	margin: 0;
	padding: 0;
}

#top{
 	background-color: #000;	
	width:100%;
	top: 0;
}
.header{
	display: block;
	text-align: center;
	background-color: #e9edef;
	background-position: center center;
	}

.section_01{
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
.section_02{
	width: 100%;
	text-align: center;
	background-color: #ef856d;
}
.icon{
	width:1000px;
	height: 170px;
	text-align: center;
	margin: 0 auto;
	}
.icon ul{
	display:inline-block;
	}

.icon ul li{
	display:block;
	width:170px;
	padding:10px;
	list-style-type:none;
	float:left;
	}
	
.icon ul li h3{
	font-size:20px;
	color:#4D4D4D;
	font-family:"微軟正黑體";	
	margin:0;
	}
.icon ul li span{
	font-size:15px;
	color:#4D4D4D;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	}
	
.icon ul li a{
	text-decoration: none;  
	margin-top:-10px;
	}
.icon ul li:hover{
	margin-top:10px;
	}	
		
.icon ul li h3:hover{
	text-decoration: none;  
	color:#fff;  
	}
.span_15{
 font-size:15px;
 color:#3F3F3F;	
font-family:"微軟正黑體",Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;	
}
.span_20{
 font-size:20px;
 color:#fff;	
font-family:"微軟正黑體",Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;	
}

.clear{
	clear:both;
	}
.style-Bottom{
	diaply:block;
	padding: 10px;
	font-size: 12px;
	font-style: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
	background-color:#000;
}
#gotop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 83px;
	height:86px;
	background-image: url(images/top.png);
}
#gotop:hover{
	background-image: url(images/top-over.png);
     }
