@charset "utf-8";
/* CSS Document */

a:link, a:visited{color:#0066CC;}
#top-panel{
	width:180px;
	float:right;
	font-size:12px; 
	color:#555555;
	background:#fff;
	border-bottom:3px solid #cc0000;
	border-left:3px solid #cc0000;
	padding:14px 20px;
	text-align:right;
}
#sub-panel{
	text-align:center;
}
#sub-panel a{
	width:150px;
	height:28px;
	float:right;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:30px;
	font-weight:bold;
	background:url('sub.png') no-repeat top;
}
#sub-panel a span{
	padding:6px;
	display:block;

}
strong{color:#000000;}