/*
 * $Id: rss.css,v 1.1 2009/02/24 10:56:45 okaz Exp $
 *
 * rss.css
 *
 * 2009-02-23 OKAZAKI Hiroki (okaz@teshigoto.net, http://www.teshigoto.net/)
 *
 */
#rssbox .li_in_rssbox {
    font-size: 0.9em;
    padding-left: 90px;
}

#rssbox .li_in_rssbox a:visited {
    color: #237ab2;
    text-decoration: none;
    white-space: nowrap;
}

#rssbox .li_in_rssbox a:active {
    color: #237ab2;
    text-decoration: none;
    white-space: nowrap;
}

#rssbox .li_in_rssbox a:link {
    color: #237ab2;
    text-decoration: none;
    white-space: nowrap;
}

#rssbox .li_in_rssbox a:hover {
    color: #237ab2;
    text-decoration: underline;
    white-space: nowrap;
}
