@charset "utf-8";

@import url("./common.css");

/* topics -------------------------------------------------------------------------------- */
#header ul#header_menu li a#header_menu_4 { background-position: -600px -37px; }
.topics dl {
    clear: both;
    padding: 8px 0 5px 0;
    border-bottom: 1px dotted #cccccc;
}
.topics dl dt {
    display: block;
    float: left;
    width: 70px;
}
.topics dl dd {
    display: block;
    float: right;
    width: 490px;
}

/* topics_1 -------------------------------------------------------------------------------- */
#topics_1 h1 span { background-image: url(../images/topics/title_1.gif); }

