/**
 * home.css
 *
 * @version $Id: home.css 2 2009-01-20 12:13:46Z yutaka $
 * @author  Yutaka Chiba <yutakachiba@gmail.com>
 */

#home #main #home-image {
    margin-bottom: 3em;
}

#home #main .home-article {
    background-image: url(/img/common/line_analog_s.gif);
    background-repeat: no-repeat;
    margin-bottom: 4em;
    padding-top: 2.5em;
}

#home #main .home-article h3 {
    font-size: 14px;
    color: #000;
    margin-bottom: 1em;
    padding-bottom: .3em;
}

#home #main p {
    margin-bottom: 2em;
    width: 400px;
}

#home #main #home-pagination {
    text-align: center;
    margin-bottom: 1em;
}
