/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
/*	font: normal normal 1.1em/15px Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","Osaka";
	display: none;
	text-align: left;
	font-size: 11px;
	line-height:14px;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		cursor:hand;
		top: 0px; 
		left: 0px;
		width: 145px;
		display: block;
	}
	
	#unitippoint { 
		background: url(http://blog.ebifunyai.com/unitip/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(http://blog.ebifunyai.com/unitip/TipMid.png) repeat; 
		width: 125px;
		height: auto; 
		padding:0px 10px;
	}
	
	#unitipcap { 
		background: url(http://blog.ebifunyai.com/unitip/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}
