@charset "utf-8";
/* CSS Document */


h2 {
	font-weight: bold;
	padding-top: 30px;
}



#topMenu {
	padding-bottom: 10px;
	zoom: 1;
}

#topMenu:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

#counterArea {
	float: left;
	width: 200px;
}

#counter img {
	padding-right: 1px;
}


#music {
	width: 66px;
	float: right;
	background: url(../images/music.jpg) no-repeat left 23px;
}

#music p {
	float: left;
	padding-left: 35px;
	padding-top: 3px;
}

#news dl dd {
	margin-left: 6em;
	zoom: 1;
}

#news dl dt {
	clear: left;
	float: left;
}
#news dl dd a {
	text-decoration: underline;
	color: #333;
}
#news dl dd a:hover {
background-color:#9CA7DF;
color:#FFFFFF;
}