@charset "utf-8";
/* CSS Document */
#divc {
	border:1px solid #555;
	background:#ffffff;
}
.des {
	width:500px;
	background-color:lightyellow;
	border:1px solid #555;
	padding:25px;
	margin-top:25px;
}
.tb_mouseover {
	color:#ffffff;
	background-color:highlight;
	width:100%;
	cursor:default;
}
.tb_mouseout {
	color:#000;
	width:100%;
	background-color:#ffffff;
	cursor:default;
}


}

