/* unitip css */

	#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #555;
	display: none;
	font-family:Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'MS PGothic',sans-serif;
	font-size:0.8em;
	line-height:1.5em;
	list-style:none;
	}
	#unitip ul{
	padding:5px 10px;
	list-style:none;
    border-radius:8px;
	border:4px solid #fcc;
	background-color:#ffefef;
	background-color:rgba(255,230,230,0.9);
    behavior: url(../js/PIE.htc);
	max-width:200px;
	}

	#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0px; 
	left: 0px;
	width: auto;
	display: block;
	padding:15px;
	}
	/*
	#unitippoint { 
		background: url(../img/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../img/TipMid.png) repeat; 
		width: 115px;
		height: auto; 
		padding: 5px 15px;
	}
	
	#unitipcap { 
		background: url(../img/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}
	*/