@charset "utf-8";

.tooltip_dl{
}
a.tooltip_dl{
	text-decoration: none;
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: dashed;
}

#tooltip_dl {
	position:absolute;
	display:none;
	width:270px;
	padding:15px;
	border:2px solid #238f62;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	text-align: left;
}
#tooltip_dl dt{
	background-image: url('../images/book_icon.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
	color:#238f62;
	text-indent: 25px;
	lien-height: 25px;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#tooltip_dl dd{
	line-height: 1.5em;
}
