@charset "utf-8";
.backLightBlue {
	background-color:cornflowerblue!important;
	color:#ffffff;
}
.backLightYellow {
	background-color:yellow!important;
}
.backDarkGray {
	background-color:#575555!important;
	color:#ffffff;
}
.backBase {
	background-color:#E9E9E9;
}

.tanbouProfile {
	background-color: #99CC66;
	padding: 5px;
}

.txtMouse {
	border-bottom: solid 1px;
	font-weight: bold;
	font-size: 1.1em;
}

.txtMouse:hover .txtImg {
	display: inline;
}

.txtImg {
	position: absolute;
	display: none;
	text-align: center;
}