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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: hsla(0,0%,0%,1.00);
	font-family: "微軟正黑體";
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#top_range{
	width: 100%;
	top: 0px;
	position: fixed;
	z-index: 600;
}

#top_search_range{
	background-color: #4A9A4A;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3%;
	padding-right: 3%;
	min-height: 40px;
	overflow: hidden;
}
#top_right_search_range{
	float: right;	
}

#menu_range{
	min-height: 50px;
	background-color: hsla(0,0%,100%,1.00);
	-webkit-box-shadow: 0px 0px 2px hsla(0,0%,56%,1.00);
	box-shadow: 0px 0px 2px hsla(0,0%,56%,1.00);
	width: 65%;
	padding-left: 35%;
}

#logo_range{
	width: 25%;
	margin-left: 5%;
	margin-top: -100px;
	min-width: 280px;
}

#logo_range img{
	border-width: 0px;
	
}

#banner_range{
	margin-top: 7.3vw;
	margin-bottom: 10px;
}

#banner_range img{
	width: 100%;
}

#page_range{
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	overflow: hidden;
	margin-bottom: 10px;
}

#left_menu_range{
	width: 25%;
	margin-right: 2%;
	min-height: 400px;
	float: left;
}


#right_page_range{
	width: 73%;
	min-height: 400px;
	background-image: url(images/bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	background-size: 100% auto;
}

#down_range{
	background-color: #3a3c3a;
	min-height: 200px;
	color: hsla(0,0%,99%,1.00);
}
