@charset "utf-8"; 

#floater{
        float:left;
        position:absolute;
        width:86px;
        z-index:1;
}
html[xmlns] #floater
{
position:fixed;
}

.RB_white{color:#ffffff; 
	font-size: 11px;
	line-height: 15px;
}
.RB_text{color:#0976c9; 
	font-size: 11px;
	line-height: 15px;
	text-align:center;
}

.RB_topbg{height:19px;}
.RB_title{height:14px; text-align:center; padding:4px 0; width:100%;}
.RB_contents{text-align:center;}
	.RB_contents img{margin: 2px 0;}
		.RB_contents div img {margin:1px 0; clear:both;}
		.RB_contents div table {border:1px #CCCCCC solid;margin:1px 0; width:60px; height:54px; border-collapse:collapse}
.RB_bottom{height:67px; }

