@charset "utf-8";
/*TOP PAGE START*/
#topFlash{
	clear:both;
	padding:0px;
}
#topContent{
	padding-top:10px;
}
#topContent p{
	margin:0.5em 0px 0.2em 0px;
}
#topLeft{
	padding:0px 10px 0px 0px;
	width:200px;
	float:left;
}
#topLeft ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#topLeft li{
	padding:1px 0px;
	margin:0px;
}
#ban_center{
	padding:0px;
	margin:0px;
	border-style:none;
}



#topCenter{
	width:340px;
	float:left;
}
#topCenter table{
	font-size:90%;
	width:328px;
}
#topCenter th{
	vertical-align:top;
}
#topRight{
	width:280px;
	float:right;
	padding:0px;
}
#topPickup{
	padding:0px 0px 0px 40px;
}
#topPickup ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#topPickup li{
	margin:0px;
	padding:0px;
	float:left;
	padding:4px 6px;
}
#topPickup li a{
	display:block;
	width:60px;
	height:60px;
	border:1px solid #999;
	filter: alpha(opacity=90);
	opacity:0.9;

}
#topPickup li a:hover{
	border:1px solid #333;
	filter: alpha(opacity=100);
	opacity:1;
}
#topPickupText{
	height:2.5em;
	clear:both;
	font-size:80%;
	padding:0px 10px 0px 50px;
}
/* TOP PAGE END*/