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

iframe {
    width : 100%;
    height : 450px;
    margin-bottom : 50px;
    vertical-align : bottom;
}

#wrapper {
    position : relative;
    width : 100%;
}

#wrapper p {
    width : 500px;
}

#wrapper p img {
    width : 100%;
    height : 100%;
}

#wrapper dl {
    position : absolute;
    width : 330px;
    top : 0;
    right : 0;
}

#wrapper dl dt {
    margin-bottom : 25px;
    font-weight : 600;
    text-align : center;
}

#wrapper dl dt a {
    display : block;
    padding : 10px 0 11px 0;
    color : #ffffff;
    background : #eb780a;
    border-radius : 36px;
    text-decoration : none;
}

#wrapper dl dt a:hover {
    background : #f5c805;
	transition : .5s;
}

#wrapper dl ul {
    margin-left : 20px;
}

#wrapper dl ul li {
    margin-bottom : 10px;
    line-height : 1.5em;
}