/* 
　Webカウンター用のCSS
*/

div#webcounter{
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}

/*Webカウンターの領域のCSS*/
div#webcounter div{
	width:7px;	/*カウンタ画像の幅*/
	height:10px;	/*カウンタ画像の高さ*/
	float:left;	/*横並び*/
}

/*カウンタ画像の指定（0-9)*/
div.cnum-0{
	background-image:url(../img-counter/0.gif);
	background-repeat: no-repeat;
}
div.cnum-1{background-image:url(../img-counter/1.gif);background-repeat: no-repeat;}
div.cnum-2{background-image:url(../img-counter/2.gif);background-repeat: no-repeat;}
div.cnum-3{background-image:url(../img-counter/3.gif);background-repeat: no-repeat;}
div.cnum-4{background-image:url(../img-counter/4.gif);background-repeat: no-repeat;}
div.cnum-5{background-image:url(../img-counter/5.gif);background-repeat: no-repeat;}
div.cnum-6{background-image:url(../img-counter/6.gif);background-repeat: no-repeat;}
div.cnum-7{background-image:url(../img-counter/7.gif);background-repeat: no-repeat;}
div.cnum-8{background-image:url(../img-counter/8.gif);background-repeat: no-repeat;}
div.cnum-9{background-image:url(../img-counter/9.gif);background-repeat: no-repeat;}


