@charset "UTF-8";
.news-list {
	line-height: 30px;
		width: 670px;
	border-collapse:collapse;
}
.n-list-cont {
	margin-bottom: 10px;
	background-image: url(../images/img-bad.gif);
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}

.n-title {
	margin-bottom: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.news-list tr td {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	width: 15%;
}
.news-list tr th a {
	color: #535353;
	text-decoration: none;
}
.news-list tr th a:hover {
	color: #D7001D;
}
.news-list th{
	width: 71%;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
}
.ta_03 {
	width: 15%;
	text-align: center;
}
.news-foot a img {
	vertical-align: middle;
	margin-right: 15px;
	margin-left: 15px;
	
}
.news-foot {
	font-size: 13px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-foot a {
	color: #2870B8;
	font-size: 13px;
	text-decoration: none;
}

.news-foot a:hover {
	color: #D7001D;
	font-size: 13px;
	text-decoration: underline;
}
.news-footer2 {
	background-image: url(../images/n-main-bg_04.jpg);
	background-repeat: no-repeat;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	font-size: 13px;
}
.news-footer2 a {
	color: #06F;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.news-footer2 a:hover {
	color: #DE0015;	
}
.news-content {
	min-height: 200px;

	_height:expression(this.scrollHeight < 200 ? "200px" : "auto");/*ie6支援min-height*/
	background-image: url(../images/n-main-bg_02.jpg);
	background-repeat: repeat-y;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-header {
	background-image: url(../images/n-main-bg_01.jpg);
	background-repeat: no-repeat;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	padding-bottom: 30px;
	padding-left: 20px;
	display: block;
	background-position: left bottom;
}
