﻿/*----------GREETING----------*/

.box {
    position : relative;
    width : 870px;
    margin-bottom : 50px;
}

.bthumb {
    position : absolute;
	width : 210px;
	background-size : cover;
	background-position : center center;
	padding-top : 260px;
    border-radius : 8px;
    top : 0;
    right : 0;
}

.box p {
    width : 630px;
    line-height : 1.7em;
}

.box p span {
    display : block;
    padding-top : 15px;
    text-align : right;
}

#msg1 {
    margin-bottom : 30px;
    padding : 20px;
    line-height : 1.6em;
    border : solid 1px #b4b4b4;
    border-radius : 10px;
}

dl#policy {
    overflow : hidden;
    margin-bottom : 50px;
}

dl#policy dt {
    float : left;
    width : 200px;
}

dl#policy dd {
    margin-left : 230px;
}

dl#policy dt h4 {
    width : 200px;
    padding : 30px 0 30px 0;
    font-size : 100%;
    font-weight : 600;
    color : #6c2b0b;
    background: linear-gradient(to bottom right, #f7f4e3 25%, #fee7bb 60%);
    border-radius : 10px;
    border-right : solid 1px #e0d1b4;
    border-bottom : solid 1px #e0d1b4;
    box-sizing : border-box;
    text-align : center;
}

ol.oList,ul.uList {
    margin : 0 0 30px 20px;
}

ol.oList li,ul.uList li {
    margin-bottom : 8px;
    padding-left : 5px;
    line-height : 1.55em;
}

/*----------SIDEBAR----------*/

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