body {
	margin		: 0px;
	padding 	: 0px;
	font-size	: 14px;
	color		: #666666;
	line-height : 170%;
	font-family	: "微軟正黑體", sans-serif;
}

img {
	border	: 0px;
}

input, textarea {
	font-size : 16px;
}

.center {
	position	: relative;
	margin-left : auto;
	margin-right: auto;
}

.content {
	position : relative;
	width : 100%;
	background-color : #f2f2f2;
}

.container {
	position : relative;
	width : 900px;
	background-color : white;
}

.font-title {
	font-size : 16px;
	font-weight : bold;
	color : #003a77;
}

.title_hr {
	color : #003a77;
	width : 260px;
}

a:link, a:visited, a:hover, a:active { color: white; text-decoration: none; }
a.url:link, a.url:visited, a.url:hover, a.url:active { color: #366e87; text-decoration: none; }