@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 150%;
	width: 100%;
	height: 100%;
	/*max-height: 100%;*/
	background:#FFF;
	font-size: 15px;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	color:#0061b1;
	text-decoration:none;
}

br {
	font-size: 0;
	line-height: 0;
}

td {
	font-size: 12px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 150%;
	padding:0 0 15px 0;
}

#mainContainer {
	width:750px;
	height:519px;
	margin:0 auto;
	background:url(../images/bg.jpg) no-repeat top;
	position:relative;
}

h1, h2 {
	font-family: 微軟正黑體, Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	line-height:120%;
	color:#c61c28;
	font-size:22px;
	margin:0 0 25px 0;
}

#language {
	position:absolute;
	top:140px;
	right:0;
	font-weight:bold;
	z-index:10;
	padding: 0 35px 0 0;
}

#language a {
	color:#003383;
}

#language a:hover {
	color:#FF6600;
	text-decoration:none;
}

.nav {
	position:absolute;
	top:250px;
	left:40px;
	font-weight:bold;
	z-index:10;
	padding:0 30px 0 0;
}

.nav div {
	width:100%;
	margin:0 0 15px 0;
	float:left;
}

.nav a{
	float:left;
	text-decoration:underline;
	color:#c61c28;
	font-size: 15px;
	margin:40px 0 0 0;
}

.nav a:hover{
	color:#f31726;
	text-decoration:underline;
}

.nav .toR{
	float:left;
}
