/* ----------------------------------------- */
/* アラート装飾用書式設定 2009.07.08         */
/* ----------------------------------------- */

div.balon { /* バルーン */
   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.balon a { /* closeリンク装飾 */
   position: absolute;
   width:12px; height:15px;
   font-size:13px;
   background: url(material/close_btns.gif) no-repeat 50% 50%;
   text-decoration: none;
   padding: 0px 2px 0px 2px;
   margin: -10px 2px 0px 6px;
}

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

