@charset "utf-8";

#newsPage{
    background: url(../img/news/bg_news.jpg) no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

/* ------------------------------ news ------------------------------ */

#newsPage h2.pageTitle{
    background: url(../img/news/newspage_title.png) left top no-repeat;
    width: 120px;
    height: 28px;
}

ul#newsList{
    margin-bottom: 40px;
}

ul#newsList li{
    border-bottom: 1px solid #2b2b2b;
    padding: 10px 0;
    clear: both;
}

ul#newsList li dl{
    padding: 10px 0;
    overflow: hidden;
}

ul#newsList li dt{
    float: left;
    width: 100px;
}

ul#newsList li dd{
    float: left;
}

ul#newsList li dd a{
}

.btnNewsList{
    text-align: center;
}

.btnNewsList a:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* ------------------------------ newsDetail ------------------------------ */

div#newsBox {
}

ul#newsDetail {
    padding: 20px 0;
}

ul#newsDetail li {
    border-bottom: 2px solid #3d3d3d;
    margin-bottom: 30px;
}

ul#newsDetail dl {
    line-height: 22px;
    padding-bottom: 30px;
}

ul#newsDetail dt {
    color: #bbec20;
    font-size: 16px;
    font-weight: bold;
}

ul#newsDetail dt span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    background: url(../img/common/date_icon.png) 0px 2px no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
}

ul#newsDetail dd {
    border-top: 1px solid #3d3d3d;
    margin-top: 20px;
    padding: 30px 0px 0px;
}

ul#newsDetail dd span {
    display: block;
    text-align: center;
}

ul#newsPager {
    width: 350px;
    margin: 0px auto;
    padding-bottom: 40px;
}

ul#newsPager li {
    float: right;
    width: 141px;
    height: 33px;
    text-indent: -9999px;
    background: url(../img/news/news_next_btn.png) no-repeat;
}

ul#newsPager li a {
    display: block;
    width: 141px;
    height: 33px;
}

ul#newsPager li:first-child {
    float: left;
    background: url(../img/news/news_prev_btn.png) no-repeat;
}
