@charset "utf-8";
/* CSS Document */

#topic{
	float:left;
	width:587px;

}
#topicBox{
	width:585px;
	height:140px;
	background:url(../img/topicBg.gif) 0 0;
	border:1px solid #2d2d2d;
}
#scrollBox{
	width:565px;
	height:118px;
	overflow:hidden;
	font-size:90%;
	margin:10px 0 10px 10px;
}
	#topicTxt{
		width:540px;
	}
	#topicTxt h3{
		display:block;
		margin:0 0 5px 0;
		background:url(../img/listMark.gif) no-repeat 0 50%;
		text-indent:1.5em;
		font-size:105%;
		font-weight:bold;
		clear:right;
	}
	#topicTxt p{
		margin:0 0 5px 0;
		line-height:1.5em;
	}
	#topicTxt iframe{
		float:right;
		margin:0 0 15px 0;
	}
#spec{
	float:right;
	width:223px;
	height:155px;
	margin:0;
	padding:10px;
	background:url(../img/expBg.gif) 0 50%;
	overflow:hidden;
}
	#spec h3{
		margin:15px auto;
		text-align:center;
	}
	#spec ul{
		float:left;
		margin:0 0 0 10px;
		list-style:inside disc;
		font-size:88%;
	}
	#spec p{
		float:right;
		margin:0 5px 0 0;
	}
	
img#flash{
	position:absolute;
	top:303px;
	left:50%;
	margin-left:-200px;
}