@charset "utf-8";
/* CSS Document */

.c_head{
    background: url('../images/sitemap/page_title_bg.png') no-repeat ;
    background-color: #ebe7e3;
    margin-bottom: 50px;
}

.c_right_wrap{
    width: 740px;
    margin: 0 auto;
}

.link{
    width: 760px;
    margin-right: -20px;
    overflow: hidden;
}

.link li{
    width: 360px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
}

.link li a{
    width: 294px;
    height: 18px;
    padding: 16px 33px;
    display: block;
    background: url(../images/sitemap/link_bg.gif) no-repeat;
}
    
.link li a:hover{
    color: #808080;
    text-decoration: none;
    background: url(../images/sitemap/link_bg_on.gif) no-repeat;
}