#contents_area {
    width: 100%;
    margin-top: 30px;
}

#contents {
    width: 950px;
    height: 1200px;
    margin: 0px auto;
    overflow: hidden;
    display: block;
    font-size: 10px;
}

.title p {
    font-size: 15px;
    margin-top: 20px;
    color: #4C4C4C;
    border-bottom: 1px solid #4C4C4C;
}

.text {
    width: 900px;
    height: 400px;
    margin: 20 auto 0;
    padding: 0px;
    font-size: 14px;
    color: #4C4C4C;
}

#hooter_area {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 100px;
}

#hoot {
    width: 950px;
    height: 200px;
    margin: 0px auto;
    background-color: #4C4C4C;
}

#hoot ul {
    float: left;
    list-style: none;
    font-size: 11px;
    color: #ffffff;
    line-height: 0px;
    margin-top: 5px;
}

#hoot li {
    margin: 20 15 0 0px;
}

#hoot p {
    text-align: right;
    font-size: 11px;
    color: white;
    margin-top: 0px;
    padding: 20 15 0 0px;
    line-height: 0px;
}

#hoot a {
    color: #ffffff;
}

#hoot a:hover {
    color: #f0e90c;
}