@charset "utf-8";

.message{
    position: relative;
}
.message span.remark{
    display: none;
}
.message a:hover span.remark{
    background : none 0px 0px / auto auto repeat scroll padding-box border-box #eeffee;
    border: 1px solid #CCCCCC;
    color : #373737;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    top : 20px;
    width : 300px;
  font-family : Century;
}