@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img,  strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
{
	font-size: 100%;
	vertical-align: baseline;
}
body {
	font-family: Arial, Helvetica, sans-serif, "細明體", "新細明體";
	margin: 0px;
	padding: 0px;
}
h1 {
	margin-top: 0px;
	font-size: 1.5em;
	color: #005784;
	display: block;
	margin-bottom: -1px;
}
h2 {
	font-size: 0.875em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 2em;
}
h3 {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0.3em;
	color: #005784;
}
a {
	outline: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited {
	color: #005784;
	text-decoration: none;
}
a:hover {
	color: #0089A1;
	text-decoration: underline;
}
p {
	font-size: 0.75em;
	color: #7E7EA9;
	margin-top: 0px;
	margin-bottom: 0.875em;
	line-height: 1.2;
}
#wrapper {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#head {
}

#language {
	float: right;
}
#language ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 2px;
}
#language li {
	float: left;
	margin-right: 30px;
}
#info {
	margin-top: 110px;
	margin-bottom: 25px;
}
#brand {
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
	border: 1px solid #dddddd;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 33px;
	padding-left: 35px;
}
#brand ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.8125em;
}
#brand li {
	float: left;
	margin-right: 41px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#brand li.last {
	margin-right: none;
}

#footer {
	margin-top: 0.875em;
	color: #7E7EA9;
}

.hc {
	color: #A7A7A7;
	float: left;
	font-size: 0.7em;
}
.hc a {
	color: #A7A7A7;
	text-decoration: none;
}
.hc a:link, hc a:visited {
	color: #A7A7A7;
	text-decoration: none;
}
.hc a:hover {
	color: #FF0033;
	text-decoration: underline;
}
.copyright {
	float: right;
	font-size: 0.75em;
}

.clean {
	clear: both;
}
