@charset "utf-8";
/* CSS Document */
div#akdMain {
	width:100%;
	background:#FFF;
}
div.akdMain {
	min-height:700px;
	height:auto !important;
	height:700px;
}
div#akdMainWindows {
	float:left;
	width:800px;
}
div#announBottom {
	width:100%;
	height:4px;
	background:url(../../resources/images/announ_s.jpg) repeat-x;
}

div#newsLatest5 {
	/*float:right;*/
	
	margin:20px 0px;
}
div.newsLatest5 {
	width:177px;
	height:290px;
	
}
div#newsLatest5 li {
	margin-left:20px;
	list-style-type:disc;
	background-position:right bottom;
}

div#neighbor {
	margin:10px 0px;
	border:1px #CCC dashed;
}
div#neighbor div.neighbor {
	margin:2px;
	padding:4px 0px 4px 20px;
	background-position:left center;
}
div#preNews {
	background:url(../../resources/images/pre_atc.jpg) no-repeat;	
}
div#nextNews {
	background:url(../../resources/images/next_atc.jpg) no-repeat;
}
div#corporationNews {
	min-height:350px;
	height:auto !important;
	height:350px;
	margin:28px 0px;
	padding:0px 10px;
}
div.article {	
}
div#newsTitle {
}
div#corporationNews h1.newsTitle {
	padding:4px;
	font-size:14px;
	font-weight:bolder;
	border-bottom:1px #CCC dotted;
}
div#corporationNews h1.newsTitle a {
	color:#09C;
}
div#corporationNews h1.newsTitle a:link,div#corporationNews h1.newsTitle a:visited {
	color:#09C;
}
div#corporationNews h1.newsTitle a:hover,div#corporationNews h1.newsTitle a:active {
	color:#0CF;
}
 
div#corporationNews span.clickCount {
	float:right;
}
div#newsDetails {
	margin:5px 0px;
	padding-top:20px;
	background:url(../../resources/images/details_bg.jpg) no-repeat;
}
div#newsDetails p {
	margin:10px 0px;
	line-height:140%;
}
div#newsDetails p strong {
	color:#C60;
}
