@charset "utf-8";

/* =================== ツールチップのスクリプトで使うスタイル =================== */
.toolTipWrapper{
	width: 300px;
	position: absolute;
	top: 20px;
	display: none;
	color: #ffffff;
	z-index: 999999;
	background: inherit;
}
.toolTipTop{
width: 300px;
height: 30px;
background: transparent url("../img/bubbleTop.png") no-repeat center top;
}
.toolTipMid{
	padding: 0 15px;
	background: #ffffff url("../img/back-event-h3.png") repeat-x top;
	font-weight: normal;
}
.toolTipBtm{
	height: 13px;
	background: transparent url("../img/bubbleBtm.png") no-repeat center bottom;
}