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

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

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

#top_range{
	padding-right: 2%;
	padding-left: 2%;
	min-height: 50px;
	background-color: hsla(0,0%,99%,1.00);
}

#index_menu_range{
	min-height: 50px;
	background-color: #000000;
	color: #FFFFFF;
	z-index: 5000;
	-webkit-box-shadow: 0px 3px 3px hsla(0,0%,0%,0.27);
	box-shadow: 0px 3px 3px hsla(0,0%,0%,0.27);
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}

#menu_range{
	min-height: 50px;
	background-color: #5B89C7;
	color: #FFFFFF;
	z-index: 5000;
	-webkit-box-shadow: 0px 3px 3px hsla(0,0%,0%,0.27);
	box-shadow: 0px 3px 3px hsla(0,0%,0%,0.27);
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}

#banner_range{
	margin-top: -16px;
	z-index: 4000;
	position: relative;
}

#index_content_range{
	
}

#index_content_range img{
	display:block;
}

#content_range{
	overflow: hidden;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 30px;
	padding-bottom: 30px;
}

#left_page{
	width: 74%;
	min-height: 750px;
	float: left;
	margin-right: 5%;
	font-size: 16px;
	border-right: 1px solid #828282;
}

#right_link{
    width: 18%;
    min-height: 500px;
    padding: 1%;
    float: right;
    
}

#down_range{
    min-height: 100px;
    background-color: #5B89C7;
    color: #FFFFFF;
    padding: 2%;
    font-size: 16px;
}
