	#dhtmlgoodies_tooltip{
		text-align:left;
		background-color:#FFFFE0;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:10px;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka¡ÝÅùÉý";
		color:#444444;
	}

	#dhtmlgoodies_tooltip br{
		line-height:5px;
	}

	#dhtmlgoodies_tooltip p{
		width:100%;
		text-align:center;
		color:#ff0000;
		margin:0;
	}

	#dhtmlgoodies_tooltip span{
		color:#111111;
	}


	/*Ž¥ŽÄŽ¡Ž¼Ž¥ö§ŽÁŽ¥ŽÃŽ¥Ž×Ž±ŽÆ*/
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#BBB;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}