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

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


#web_range{
	width: 100%;
}

#top_range{
	background-color: hsla(0,0%,100%,1.00);
	overflow: hidden;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
	border-bottom: 1px solid hsla(0,0%,89%,1.00);
}

#logo_range{
	width: 15%;
	margin-right: 5%;
	float: left;
}

#lagn_and_menu_range{
	float: left;
	width: 79%;

}

#lang_range{
	margin-bottom: 10px;
	margin-top: 10px;
}

#menu_range{
	min-height: 30px;
	border-left: 1px solid hsla(0,0%,87%,1.00);
	margin-top: 6.5vw;
}


#banner_range{

}

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

#left_news_range{
	width: 25%;
	min-height: 300px;
	background-repeat: repeat-y;
	background-position: right 0%;
	border-right: 1px solid hsla(0,0%,86%,1.00);
	float: left;
	z-index: 10;
}

#right_page_range{
	float: left;
	width: 72%;
	min-height: 300px;
	border-left: 1px solid hsla(0,0%,100%,1.00);
	padding-left: 2%;
}

#down_range{
	background-color: hsla(0,0%,76%,1.00);
	min-height: 100px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/down_bg.png);
	background-repeat: repeat-x;
	background-position: 0% top;
	color: hsla(0,0%,35%,1.00);
}
