@charset"UTF-8";

/* HTML5 の新要素をブロックレベル要素として宣言 */
article, aside, dialog, figure, footer, header, hgroup, menu, legend, nav, section {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    font-size: 9pt;
    line-height: 130%;
}

/*----------------------------------------------------------------------*/

div#contents_text {
    width: 900px;
    margin: 0;
    padding: 30px 0px;
    border-bottom: 1px solid #eee;
    background: #000 url(../img/bg_container.jpg) no-repeat bottom right;
}

#contents_text table {
    margin: 0 auto;
}
#contents_text td {
    padding: 20px 10px;
}

/*----------------------------------------------------------------------*/
p {
    margin-top: 5px;
    margin-right: 25px;
    color: #aaa;
    font-size: 10pt;
    text-align: right;
}


/*----------------------------------------------------------------------*/
