@charset "UTF-8";
/* CSS Document */

body{
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	background-size: cover;
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    
}
a:active {
    text-decoration: none;
}

#top_range{
	background-color: hsla(200,60%,50%,0.70);
	margin-top: -21px;
}

#logo_range{
	width: 28%;
}

#menu_range{
    width: 68%;
    height: 50px;
    margin-left: 32%;
    margin-top: -50px;
}

#banner_range{
  
 
}

#banner_range img{
    display: block;   
}

#page_range{
	min-height: 500px;
	background-color: hsla(0,0%,100%,0.40);
	color: hsla(0,0%,29%,1.00);
	font-family: "微軟正黑體",Arial;
}

#down_range{
	background-color: hsla(204,100%,50%,0.80);
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	min-height: 100px;
	color: hsla(0,0%,100%,1.00);
	font-family: "微軟正黑體",Arial;
}

#marquee{
	color: hsla(0,0%,100%,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: hsla(0,0%,92%,1.00);
	}
