﻿/* CSS Document */
@charset "UTF-8";

.sponsors_content{
    width: 804px;
    height: 625px;
    text-align: center;
    vertical-align: top;
    background-color: #fff;
    border-top: 2px solid #000;
}

.sponsor1{
    width: 606px;
    height: 144px;
    margin: 2px auto 0 auto;
}

.sponsor1_image{
    width: 500px;
    height: 122px;
    border: none;
}

.sponsor2{
    width: 606px;
    height: 224px;
    margin: -6px auto 0 auto;
}

.sponsor2_image{
    width: 500px;
    height: 196px;
    border: none;
}

.sponsor3{
    width: 606px;
    height: 161px;
    margin: 29px auto 0 auto;
}

.sponsor3_image{
    width: 500px;
    height: 111px;
    border: none;
}