@charset"UTF-8";

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

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

div#contents_text {
    clear: both;
    border-bottom: 1px solid #eee;
    background: #eee url(../img/bg_list2.jpg)  bottom right no-repeat;
    padding: 30px;
    height: 300px;
}

div#left {
    float: left;
    width: 520px;
    font-size: 10pt;
    line-height: 150%;
}

div#right {
    float: right;
    width: 300px;
}

div#left p.master {
    text-align: right;
}


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