/*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;	
}
h1{
	font-size: 24px;
	color: #333333;
	padding:0;
	margin:0;
	font-weight: normal;
}
/*defult end*/

/*CSS2--header*/
#proj_cont_bg{
	width: 100%;
	height:auto;
}
#proj_cont{
	width: 100%;
}

/*CSS3--font style*/
.proj_tit_site a{
	color: #333333;
	text-decoration: none;	
}
.proj_tit_site a:hover{
	color: #ff6100;
	text-decoration: none;	
}
.proj_ctn_minorTit{
	color:#333333;
	font-size:20px;
	margin-bottom:40px;
	font-weight: bold;
}
.proj_ctn_minorTit2{
	color:#fff;
	font-size:20px;
	margin-bottom:40px;
	font-weight: bold;
}
.proj_ctn_minorTit img, .proj_ctn_minorTit2 img{
	border:0;
	float:right;
}
/*font style end*/

/*CSS4--title*/
#proj_ctnBg{
	float: left;
	width: 100%;
	margin-bottom:50px;
	height:135px;
	min-width: 1200px;
	background-image: url(../../../images_new/body_bg.png); 
	background-image: url(../../../images_new/body_bg.png) \9; /*IE*/
	background-repeat: repeat-x;
}
#proj_ctn{
	width: 1180px;
	margin:0 auto 0 auto;
	padding-left:20px;
}
#proj_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;
}
#proj_ctn_site{
	color: #333333;
	font-size: 14px;
	padding:0px;
	margin-bottom:50px;
	width:100%;
	float:right;
}
/*title end*/

/*plan*/
.proj_ctn_mainBg{
	width:100%;
	float:left;
	background:url(../images/proj_mainBg_l.jpg) left bottom no-repeat, url(../images/proj_mainBg_r.jpg) right bottom no-repeat;
	min-width: 1200px;
	height:600px;
}
.proj_ctn_main{
	width:1180px;
	height:570px;
	margin:0 auto;
	padding:30px 0 0 20px;
}
.proj_main_l{
	width:405px;
	float:left;
	height:545px;
	background:url(../images/proj_main_l.png) center top no-repeat;
}
.proj_main_r{
	width:705px;
	float:left;
	height:525px;
	background:url(../images/proj_main_r.png) center top no-repeat;
	padding:10px 35px;
	line-height:26px;
}
/*CSS9--footer*/
#proj_foot{
	height: 249px;
	width: 1180px;
	background-color: #dadada;
	font-size: 14px;
	color: #333333;
	margin:0px auto 0px auto;
}
.proj_foot_contentBg{
	width: 100%;
	float:left;
	background-color: #dadada;
	border-bottom: 1px solid #cdcdcd;
	margin: 0px;
	padding: 0px;
	min-width: 1200px;
}
.proj_foot_countbar{
	width: 239px;
	float: left;
	background-color: #359be7;
	color: #FFFFFF;
	font-size: 20px;
	border: 1px solid #3290d6;
	margin-left: 5px;
	padding: 0px;
	height:100%;
}
.proj_foot_countbar ul{
	margin:0;
	padding:35px 10px 15px 10px;
}
.proj_foot_countbar li{
	padding:0px 0px 15px 0px;
	list-style-type: none;
	position:relative;
}
.proj_foot_infoSite{
	float: left;
	height: 249px;
	width: 245px;
	padding-left:20px;
}
.proj_foot_infoSite ul, .proj_foot_infoWeb ul, .proj_foot_infoDownload ul, .proj_foot_infoPublish ul{
	margin:5px 0 0 0;
	padding:0;
}
.proj_foot_infoSite li{
	padding-top: 10px;
	line-height: 24px;
	list-style-type: none;
}
.proj_foot_infoWeb{
	float: left;
	height: 249px;
	width: 170px;
	padding-left:20px;
}

.proj_foot_infoWeb li{
	padding-top: 10px;
	line-height: 24px;
	list-style-type: none;
}
.proj_foot_infoDownload{
	float: left;
	height: 249px;
	width: 240px;
}
.proj_foot_infoDownload li{
	padding-top: 10px;
	line-height: 24px;
	list-style-type: none;
}
.proj_foot_infoPublish{
	float: left;
	height: 249px;
	width: 220px;
}
.proj_foot_infoPublish li{
	padding-top: 10px;
	line-height: 24px;
	list-style-type: none;
}
#proj_copyright{
	height: 70px;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #333;
	min-width: 1200px;
}
.proj_w_num{
	font-family: "Century Gothic";
	font-size: 36px;
	
}
.proj_w_infoTitle, .proj_w_infoTitle a{
	font-size: 14px;
	color: #0669b2;
	
}
/*footer end*/
