/* オーバーで吹き出し*/

a.tt {
	position:relative;
	z-index:1;
	color:#39A;
	text-decoration:none;
}
a.tt span {
	display: none;
}
a.tt:hover {
	position:relative;
	z-index:2;
	color:#39A;
	text-decoration:none;
}
a.tt:hover span.tooltip {
	display:block;
	position:absolute;
	top:0;
	left:0;
	padding:0px 0px 0px 0px;
	width:200px;
	color:#FFF;
	font-size:12px;
	line-height:130%;
	text-align:left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
.bubble-title {
	font-size:15px;
	line-height:150%;
}
a.tt:hover span.top {
	display: block;
	padding: 30px 0px 0px 0px;
	background: url(bubble-right.gif) no-repeat top;
}
a.tt:hover span.middle {
	display: block;
	padding: 0px 10px 0px 10px;
	background: url(bubble_filler-right.gif) repeat bottom;
}
a.tt:hover span.bottom {
	display: block;
	padding:0px 0px 10px 0px;
	background: url(bubble-right.gif) no-repeat bottom;
}
