* {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    outline: 0;
}

body {
    background-color: #FFF;
    background-image: url(../images/bg_pattern.png);
    background-repeat: repeat;
}

div,
nav,
header {
    display: block;
}

a {
    text-decoration: none;
    color: #000;
}
a img:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

#content img {
    max-width: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#content img.lb_thumbnail {
    width: 70px;
}

table {
    border-spacing: 0;
}
table td,
p {
    line-height: 18px;
}

b, strong {
    font-weight: 700;
}

#header_wrap {
    width: 100%;
    height: 75px;
    /*background-color: #385A5F;*/
    border-bottom: 2px solid #7C8B8E;
    background-color: #385A5F;
    background-image: url(../images/bg_pattern_head.png);
    background-repeat: repeat;
}
#header {
    width: 825px;
    height: 100%;
    margin: 0 auto;
    text-shadow: 0 -1px #7C8B8E, 1px 0 #7C8B8E, 0 1px #7C8B8E, -1px 0 #7C8B8E;
}

#head {
    display: block;
    height: 100%;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFF;
    line-height: 72px;
}

#main_wrap {
    width: 825px;
    margin: 0 auto;
}

#navi_wrap {
    width: 165px;
    float: left;
    padding-top: 15px;
    /*background-color: blue;*/
}
#navi_wrap #img_wrap {
    width: 100%;
    text-align: center;
}
#navi_wrap #img_wrap img {
    width: 150px;
}

#navi {
    list-style: none;
    margin-top: 15px;
}
#navi li.head {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #531730;
    padding-left: 5px;
    border-bottom: 2px solid #7C8B8E;

    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

#svl_logo {
    width: 150px;
    
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
    filter: url(shadow.svg#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}
#svl_logo:hover {
    box-shadow: none;
}

.sub_navi {
    list-style: none;
    margin-bottom: 15px;
}
.sub_navi li a {
    padding: 4px 4px 4px 15px;
    display: block;
    
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sub_navi li a:hover {
    background-color: #FFFFCD;
}

#content_wrap {
    width: 650px;
    min-height: 750px;
    float: left;
    border: 2px solid #7C8B8E;
    border-top: none;
    background-color: #FFF;
    margin-bottom: 30px;
    
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#content {
    /*height: 100%;*/
    padding: 30px 45px 30px 45px;
}

#lightbox {
    top: 0;
}