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


/* ---------- container ---------- */
#container{margin:0 auto;
	width:940px;
	padding:0;
	overflow: hidden; 
    position: relative;
	}
	
	
#newsimg{
	position:absolute;
	margin-top:37px;
	margin-left:10px;
	}	


#newstxt{
	position:absolute;
	margin-top:37px;
	margin-left:55px;
	}	
	
	

	
#main{
	margin-top:26px;
	overflow:hidden;
	}

#mainimg{
	z-index:1;
	background-color:#000000;
	width: 940px;
	height: 360px;
	overflow: hidden;
	position: relative;
	}
	
#pager{
	margin:30px 0 45px 442px;
	}

#pager a{
	display:block;
	float:left;
	width:3px;
	height:3px;
	padding-right:15px;
    text-align: center;
    text-decoration: none;
	background-image:url(../imgs/pager_off.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}

#pager a.activeSlide{
	background-image:url(../imgs/pager_on.gif);
	}
	
	
	

	
#topics{
	margin-top:0px;
	}
				
			
#topics .topics-detial{
	width:156px;
	float:left;
	margin-right:40px;
	}

#topics .topics-detial p{
	font-size:84%;
	line-height:150%;
	margin:10px 0 0 0 ;
	}

#topics .topics-detial-end{
	width:156px;
	float:left;
	}
		 
#topics .topics-detial-end p{
	font-size:84%;
	line-height:150%;
	margin:10px 0 0 0 ;
	}


#topics .topics-ttl{
	width:156px;
	margin:16px 0 0 0;
	border-bottom:solid 1px #cccccc;
	}



