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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: rgba(215,215,215,1);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#web_range{
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1.00);
	padding-right: 1%;
	padding-left: 1%;
}

#top_range{
	min-height: 100px;	
}

#top_range img{
	display: block;	
}

#menu_range{
	height: 50px;
	background-image: -webkit-linear-gradient(270deg,rgba(66,66,66,1.00) 0%,rgba(35,35,35,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(66,66,66,1.00) 0%,rgba(35,35,35,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(66,66,66,1.00) 0%,rgba(35,35,35,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(66,66,66,1.00) 0%,rgba(35,35,35,1.00) 100%);
}

#marquee_range{
	padding-top: 5px;
	padding-bottom: 5px;
}

#banner_range{
	margin-bottom: 10px;	
}

#page_range{
	min-height: 200px;
	overflow: hidden;
	padding-bottom: 10px;
}

#left_menu_range{
	width: 20%;
	min-height: 200px;
	margin-right: 2%;
	float: left;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	background-image: -webkit-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(84,84,84,1.00) 99.67%);
	background-image: -moz-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(84,84,84,1.00) 99.67%);
	background-image: -o-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(84,84,84,1.00) 99.67%);
	background-image: linear-gradient(180deg,rgba(205,205,205,1.00) 0%,rgba(84,84,84,1.00) 99.67%);
	padding-top: 10px;
	padding-bottom: 10px;
}

#right_page_range{
	float: left;
	width: 75%;
	min-height: 200px;
}

#down_range{
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 10px;
	color: rgba(0,0,0,1.00);
	font-family: Arial,"微軟正黑體";
	font-size: 16px;
}
