.switch {
	color: #656565!important;
	text-decoration:none;
	cursor: help;
}
.switch span {
	color: #656565!important;
	text-decoration:none;
	cursor: help;
	border-bottom : dotted 1px #656565;
}

.switch:hover {
	color: #9E9E9E!important;
}

.switch:hover span {
	color: #9E9E9E!important;
	border-bottom: dotted 1px #9E9E9E;
}
.test {
	color: #656565;
	text-decoration: none;
	cursor: help;
	padding-bottom:1px;
	border-bottom : dotted 1px #656565;
}
.test:hover{
	color: #9E9E9E;
	border-bottom: dotted 1px #9E9E9E;
}
.imgSwitch {
	color: #656565 !important;
	text-decoration: none;
	cursor: help;
	border-bottom : dotted 1px #656565;
}
.imgSwitch:hover {
	color: #9E9E9E !important;
	border-bottom: dotted 1px #9E9E9E;
}
#tt {
	position:absolute;
	display:block; 
}
#tttop {
	display:block; 
	height:5px; margin-left:5px; 
	overflow:hidden;
}
#ttcont {
	display:block; 
	padding:5px 8px 5px 10px; 
	margin-left:5px; 
	background:#D8F5D1;
	color:#000;
	border: solid 3px #72BB63;
	text-align: left;
	letter-spacing: 0.08em;
}
#ttbot {
	display:block; 
	height:5px; 
	margin-left:5px; 
	overflow:hidden;
}
#ttcont dt {
	padding: 3px 0;
	font-weight: bold;
	color: #3d5b37;
	line-height: 1.6;
}
#ttcont dd {
	line-height: 1.4;
}
