@charset "utf-8";
/*
=========================================

ツールチップ用定義

=========================================
*/

div.baloon {
	color: #ffffff;
	font-size: 12px;
	padding: 10px;
	background: #000000;
	position: absolute;
	margin-bottom: 20px;
	/*filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
}
div.baloon:after {
	content: '';
	position: absolute;
	border-top: 10px solid #000000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: -9px;
	left: 5px;
}
div.baloon a {
	color: #ffffff;
	text-decoration: underline;
	margin-right: 10px;
}
