/* TOP --------------------*/

#topSwf {
	width:800px;
	height:295px;
	padding-bottom: 25px;
}


.info {
	float: left;
	width: 470px;
	position: relative;
	background: url(../images/top_info_btm.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
.info h2 {
	background: url(../images/top_info_bar.gif) no-repeat;
	height: 33px;
	width: 462px;
	padding: 7px 0px 0px 8px;
}
.info .archive {
	position: absolute;
	left: 355px;
	top: 8px;
}
.info .archive a {
 display:block;
	width:108px;
	height:25px;
	background: url(../images/top_info_arc.gif) no-repeat 0px 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
.info .archive a:hover {
 display:block;
	width:108px;
	height:25px;
	background: url(../images/top_info_arc.gif) no-repeat -108px 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
.info dl {
	width: 428px;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	padding: 20px 20px 0px;
}
.info .dotline {
	margin: 10px 0px;
	height: 1px;
}
.info .date {
	font-weight: bold;
	color: #999999;
	display: block;
	float: left;
	width: 100px;
}
.info .hl {
	font-size: 110%;
	font-weight: bold;
	color: #fb8813;
	float: right;
	width: 325px;
	display: block;
	margin: -2px 0px 3px;
	padding: 0px;
}
.info .txt {
	clear: both;
	width: 325px;
	padding-left: 103px;
}
.topMenu {
	float: right;
	width: 305px;
	display: block;
}
.topMenu li {
	width: 305px;
	margin-bottom: 10px;
	display: block;
	font-size: 0px;
	line-height: 0px;
}

