div.mascotBg {
  height:250px;
  width:135px;
}
/*div.mascotMain {
  padding-top: 100px;
}*/
div.mascotBalloon {
  display:none;
  width:135px;
  margin: 0 auto;
  font-size:0.9em;
}
div.mascotTextTop {
  height:7px;
	background: url("../mascot/top.gif") no-repeat;
	z-index:99999;
}
div.mascotTextMiddle {
  padding:3px;
	background: url("../mascot/bg.gif") repeat-y;
	z-index:99999;
}
div.mascotTextBottomRight {
  height:24px;
	background: url("../mascot/bottom.gif") left bottom no-repeat;
	z-index:99999;
}
div.mascotTextBottomLeft {
  height:24px;
	background: url("../mascot/bottoml.gif") left bottom no-repeat;
	z-index:99999;
}