@charset 'utf-8';

dl {
    margin:10px;
    font-size:90%;
}
dl dt {
    background:url(img_top/listhead_os.gif) no-repeat;
    text-indent:20px;
    font-weight:bold;
    margin:5px 5px;
}
dl dd {
    text-indent:1em;
    line-height:1.5em;
    margin:5px 20px 20px;;
}

p {
    font-size:90%;
    margin:10px;
    line-height:1.5em;
}

dl.other dd {
    background:url(img_top/listhead_gs.gif) no-repeat;
    text-indent:20px;
    margin:5px 20px 10px;
}
ol.bottomcap {
    font-size:80%;
    margin:10px;
    list-style:inside;
    list-style-image:url(img_top/listhead_os.gif);
}