﻿#shead {
    position : relative;
    width : 235px;
    height : 280px;
    margin-bottom:  35px;
    background : url(sideimg.jpg) left top no-repeat;
}

dl#outline dt {
    margin-bottom : 20px;
    padding-bottom : 13px;
    font-size : 120%;
    font-weight : 600;
    border-bottom : solid 1px #b4b4b4;
}

dl#outline dd {
    margin-bottom : 40px;
    line-height : 1.7em;
}

dl#outline dd img {
    display : block;
    margin-bottom : 10px;
    border-radius : 10px;
    border : solid 1px #b4b4b4;
}

dl#outline dd a {
    color : #ac0003;
    text-decoration : underline;
}

dl#outline dd a:hover {
    text-decoration : none;
}