f@charset "utf-8";
/*一般設定**************************************************************************/
body, img, p, ul, li, h1, h2, h3, h4, h5, h6, th, dl, dd, dt, b, a, div, ul, li, dl, dt, dd, ol {
	margin: 0px;
	padding: 0px;
	line-height:0;
	list-style-type: none;
}

body {
	padding:0px;
	margin:0 auto 0 auto;
	background-color:#ffffff;
}

#wrapper {
	width:60%;
	height:auto;
	margin:0 20%;
	padding:2% 0;
	float:left;
}
#wrapper h1 {
	width:100%;
	margin:1% 0 2% 0;
	padding:0 0;
	float:left;
	font-family: "微軟正黑體";
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	color: #000;
	text-align:center;
}
#wrapper h2 {
	width:100%;
	margin:1% 0 1% 0;
	padding:0 0;
	float:left;
	font-family: "微軟正黑體";
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
	color: #666;
	text-align:left;
}
#wrapper p {
	width:100%;
	margin:0% 0 2% 0;
	padding:0 0;
	float:left;
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	color: #333;
	text-align:left;
}
#wrapper p a:link {color: #333; text-decoration:underline;}
#wrapper p a:hover {color: #C00;text-decoration:underline;}
#wrapper p a:visited {color: #333; text-decoration:underline;}