/*CSS1--defult*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
	min-height:1%; /* for IE 7 */
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}
img a{
	margin: 0px;
	padding: 0px;
}
a{
	color:#333333;
	text-decoration: none;	
}
a:hover {
	color: #1b72b5;
	text-decoration: none;	
}

body{
	font-family: "微軟正黑體", "Microsoft JhengHei", "Century Gothic";	
	width: 100%;
	margin: 0 auto 0 auto;
	font-size:14px;
	color:#333333;
}
ul,li{
	list-style-type: none;	
}
#page-wrap ul li{
	margin: 0 10px 10px 0 !important;
}
h1{
	font-size: 24px;
	color: #333333;
	padding:0;
	margin:0;
	font-weight: normal;
}
/*defult end*/

/*CSS2--header*/
#publ_cont_bg{
	width: 100%;
	height:auto;
}
#publ_cont{
	margin:0 auto 0 auto;
}

/*CSS3--font style*/
.publ_tit_site a{
	color: #333333;
	text-decoration: none;	
}
.publ_tit_site a:hover{
	color: #ff6100;
	text-decoration: none;	
}
/*font style end*/

/*title*/
#publ_ctnBg{
	float: left;
	width: 100%;
	margin-bottom:20px;
	min-width: 1200px;
	min-height: 850px;
	height: auto;
	background-image: url(../../../images_new/body_bg.png); 
	background-image: url(../../../images_new/body_bg.png) \9; /*IE*/
	background-repeat: repeat-x;
}
#publ_ctn{
	width: 1180px;
	margin:0 auto 0 auto;
	padding-left:20px;
}
#publ_ctn_tit{
	float: left;
	background-image: url(../../../images/tit_line.png);
	background-repeat: repeat-x;
	width: 100%;
	padding-left:20px;
	background-position:0 109px;
	height: 40px;
	padding-top:74px;
}
.publ_ctn_site{
	color: #333333;
	font-size: 14px;
	float: right;
	padding:0px;
	margin-bottom:30px;
	line-height: 14px;
}
.publ_ctn_minorTit{
	color:#333333;
	font-size:20px;
	margin-bottom:40px;
	font-weight: bold;
}
/*title end*/

/*CSS4--MainContent-*/
.publ_ctn_main{
	width:1180px;
	/* height: 600px; */
	float:left;
}
.publ_ctn_slidebarBg{
	float: left;
	width: 100%;
	margin-bottom:50px;
	height: auto;
	overflow:hidden;
	background-image: url(images/publ_ctn_slidebarBg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	border-top:1px solid #e3e3e3;
	min-width: 1200px;
}
.publ_ctn_slidebar{
	width:1200px;
	height: 500px;
	margin:0 auto 0 auto;
	padding-top:80px;
}
/*content end*/

