@charset "utf-8";

/* import url
--------------------------------------------------------------------------- */
@import url("header.css");
@import url("mp.css");
@import url("leftbg.css");
@import url("rightbg.css");
@import url("footer.css");
@import url("center.css");
@import url("Background.css");

/* Common Settings
--------------------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "Arial Black", "細明體", "新細明體", "標楷體", "微軟正黑體";
	color: #666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.hidden {
	display: none;
	overflow: hidden;
}
img {
	border-width: 0px;
	border-style: none;
}
table {
	border-collapse: collapse;
}
.accesskey {
	margin: 0px;
	padding: 0px;
	display: none;
}
.accesskey a {
	color: #CCC;
	font-size: 12px;
	text-decoration: none;
}
.accesskey a:hover {
	color: #666;
	text-decoration: none;
}
a {
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
b {
	color: #06C;
	padding-right: 5px;
	padding-left: 5px;
}
.submit {
	cursor: pointer;
	font-family: Arial, "Arial Black", "細明體", "新細明體", "標楷體", "微軟正黑體";
	text-align: center;
}
h2 {
	padding: 0px;
	color: #06C;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
img {
	behavior: url(../css/iepngfix.htc);
}

/* Architecture Control
--------------------------------------------------------------------------- */
.wrap {
	width: 920px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
}
#top {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.layout {
	padding: 0px;
	width: 100%;
	background-image: url(../images/table_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.layout tr {
	vertical-align: top;
}
.layout tr td {}
.layout tr .leftbg {}
.layout tr .leftbg .side {}
.layout tr .center {
	margin: 0px;
	padding: 0px;
}

