@charset "utf-8";

div#wrapper div#contents div#update dl {
padding: 10px 20px;
border: solid 1px #CCC;
}

div#wrapper div#contents div#update dl dt {
 font-size: smaller;
}

div#wrapper div#contents div#update dl dt span {
 padding: 0 0 0 20px;
 font-weight: normal;
}

div#wrapper div#contents div#update dl dd{
padding: 10px 0 3px;
border-bottom: dotted 1px #CCC;
}


div#wrapper div#contents div#update dl dd span a {
}

