
/* ƒAƒ‰[ƒg‘•ü //////////////////// */

div.baloon { /* ƒoƒ‹[ƒ“ */
   font-size: 11px;
   color: #ee3333;
   position: absolute;
   margin-top:30px;
   padding: 5px 15px 2px 24px;
   border:1px solid #ffd700;
   background: #fffacd url("../material/icon_alert.gif") no-repeat 3% 15%;
   z-index: 1;
}

div.baloon a { /* closeƒŠƒ“ƒN‘•ü */
   position: absolute;
   width:12px; height:15px;
   font-size:13px;
   background: url("../material/close_btn2s.gif") no-repeat 50% 50%;
   text-decoration: none;
   padding: 0px 2px 0px 2px;
   margin: -10px 2px 0px 6px;
}

.baloon a:hover {
   text-decoration: none;
}

