@font-face {
    font-family: Pagella;
    font-weight: normal;
    src: url('/otf/texgyrepagella-regular.otf') format("opentype");
}
@font-face {
    font-family: Pagella;
    font-weight: bold;
    src: url('/otf/texgyrepagella-bold.otf') format("opentype");
}

*{
    padding: 0;
    margin: 0;
}



.re{
    color: #ff5f00;
}



body{
    background-image: url(/img/header.png);
    background-repeat: repeat-x;
    font-family: "Palatino Linotype", Pagella, serif;
    font-size: 14px;
    line-height: 24px;
    min-width: 790px;
}



#header{
    margin-left: 60px;
    height: 350px;
}

#header>img{
    float: left;
    margin: 10px -175px 0 0;
}

#header>h1{
    float: left;
    color: #003f7f;
    font-size: 81px;
    line-height: 1.33;
    margin-top: 222px;
}




.col{
    float: left;
    margin-left: 60px;
    _margin-bottom: 12px;
}
#col1{
    margin-bottom: 133px;
    _margin-left: 30px;
    _margin-right: -24px;
}
#col2,#col3{
    width: 315px;
}
#col3{
    padding-bottom: 60px;
}
.col>p{
    margin-bottom: 12px;
}
.col>p>span{
    display: block;
}
.col>ul{
    list-style-type: none;
}
.col>ul>li{
    display: block;
}



.box{
    font-family: Helvetica, sans-serif;
    color: #003f7f;
    padding-top: 1px;
    margin: 6px 0 24px 0px;
    background-image: url(/img/box-trans.png);
    background-repeat: no-repeat;
    width: 324px;
    height: 180px;
}

.box>h2{
    font-size: 24px;
    margin: 16px 0 4px 24px;
}

.box>ul{
    list-style-type: none;
    margin: 0 24px;
}
.box>ul>li:before{
    content: "\2022"; 
    display: inline; 
    margin: 0 5px;
    color: #ff5f00;
}

.box>a{
}
.box>a>img{
    border-style: none;
    margin: 6px 36px;
}


.m1{ word-spacing: -1px; }
.p0{ word-spacing:  0px; }
.p1{ word-spacing:  1px; }
.p2{ word-spacing:  2px; }
.p3{ word-spacing:  3px; }
.p4{ word-spacing:  4px; }
.p5{ word-spacing:  5px; }


.mail>span>i{
    float: left;
    text-indent: -5000px;
}
.mail>span:before{
    content: "\0040";
    padding: 0 2px;
}

.tel>span{
    padding-left: 4px;
}
