@charset "utf-8";

/* CSS Document */

/* top ------------------------------------------------------------------ */

#top_flash {
	width: 1000px;
	height: 260px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FFF;
}



#top_news_container {
	width: 1004px;
	padding-top: 16px;
	padding-bottom: 17px;
	background-color: #FFFFFF;
}

.top_left01 {
	float: left;
	width:400px;
}

.top_left02 {
	float: left;
	width:167px;	
}

.top_left03 {
	float: left;
	width:60px;	
	padding-left:50px;
}

.top_para01 {
	float: left;
	width: 920px;
}

.top_para02 {
	float: left;
	clear:both;
	width: 920px;
	margin-top: 30px;
}



	
h3#subtitle01  {
	display:block;
	text-decoration:none;
	height: 12px;
	width: 80px;
	font-size:14px;
	font-weight:bold;
}

h3#subtitle02  {
	display:block;
	height: 12px;
	width: 97px;
}


#top_newtopic {
	float: left;
	width:200px;	
}

#top_newtopic a{
	width:200px;
	height:20px;
	display:block;
	float:right;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	background-image: url(../images/top_newtopic.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#top_newtopic a:hover {
	background:url(../images/top_newtopic.gif) no-repeat 0px -20px;
}

#top_news_photo {
	float: left;
	width:400px;
	clear: both;
	font-size:88%;
	padding-bottom:20px;
}

#top_news_photo img{
	float:left;
}
#top_news_photo p{
	margin-left:205px;
}
.top_news_article {
	font-size:77%;
	float: left;
	width:400px;
}

dl.top_news_article dt {
  clear: left;
  float: left;
  padding-bottom: 0.7em;
  width:50px;
}

dl.top_news_article dd {
  padding-bottom: 0.7em;
  margin-left: 70px;
  font-size:12px;
}

