@charset "UTF-8";
@import url('../../common/lightbox.css');

#contents {}

#contents .ctsBox {
    overflow: hidden;
    margin-bottom: 2.5em;}
    
#contents .ctsBox h3 {
    background-color:antiquewhite;
    padding: 0.2em 0.7em 0.1em;}

#contents ol li,
#contents dl dd {
    font-size: 95%;}

#contents ol {margin: 0;}
#contents ol li {
        list-style-type: decimal;
        margin:0 0 0 2em;}


#contents dl {
    margin:0 0 1.5em 0;
    width: 100%;
    overflow: hidden;}
    
#contents dl dt,
#contents dl dd {
    float: left;
    line-height: 1.5em;}

#contents dl dt {
    margin-right: 1em;
    clear: both;}

#contents dl dd {
    margin:0;
    line-height: 1.5em;}

#contents .img {margin:0 0 3em 0;text-indent:0;}
#contents .img a.hide {display:none;}

#contents .imgL {
    margin:0;
    text-indent:0;
    float:left;
    width:400px;}

#contents .imgR {
    margin:0;
    text-indent:0;
    float:right;
    width:400px;}

#contents .imgL a.hide ,
#contents .imgR a.hide {display:none;}
#contents .clear {clear:both;}




