@charset "utf-8";
/**
 *
 *  event.css
 *
 *  @author     {$author}
 *  @package    magsマグスミノエ
 *  @version    20080623
 */


/* event_past -------------------------------------------------------------------- */
.event_past {
 margin: 0 auto;
 width: 603px;
}
.event_past .top {
 padding: 20px 30px 0;
 /*height: 40px;*/
 background: url(../img/bg_pastevent_top.gif) top left no-repeat;
}
.event_past .middle {
 padding: 10px 15px 0;
 background: url(../img/bg_pastevent_middle.gif) repeat-y;
}
.event_past .bottom {
 height: 4px;
 background: url(../img/bg_pastevent_bottom.gif) bottom left no-repeat;
 font-size:1px;
 line-height:1px;
}
.event_past .top h4 {
 color: #EB651F;
}


