table td.date {
white-space:nowrap;
vertical-align:top;
width:80px;
height:30px;
}

table td.update {
background-image:url(../images/news_update.gif);
background-repeat:no-repeat;
width:46px;
}

table td.results {
background:url(../images/news_results.gif);
background-repeat:no-repeat;
width:46px;
}

table td.events {
background:url(../images/news_events.gif);
background-repeat:no-repeat;
width:46px;
}

table td.stock {
background:url(../images/news_stock.gif);
background-repeat:no-repeat;
width:46px;
}

table td.news {
vertical-align:top;
}

/*IRトップ用*/
table td.t_update {
background-image:url(../images/top_update.gif);
background-repeat:no-repeat;
width:46px;
}

table td.t_results {
background:url(../images/top_results.gif);
background-repeat:no-repeat;
width:46px;
}

table td.t_event {
background:url(../images/top_events.gif);
background-repeat:no-repeat;
width:46px;
}

table td.t_stock {
background:url(../images/top_stock.gif);
background-repeat:no-repeat;
width:46px;
}

