@charset "UTF-8";

.t-news {
	border-collapse:collapse;
	width: 100%;
}
.n_head {
	margin-bottom: 10px;
}
.t-news th {
	text-align: left;
	font-weight: normal;
}
.t-news td{
	text-align: center;
}
.t-news thead td,.t-news thead th{
	background-image: url(../images/news_img_20.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
}
.t-news th,.t-news td{
	padding:3px;
}
.t-news tbody td,.t-news tbody th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
.t-news tbody tr th a {
	color: #333;
	text-decoration: none;
}
.t-news tbody tr th a:hover {
	color: #36A9F2;	
}
.n_foot {
	background-image: url(../images/sadow-down.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 12px;
	font-weight: bold;
	color: #F60;
	font-size: 13px;
}
.n_foot img{
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}
.n_foot a {
	color: #666;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.n_foot a:hover {
	color: #65BAF1;
	text-decoration: none;
}
.n_head ul {
	list-style-type: none;
	font-size: 13px;
	color: #000;
	padding-bottom: 10px;
}
.n_head ul li b {
	margin-right: 6px;
}
.n-content {
	min-height: 280px;
	_height:expression(this.scrollHeight < 280 ? "280px" : "auto");/*ie6支援min-height*/
	_overflow:auto;
	border: 6px solid #E8E8E8;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
