#bubble_tooltip{
	width:116px;
	position:absolute;
	display:none;
}

#bubble_tooltip .bubble_top{
	background-image: url(../img/top/bubble_top.gif);
	background-repeat:no-repeat;
	height:12px;
	line-height: 12px;
	display: block;
	background-position: left top;
}
#bubble_tooltip .bubble_middle{
	background-image: url(../img/top/bubble_middle.gif);
	background-repeat:repeat-y;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	padding: 10px 0px 0px;
	line-height: 13px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-size:11px;
	line-height: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#bubble_tooltip .bubble_bottom{
	background-image: url(../img/top/bubble_bottom.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	height:44px;
	position:relative;
	top:-6px;
}

