.as_container {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.as_naviwrapOut {
    background-image: url(../images/naviBack06.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.as_topNavi2 {
    display: inline-flex;
}

.as_sep {
    margin: 10px 10px 0px 10px;
    border-left: 1px white solid;
    height: 62px;
}

.as_colNav_c {
    display: block;
    text-align: center;
    height: 74px;
    margin-top: 14px;
    text-decoration: none;
    background-image: url(../images/naviCurrent.png);
    font-size: 13px;
    padding-top: 8px !important;

    float: none;
    width: 216px;
    background-color: #D0E3F2;
}

.as_colNav {
    display: block;
    text-align: center;
    height: 83px;
    margin-top: 14px;
    padding-left: 4px;
    font-size: 13px;

    width: 216px;

}


.as_nav {
    width: 216px;
    margin-left: 19px;
}

.as_colNav a {
    padding: 5px 0 0px 0;
    display: block;
    height: 74px;
}

.as_colNav a {
    color: white;
    text-decoration: none;
}

.as_colNav a:hover {
	color: #0BA2E8;
	text-decoration: none;
	background-image: url(../images/naviCurrent.png);
}

.home_img {
    padding-right: 6px;
    margin-top: -4px;
}