/* menu_top : START */
.menu_top ul {
    margin: 0;
    padding: 0;
    clear: both;
    height: 50px;
    margin-left: 17px;
}

.menu_top li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    padding-right: 1px;
    background: url('../img/menu_k.png') no-repeat;
    background-position: right center;
    height: 50px;
}

.menu_top li a {
    font-size: 17px;
    color: #000;
    font-family: "cora-1","cora-2";
    text-decoration: none;
    height: 35px;
    display: block;
    overflow: hidden;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 15px;
}

.menu_top li a:hover, .menu_top li.li_active a {
    color: #fff;
    background: url('../img/menu_hover.png') repeat-x;
}

.menu_top ul ul {
    display: none;
}

/* menu_top : STOP */

/* Breadcrumbs : START */

.navi {
    clear: both;
    padding-top: 15px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
    font: 13px Arial;
}

.navi ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    font: 13px Arial;
    color: #484848;
}
.navi ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: 13px Arial;
    line-height: 19px !important;
}

.navi ul li a {
    font: 13px Arial;
    color: #484848;
    text-decoration: none;
    padding-right: 3px;
}

.navi ul li a:hover {
    text-decoration: underline;
}

.navi .split {
    padding-right: 3px;
}

.navi .li_start {
    padding-right: 5px;
    color: #6c6c6c;
}

/* Breadcrumbs : STOP */

/* mod_article : start */
.mod_article {
    width: 560px;
}

.mod_article .mod_header, .mod_article .mod_header div {
    overflow: hidden;
}

.mod_article .mod_title {
    font-size: 30px;
    min-height: 30px;
    padding-top: 3px;
}
/* mod_article : stop */

/* sub_menu : start */
.sub_menu {
    position: relative;
    left: -17px;
    z-index: 1000;
    width: 315px;
}

.sub_menu ul {
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
}

.sub_menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 32px;
    background-position: left center;
    padding-left: 44px;
    margin-bottom: 8px;
}

.sub_menu ul li.li_active {
    background: url('../img/li2.png') no-repeat;
}

.sub_menu ul li.li_active a {
    text-decoration: none;
    color: #fff;
    font-family: "cora-1","cora-2";
}

.sub_menu ul li a {
    color: #3d61a8;
    font-size: 16px;
    font-family: "cora-1","cora-2";
}

/* mod_files : start */
.mod_files .mod_find {
	font: 13px Arial;
	font-weight: bold;
	color: #5f5f5f;
        margin-top: 10px;
}

.mod_files .mod_list_file li {

}

.mod_files .mod_list_file li a {
	color: #5f5f5f;
	font: 14px Arial;
	text-decoration: none;
	padding-right: 8px;
        background: url('../img/pdf.jpeg') no-repeat;
        background-position: right center;
        padding-right: 20px;
}

.mod_files .mod_list_file img {
	display: none;
}
/* mod_files : stop */
