@charset "utf-8";
body {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}

#top {
	height: 80px;
	width: 1160px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#bannerBox {
	height: 360px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}


#content {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	margin-top: 60px;
	text-align: left;
}

#content #left {
	width: 225px;
	float: left;
}
#content #left  #lefttitle{
	background-image: url(../images/lefTtitleBg.png);
	background-repeat: no-repeat;
	text-align: right;
	color: #FFF;
	font-family: "Times New Roman", "微軟正黑體";
	font-weight: bold;
	line-height: 1.3em;
	height: 45px;
	padding-top: 20px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-size: 14px;
}
#content #right {
	width: 900px;
	float: right;
}
#content #right #rightContent {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7FADD4;
	min-height: 950px;
	padding-top: 25px;
	line-height: 1.5em;
	font-family: "Times New Roman", "微軟正黑體";
	font-size: 13pt;
}
#rightContent > table{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#rightContent > table tr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2B4E6C;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #2B4E6C;
	font-size: 12pt;
}
#rightContent > table tr td{
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #2B4E6C;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2B4E6C;
}
.big  {
	font-size: 140%;
	line-height: 2em;
	font-weight: bold;
	color: #06C;
	font-family: "新細明體";
}
.mainTitle {
	color: #F66;
	font-size: 120%;
	font-weight: bold;
	line-height: 2em;
	margin-left: 25px;
	font-family: "新細明體";
	display: block;
	margin-bottom: 10px;
}


.text_centered {
	text-align: center;
}
.title_bgcolor {
	background-color: #B3CBE1;
	color: #2B4E6C;
}
.title_font {
	font-weight: bold;
	color: #939;

}





#foot {
	background-color: #004894;
	height: 50px;
	margin-bottom: 70px;
	color: #FFF;
	text-align: center;
	line-height: 1.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	position: relative;
}
#foot #adorn{
	z-index: 0;
	height: 300px;
	width: 240px;
	position: absolute;
	bottom: -50px;
	left: 4%;
}



.clear {
	clear: both;
}
.red {
	color: #F00;
}
