.tooltip{
width:250px; 
display: none; 
position: absolute; 
left:-45px; 
top:-96px;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:right
}

/* 吹き出し上部 */
.tooltip span.top{
    margin: 0;
    padding: 5px 0 0 5px;
    text-align:left;
    display: block;
    background: url(../../skin/tagcloud_helptips.gif) no-repeat top;
}
/* 吹き出し下部 paddingの上下を調整*/
.tooltip b.bottom{
    margin: 0;
    padding:8px 5px 8px 0;
    display: block;
    background: url(../../skin/tagcloud_helptips.gif) no-repeat bottom;

 }

.coophelpimg{
    margin:4px 0 0 0 ; 
    vertical-align:bottom;border-style:none;
    width:24px;
    height:24px;
}


