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

.page_title{
    width: 100%;
    background-image: url('../images/catalog/page_title_bg.gif');
}

.page_title h1{
    width: 1000px;
    height: 115px;
    text-indent: -9999px;
    background-image: url('../images/catalog/page_title.png');
}

.c_head{
    width: 1000px;
    overflow: hidden;
    margin-bottom: 40px;
}

.c_head .left{
    width: 375px;
    height: 275px;
    float: left;
}

.c_head .right{
    width: 600px;
    padding-top: 15px;
    float: right;
}

.event_all_dl{
    margin-bottom: 25px;
}    

.event_all_dl a{
    width: 600px;
    height: 84px;
    position: relative;
    background: url('../images/catalog/event_all_dl.jpg') no-repeat 0 0;
    display: block;
}

.event_all_dl a:hover{
    background-position: 0 -84px;
    text-decoration: none;
}

.event_all_dl p.title{
    font-size: 15px;
    position: absolute;
    top: 34px;
    left: 23px;
}

.event_all_dl p.size{
    font-size: 11px;
    width: 80px;
    text-align: center;
    position: absolute;
    bottom: 6px;
    right: 0px;
}
    
.get_adobe_reader{
    width: 600px;
    overflow: hidden;
}

.get_adobe_reader img{
    float: left;
    width: 158px;
    height: 39px;
}

.get_adobe_reader p{
    margin-left: 18px;
    font-size: 14px;
    float: left;
    line-height: 1.3;
}

.pdf_dl_list{
    width: 1020px;
    margin-right: -20px;
    overflow: hidden;
}

.pdf_dl_list li{
    width: 235px;
    height: 84px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.pdf_dl_list li a{
    display: block;
    
}

.pdf_dl_list a{
    width: 235px;
    height: 84px;
    position: relative;
    background: url('../images/catalog/pdf_dl_bg.jpg') no-repeat 0 0;
    display: block;
}

.pdf_dl_list a:hover{
    background-position: 0 -84px;
    text-decoration: none;
}

.pdf_dl_list a .title{
    font-size: 15px;
    position: absolute;
    top: 34px;
    left: 23px;
}

.pdf_dl_list a .title2{
    font-size: 15px;
    position: absolute;
    top: 21px;
    left: 23px;
}

.pdf_dl_list a .title span,
.pdf_dl_list a .title2 span{
    font-size: 12px;
    line-height: 2.2;
}

.pdf_dl_list a .size{
    font-size: 11px;
    width: 80px;
    text-align: center;
    position: absolute;
    bottom: 6px;
    right: 0px;
}
    