@charset "utf-8";
/* CSS Document */

.news {
}
.news .pageNav {
	display: none;
}
.news .columnLeft {
	width: 226px;
	padding-left: 4px;
	padding-top: 20px;
}
.news .columnRight {
	width: 726px;
	padding-top: 20px;
}

.news .columnMain {
	display: none;
}
.news .mainContent_bg02 {
	min-height: 700px;
	_height: 700px;
}
.newsListBox {
	min-height: 300px;
	_height: 300px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	width: 696px;
	padding-right: 30px;
}
/*.pageText {
	width: 680px;
	margin-bottom: 20px;
}*/
.newsItemBox {
	background-image: url(../templates/images/icon_01.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width: 681px;
}
.newsTime {
	float: left;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.newsTitle {
	float: left;
	width: 610px;
}
.newsTitle a {
	color: #333;
	display: block;
}
.newsTitle a:hover {
	color:#65A233;
}
.newsTextBox {
	padding-right:30px;
	width: 676px;
	padding-left: 20px;
}
.newsTextBox .ImgBox{
  border: 1px solid #666666;
  float: left;
  margin: 5px 10px 10px 0px;
  padding: 4px;
  vertical-align: middle;
}
.newsTextBox .DateBox{
  color: #666666;
  font-family: verdana;
  height: 30px;
}
