/* CSS Document */

#bubble_tooltip{
	width:342px;
	position:absolute;
	display:none;
	
}
#bubble_tooltip .bubble_top{
	background-color:#ECECEC;
	height:20px;	
}
#bubble_tooltip .bubble_middle{
	padding-left:7px;
	padding-right:7px;
	background-color:#ECECEC;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-size:10px; 
	line-height:1.3em;
}

#bubble_tooltip .bubble_bottom{
	background-image:url(../img/entry_fukidasiBg.gif);
	background-repeat:no-repeat;
	height:33px;
	position:relative;
	top:-6px;
	
}

/*Botan*/
.fukidasi{
display:block;
width:199px;
height:16px;
background-image:url(../img/Bt_aboutPMO.gif);
background-repeat:no-repeat;
}

.fukidasi a{
display:block;
width:199px;
height:16px;
}

