@charset "UTF-8";
@media screen, projection {
	body {margin: 0; }

	div.nf_counter {margin: 2px auto; position: relative; width: 178px; height: 174px; border: 1px solid #dfe2d1; background-color: #f7f9ed; }
	.nf_counter div.border-top {position: absolute; font-size: 0; width: 180px; height: 3px; top: -3px; left: -1px; background: url("../img/border-top180.png") no-repeat top left; }
	.nf_counter div.border-bottom {position: absolute; font-size: 0; width: 180px; height: 3px; bottom: -3px; left: -1px; background: url("../img/border-bottom180.png") no-repeat top left; }
	.nf_counter div.banners {margin: 7px 5px 0 7px; }
	.nf_counter div.content {margin: 3px 5px 0 7px; }
	.nf_counter div.content-left {width: 110px; }
	.nf_counter img.pic {float: right; }
	.nf_counter img.logo {margin-bottom: 10px; }
	.nf_counter img.counter {margin-top: 3px; }
	
	.nf_counter div.box {border-top: 1px #cbccc4 dotted; margin: 3px 5px 5px 0; padding-top: 2px; }
	.nf_counter div.hr {border-top: 1px dotted #cbccc4; margin: 4px 0; }

	.nf_counter p {font: 12px/16px Tahoma, serif, SansSerif, Monospace; margin: 0; }
	.nf_counter p.green {color: #669801; }
	.nf_counter p.small {font-size: 10px; }

	.nf_counter a {
		font: 12px/16px Tahoma, serif, SansSerif, Monospace;
		color: #773875;
		margin: 0;
		padding: 4px 15px 3px 0;
		font-weight: bold;
		text-decoration: none;
		background: url("../../common/img/icon_link.gif") no-repeat center right;
	}
	.nf_counter a:hover {text-decoration: underline; }
}