@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg-1.jpg);
}
header {
	width: 1200px;
	margin: 0px auto;
	height: 250px;
	padding-top: 21px;
	padding-right: 30px;
	padding-left: 71px;
	padding-bottom: 30px;
	background-color: rgba(30,35,117,0.69);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(255,255,255,1.00);
	font-family: "微軟正黑體 Light", "Noto Sans TC", Arial;
	letter-spacing: 2px;
}
p {
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	font-size: 13pt;
	color: rgba(75,75,86,1.00);
	font-family: "微軟正黑體 Light", Lato;
	font-weight: bold;
	line-height: 1.6em;
	text-align: justify;
	text-indent: 2em;
}
img {
	border: 10px solid rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0 15px rgba(0,0,0,0.49);
	box-shadow: 0px 0 15px rgba(0,0,0,0.49);
	border-radius: 12px;
	float: left;
	margin-right: 31px;
	margin-bottom: 0px;
}


body header h1 {
	font-size: 36pt;
	margin-bottom: 16px;
}
body header h2 {
	font-size: 14pt;
	color: rgba(241,255,19,1.00);
	font-weight: lighter;
}
body header hr {
	width: 300px;
	margin-left: 0px;
}
#main aside {
	width: 30%;
	height: 650px;
	background-color: rgba(255,210,211,0.89);
	float: right;
}
#main article {
	width: 70%;
	height: 650px;
	background-color: rgba(255,248,212,0.88);
	float: left;
	padding-top: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: rgba(213,53,56,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(40,213,20,1.00);
	text-decoration: none;
}


#main section {
	width: 100%;
	height: 100px;
	background-color: rgba(255,158,0,0.72);
	clear: both;
}
footer {
	width: 1200px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: rgba(0,0,0,0.82);
}
#main aside ul {
	padding-left: 60px;
	padding-top: 29px;
	font-size: 15pt;
	line-height: 1.7em;
	color: rgba(66,70,143,1.00);
	font-family: "微軟正黑體 Light", Lato;
	font-weight: bold;
}




#main {
	width: 1200px;
	margin: 0px auto;
	height: 570px;
	background-color: rgba(33,170,53,0.75);
}
