#bt p.be {
	line-height: 1.4em;
	text-align: justify;
}
#bt span.y {
	background-color: #0fdfd0;
	font-size: 14pt;
	font-weight: 700;
	padding: 0 4px 0 4px;
	border: 1px solid #0d3f00;
}
#bt a {
	font-weight: 700;
}
#bt a.ttl {
	font-style: italic;
	font-weight: 400;
}
#bt a.abs {
	font-size: 12px;
	position: relative;
	z-index: 0;
	color: #066600;
	border: 1px solid #0d3f00;
	border-radius: 4px;
	padding: 0 2px 0 2px;
	margin: 0 2px 0 2px;
	background-color: #ddd;
	font-weight: 400;
}
#bt a.abs .ttip {
	display: none;
	float: left;
}
#bt a.abs:hover {
	z-index: 1;
	background-color: white;
}
#bt a.abs:hover .ttip {
	display: block;
	position: absolute;
	top: 20px;
	width: 580px;
	border: 7px double #067a6a;
	border-radius: 5px;
	box-shadow: 7px 7px 9px 0px rgba(0, 0, 0, 0.75);
	background-color: white;
	color: black;
	font-size: 12px;
	font-style: normal;
	line-height: 1.1em;
	padding: 9px 27px 9px 27px;
	text-align: justify;
}
#bt a.btn {
	font-size: 12px;
	border: 1px solid #0d3f00;
	border-radius: 4px;
	padding: 0 2px 0 2px;
	margin: 0 2px 0 2px;
	background-color: white;
	font-weight: 400;
}
#bt a.note {
	color: blue;
	background-color: #ffffcc;
	padding: 0;
	border: 0;
	font-weight: 400;
}
