@charset "utf-8";

.sentence a:link, .sentence a:visited {
	background-image: url('../image/bit.gif');
	background-repeat: no-repeat;
	background-position: 1px;
	color: #ff3581;
	text-decoration: none;
}
.sentence a:hover, .sentence a:active {
	background-image: url('../image/bit1.gif');
	background-repeat: no-repeat;
	background-position: 1px;
	color: #c8004b;
	text-decoration: underline;
}

.text {
	margin: 2px 0 0;
	font-size: 82%;
	line-height: 120%;
}


