.navitext
{
    height              :100%;
    width               :140px;
    float               :left;
    text-align          :right;
}

.maintext
{
    height              :100%;
    width               :750px;
    margin-left         :140px;
    background-color    :#F5F5F5;
    border-right        :solid 1px #015095;
    border-left         :solid 1px #015095;
}

.indexcontent
{
    min-height          :1%;
    padding             :135px 10px 10px 110px;
    background-image    :url(../image/banner.jpg);
    background-repeat   :no-repeat;
}

.indexcontent_en
{
    min-height          :1%;
    padding             :135px 10px 10px 110px;
    background-image    :url(../image/banner_en.jpg);
    background-repeat   :no-repeat;
}

.indexbox
{
    height              :100px;
    padding             :10px 30px 10px 110px;
    background-repeat   :no-repeat;
    color               :#483D8B;
}

.footerbox
{
    background-color    :#E0E0E0;
    border-top          :solid 1px #015095;
    border-bottom       :solid 1px #015095;
    padding             :5px 10px 5px;
}

.content
{
    min-height          :1%;
    background-image    :url(../image/bannersmall.jpg);
    background-repeat   :no-repeat;
}

