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

body {
    margin: 0;
    background-color: hsla(0,0%,93%,1.00);
    font-family: Arial,"微軟正黑體";
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

#top_range{
	min-height: 50px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	position: fixed;
	top: 0px;
	color: hsla(0,0%,100%,1.00);
	z-index: 2000;
}

#logo_range{
    width: 30%;
    min-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#menu_range{
    min-height: 50px;
    position: absolute;
    left: 32%;
    width: 68%;
    bottom: 0px;
}

#banner_range{
    z-index: 100;
}

#banner_range img{
    display: block;
    width: 100%;
    height: auto;
}

#content_range{
    min-height: 400px;
    width: 96%;
    padding: 2%;
    font-size: 16px;
    color: hsla(0,0%,38%,1.00);
}

#content_range1{
	min-height: 400px;
	width: 96%;
	padding: 2%;
	font-size: 16px;
	color: hsla(0,0%,38%,1.00);
	margin-top: 120px;
}

#down_range{
    min-height: 60px;
    width: 96%;
    padding: 2%;
    background-color: hsla(0,0%,42%,1.00);
    color: hsla(0,0%,100%,1.00);
}
