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

body {
	background-color: #1f5700;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#web_range{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	background-image: -webkit-linear-gradient(0deg,rgba(56,130,0,1.00) 0%,rgba(208,237,181,1.00) 72.36%,rgba(104,158,50,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(56,130,0,1.00) 0%,rgba(208,237,181,1.00) 72.36%,rgba(104,158,50,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(56,130,0,1.00) 0%,rgba(208,237,181,1.00) 72.36%,rgba(104,158,50,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(56,130,0,1.00) 0%,rgba(208,237,181,1.00) 72.36%,rgba(104,158,50,1.00) 100%);
	padding-bottom: 2%;
	overflow: hidden;
	}

#top_range{
	}

#banner_range{
	margin-bottom: 10px;	
	}


#menu_range{
	min-height: 40px;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(270deg,rgba(125,159,232,1.00) 0%,rgba(16,24,153,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(125,159,232,1.00) 0%,rgba(16,24,153,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(125,159,232,1.00) 0%,rgba(16,24,153,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(125,159,232,1.00) 0%,rgba(16,24,153,1.00) 100%);
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 24%;
	}
	
#left_img_range{
	width: 25%;
	float: left;
	margin-top: -40px;
	}
	
#right_page_range{
	width: 70%;
	min-height: 500px;
	float: left;
	border-radius: 20px;
	background-color: #FFFFFF;
	margin-top: 2%;
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #000000;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	background-image: url(images/6053257057255.LINE.jpg);
	}

#down_range{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-family: "微軟正黑體";
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
