#news_table {
	width: 100%;
	padding: 5px;
}
#news_table td{
	padding: 5px;
}
#news_table , #news_table tr , #news_table td {
	border: solid 1px #000000;
}
.pagination {
	text-align:center;
}
.pagination span {
	padding: 5px;
}
.center{
	text-align:center;
}
a{
	text-decoration:none;
}

#keyword_table {
	width: 100%;
	padding: 5px;
}
#keyword_table td{
	padding: 5px;
}
#keyword_table , #keyword_table tr , #keyword_table td {
	border: solid 1px #000000;
}

.AD {
  margin: 0px auto;/*div對齊效果*/
  text-align: center;/*display: inline對齊效果*/
}

.AD div {
  display: inline-block;/*讓div並排*/ 
  vertical-align: top;/*就算個個div行數不同，也一律向上對齊*/ 
  width: 320px;
  height: 150px;
  border-radius:3px;margin: 2px;
}