@charset "utf-8";
h1 {
	font-size: 200%;
	line-height: 2em;
	color: #333333;
	font-family: "微軟正黑體";
	font-weight: bold;
}
h2 {
	font-size: 180%;
	line-height: 2.6em;
	font-weight: bold;
	color: #505050;
}

p {
	margin-bottom: 15px;
}

#head {
	background-image: url(../images/haedBg.jpg);
	height: 165px;
	color: #FFF;
	min-width: 1200px;
	width: 100%;
}
#head #top {
	height: 30px;
	margin-right: auto;
	width: 1160px;
	margin-left: auto;
	text-align: right;
}
#head #top #lan {
	position: relative;
	width: 120px;
	z-index: 250;
	left: 1040px;
}
#head #top #lan li > a{
	font-family: Raleway, sans-serif;
	color: #CCC;
	text-decoration: none;
	padding-top: 9px;
	font-size: 95%;
	padding-bottom: 5px;
	display: block;
	text-align: center;
}
#head #top #lan li > a:hover {
	color: #FFF;
	font-weight: bold;
}
#head #top #lan li ul{
	width: 120px;
	text-align: center;
	position: absolute;
	display: none;
}
#head #top #lan li:hover ul {
	display: block;
}

#head #top #lan li ul > li a{
	text-decoration: none;
	display: block;
	padding-top: 9px;
	background-color: #333;
	color: #CCC;
	font-family: "微軟正黑體", Arial;
	font-size: 95%;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #525252;
}
#head #top #lan li ul > li a:hover {
	color: #FFF;
	background-color: #404040;
	font-weight: normal;
}


#head #headLogo {
	padding-top: 14px;
	padding-bottom: 14px;
	margin-left: auto;
	width: 1160px;
	margin-right: auto;
}
#head #mainbtn {
	margin-right: auto;
	margin-left: auto;
}
#head #mainbtn #lv1 {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#head #mainbtn #lv1 > li {
	float: left;
}
#head #mainbtn #lv1 > li > a{
	text-decoration: none;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	display: block;
	padding-right: 40px;
	padding-left: 40px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0071BC;
	border-left-color: #0D97D3;
	line-height: 2.9em;
}
#head #mainbtn #lv1 > li:hover > a {
	background-color: #FFF;
	color: #06C;
}

.clear {
	clear: both;
}

#head #mainbtn #lv1 li .lv2 {
	background-color: #FFF;
	position: absolute;
	display: none;
	margin-left: 1px;
	min-width: 173px;
	box-shadow: 0px 2px 5px #666;
	z-index: 500;
}
#head #mainbtn #lv1 > li:hover .lv2 {
	display: block;
}
#head #mainbtn #lv1 li .lv2 li a {
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	padding-right: 22px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DEDEDE;
	color: #06C;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.6em;
}
#head #mainbtn #lv1 li .lv2 li:hover > a{
	background-color: #DDF5FF;
}
#head #mainbtn #lv1 li .lv2 li a:active {
	background-color: #C6E8FF;
}
#head #mainbtn #lv1 li .lv2 li {
	position: relative;
}
#head #mainbtn #lv1 li .lv2 li > .lv3{
	position: absolute;
	background-color: #FFF;
	display: none;
	box-shadow: 0px 0px 5px #666;
	top: 0px;
	width: 380px;
	left: 290px;
}

#head #mainbtn #lv1 li .lv2 > li:hover .lv3 {
	display: block;
}
#head #mainbtn #lv1 li .lv2 > li .leftMargin {
	margin-left: 30px;
	width: 250px;
}

#bannerArea {
	position: relative;
}
#bannerArea #shadow_top {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	height: 15px;
	width: 100%;
	position: absolute;
	z-index: 200;
}
#bannerArea #banner {
	width: 1160px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
#bannerArea #banner .example-pager  {
	text-align: center;
	height: 25px;
}
#bannerArea #banner .example-pager span  {
	font-size: 50px;
	display: inline-block;
	letter-spacing: 0.1em;
	color: #CCC;
}
#bannerArea #banner .example-pager span.cycle-pager-active {
	color: #0186D1;
}

#content {
	font-family: 'Raleway', sans-serif;

	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
	padding-top: 20px;
	padding-bottom: 90px;
	line-height: 1.9em;
}
#content .textBox {
	margin-right: 20px;
	margin-left: 20px;
	line-height: 2em;
}
#content .pageTitle {
	font-family: 'Raleway', sans-serif;
	font-size: 170%;
	color: #0186D1;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#content .lefe {
	float: left;
	margin-left: 20px;
}
#content .lefe > img {
	padding: 5px;
	border: 1px solid #D6D6D6;
}



#content .right {
	float: right;
	width: 850px;
	margin-right: 30px;
}


#foot {
	font-family: 'Raleway', sans-serif;
	background-color: #333333;
	color: #FFF;
	line-height: 1.8em;
	min-width: 1160px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

#f_content {
	width: 1160px;
	margin-right: auto;
	margin-left: auto;
}

#f_content .declare {
	width: 580px;
	float: left;
}
.textBold {
	font-weight: bolder;
	color: #934900;
	font-size: 110%;
}
.blue {
	color: #008FF9;
}


.imgfloat_right {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.imgfloat_left {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
