@charset "EUC-JP";

	/* END PART YOU CAN REMOVE */
	
	#dhtmlgoodies_tooltip{
	background-color:#FFF;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	font-size:12px;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		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 */
	}