@charset "utf-8";
/* CSS Document */


#image_box
	{
	position:relative;
	z-index:1;
	width:25px;
	height:25px;
	background:url(images/2010/data_num.png);
	font:"Courier New", Courier, monospace;
	font-size:12px;
	text-align:center;
	}

#num_box
	{
	position:absolute;
	top:5px;
	z-index:1;
	width:25px;
	height:25px;
	color:#000000;
	}

