@charset "utf-8";
@import url("reset.css") ;  /*CSS原設定歸零*/

body{
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
}

h1{}

h2{}

p{}

#WRAPPER{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
 /*------------------上部-----------------*/
#TOP_01{
	margin-left:600px;
	margin-top:0px;
	height:20px;
	width:400px;
	text-align: right;
}

#TOP_01 ul{
	

}

#TOP_01 li{
	
	padding-top:5px;
	margin-left:8px;
	font-size:12px;
    list-style-type:none;
	float:right;
}

#TOP_01 li a{
	color:#666;
	display:block;
	text-decoration:none;   /*去底線*/
	letter-spacing:1px;     /*字間*/
}
#TOP_01 li a:hover{
	color: #F90;
}





 /*------------------選單-----------------*/
#MENU{
	height:100px;
	text-decoration:none;   /*去底線*/
}



#apDiv{
	position:absolute;
	top:0px;
	z-index:1;
	}

#MENU ul{
	margin-right:10px;
}

#MENU li {
	color:#666;
	padding:6px;
	margin-top:25px;
	margin-left:35px;
	font-size:20px;
	float:right;
	height:35px;
	display:block;
	line-height:1.2;
	}
	
#MENU li:hover {
	color:#CCC;
	}
	
.txt_li{
	font-size:12px;
	color:#999;
	}



 /*------------------廣告-----------------*/
#BANNER{
	 height:400px;
	 background-color:#0C9;
}
 /*------------------區塊-----------------*/
#CONTENT{
	background-repeat: no-repeat;
	width:1000px;
	height:200px;
}

#CONTENT .BOX{
	 float:left;
	 width:250px;
	 height:200px;
	 margin-top:10px;
	 margin-bottom:10px;
}
 /*------------------內頁區塊-----------------*/
#CONTENT_02{
	background-repeat: no-repeat;
	width:1000px;
}
 /*------------------內表格DIV-----------------*/
#TABLE_DIV{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding:50px;

}

 /*------------------新知與分享-----------------*/
#CONTENT .BOX .BOX_2{
	padding:0px 0px 5px 10px;
}

#CONTENT .BOX .BOX_2 li{
	display:block;
	width:210px;
	color:#666;
	font-size:14px;
	padding:8px 0px 5px 5px;
	line-height:1.3; 
}
 /*------------------推薦-----------------*/
#CONTENT .BOX .BOX_3{
	padding:0px 0px 5px 10px;
}

#CONTENT .BOX .BOX_3 li{
	display:block;
	width:225px;
	height:45px;
	background-color:#CCC;
	margin:8px 0px 5px 5px;
	line-height:1.3; 
}
 /*------------------創意人----------------*/
#CONTENT .BOX .BOX_4{
	padding:0px 0px 5px 20px;
}

#CONTENT .BOX .BOX_4 li{
	display:block;
	float:left;
	width:45px;
	height:63px;
	background-color:#CCC;
	margin:8px 6px 5px 3px;
	line-height:1.3; 
}
 /*------------------底部-----------------*/
#FOOTER {	 
     height:80px;
}

#FOOTER p{
	color:#999;
	letter-spacing:2.5px;
	text-align:center;
	font-size:11px;
	padding-top:7px;
    line-height:1.5;
	}
   
