@charset "utf-8";
/* CSS Document */

/*--------------------
 Container
--------------------*/

nav {
	background: url(../../images/news/mainimage.jpg) no-repeat center 25px;
	height: 175px;
}
#main h2 {
	margin-bottom:40px;
}

/*---------------------
NEWS_INDEX
-----------------------*/
body#newsindex .newsbox {
	clear:both;
	border-bottom:dashed 1px #ECBA0F;
	margin-bottom:20px;
	padding-bottom:20px;
	zoom: 1;
}
body#newsindex .newsbox:after {
 content: '';
 display: block;
 clear: both;
 overflow: hidden;
}

	body#newsindex .newsbox p.newsdate {
		float:left;
		width:90px;
		padding-left:20px;
		background:url(../../images/news/news_icon.gif) no-repeat left center;
	}
	body#newsindex .newsbox dl {
		float:left;
		width:595px;
	}
	body#newsindex .newsbox dl dt {
		font-size:140%;
		font-weight: bold;
		margin-bottom: 10px;
	}	
	body#newsindex .newsbox dl dt a {
		color: #333;
		text-decoration: none;
	}	
	body#newsindex .newsbox dl dt a:hover {
		text-decoration: underline;
	}	
	body#newsindex .newsbox dl dd {
		line-height: 1.4;
	}	
	body#newsindex .newsbox dl.useimg {
		width:450px;
	}
	body#newsindex .newsbox p.newsthumb {
		float:right;
		width:125px;
	}
body#newsindex #pagenav {
	height: 35px;
	padding-top:15px;
	clear:both;
}
body#newsindex #pagenav #prevlink {
	float: left;
}
body#newsindex #pagenav #nextlink {
	float: right;
}


/*---------------------
NEWS_DETAIL
-----------------------*/
#newsdetail .newspost {
	padding: 0 30px;
}
#newsdetail .newspost h2 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(../../images/news/botline.gif) left bottom repeat-x;
	font-size:150%;
	color:#EB7F19;
}
	.newspost p.newsdate {
		margin-bottom: 10px;
	}
	#newsdetail .newstxtare {
		float:left;
		width:370px;
		line-height: 1.6;
	}
	#newsdetail .newstxtare_noimg {
		line-height: 1.6;
	}
	#newsdetail .etclink,
	#newsdetail .pdflink{
		margin-top:10px;
	}
	#newsdetail .newsimg{
		float:right;
		width:255px;
	}
#newsdetail #pagenav {
	height: 35px;
	padding-top:30px;
	clear:both;
	text-align:right;
}
