@CHARSET "windows-31j";

/* メインイメージ */
div#blkMainImg {
    width               : 727px;
    height              : 300px;
    background-color    : #f0f8ff;
    border              : 1px solid #006699;
    border-top-style    : none;
    border-bottom-width : 2px;
}

div#blkMainImg img {
    display : block;
    border  : none;
}

div#blkLogo {
    float   : left;
    height  : 300px;
    width   : 102px;
}

div#blkShowImg {
    position    : relative;
    float       : right;
    height      : 300px;
    width       : 625px;
    overflow    : hidden;
}

div#blkMainImgUnder {
    padding-top     : 3px;
    height          : 15px;
    width           : 727px;
    font-size       : 85%;
    text-align      : right;
    color           : red;
}

/* 情報 */
div#blkInfoBody {
    position    : relative;
    margin      : 5px 0px 0px 2px;
    width       : 725px;
}

div#blkInfoLeft {
    float: left;
    width: 500px;
}

div#blkFudosanInfo {
    margin      : 0px 0px 3px 0px;

}

dt.topicsTitle {
    padding: 3px 5px;
    background-color: #006699;
    color: white;
}

dd.topicsDetail{
    margin          : 0px;
    height          : 512px;
    width           :490px;
    border-top      : 2px solid  #ffffff;
    border-left     : 2px solid  #006699;
    background-color:#ffffff;
    padding         :5px 0px 10px 10px;
    overflow-y      : scroll;
}

dl#lstTopics {
    margin-top: 10px;
}

dl#lstTopics dt {
    width: 470px;
    color: navy;
    font-weight: bold;
    border-bottom: 1px dotted silver;
}

dl#lstTopics dd {
    margin      : 5px 0px 20px 10px;
    line-height : 150%;
}

ul#lstInfoRight {
    float       : right;
    margin      : 0px;
    padding     : 0px;
    width       :210px;
    list-style  : none;
}

ul#lstInfoRight li {
    margin-bottom   : 5px;
    line-height     : 0px;
}

ul#lstInfoRight img {
    display     : block;
    line-height : normal;
}