#tt {
	position: absolute;
	display: block;
	clear: both;
	overflow: hidden;
}

#tttl {
	width: 9px;
	height: 11px;
	background: transparent url(../image/tooltip/bubble_tl.png) no-repeat;
	float: left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/tooltip/bubble_tl.png', sizingMethod='scale');
}

#ttt {
	height: 11px;
	background: transparent url(../image/tooltip/bubble_t.png) repeat-x;
	float: left;
}

#tttr {
	width: 15px;
	height: 11px;
	background: transparent url(../image/tooltip/bubble_tr.png) no-repeat;
	float: left;
}

#ttmiddle {
	clear: both;
}

#ttcontent {
	background: white;
	float: left;
}

#ttr {
	width: 15px;
	height: 100%;
	background: transparent url(../image/tooltip/bubble_r.png) repeat-y;
	background-position: right;
	float: left;
}

#ttl {
	width: 9px;
	height: 100%;
	background: transparent url(../image/tooltip/bubble_l.png) repeat-y;
	background-position: left;
	float: left;
}

#ttbl {
	width: 9px;
	height: 15px;
	background: transparent url(../image/tooltip/bubble_bl.png) no-repeat;
	float: left;
	clear: left;
}

#ttb {
	height: 15px;
	background: transparent url(../image/tooltip/bubble_b.png) repeat-x;
	float: left;
}

#ttbr {
	width: 15px;
	height: 15px;
	background: transparent url(../image/tooltip/bubble_br.png) no-repeat;
	float: right;
}
