@charset "shift_jis";

#bubble_tooltip_big{
	width:225px;
	position:absolute;
	display:none;
}
#bubble_tooltip_big .bubble_top_big{
	background-image: url('../common/img/bubble_top_r_big.gif');
	background-repeat:no-repeat;
	height:6px;	
}
#bubble_tooltip_big .bubble_middle_big{
	background-image: url('../common/img/bubble_middle_r_big.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding:8px;
}
#bubble_tooltip_big .bubble_middle_big span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip_big .bubble_bottom_big{
	background-image: url('../common/img/bubble_bottom_r_big.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	height:14px;
	position:relative;
	top:-3px;
}
