@charset "utf-8";

/* CSS Document */





#top {
	position: relative;
	width: 1000px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
#top_full {
	width: 100%;
	height: 110px;
	background-image: url(../image/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.numerki {
text-align:center;
}
.numerki a {
background-repeat:no-repeat;
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bolder;
height:21px;
margin-left:5px;
margin-right:5px;
padding-top:5px;
text-align:center;
text-decoration:none;
}
.numerki b {
	background-color:#970101;
	background-position:center center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bolder;
	height:21px;
	margin-left:10px;
	margin-right:10px;
	padding:6px 12px;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:28px;
}

.numerki a:hover {
text-decoration:underline;
}

p a:hover {
text-decoration:none;
}
