/*------------------------
  toraya news_style
-------------------------*/


/************** メインコンテンツ **************/

#contents .contents_inner {
    width: 980px;
    margin: 0 auto;
    display: inline-block;
}

#contents .contents_inner .main_contents {
    width: 700px;
    min-height: 750px;
    float: right;
    text-align: left;
    display: inline-block;
}

#contents .contents_inner .main_contents .newsList {
    color: #323232;
    font-size: 75%;
    display: inline-block;
    line-height: 1.6em;
    padding: 15px 0 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 700px;
}

#contents .contents_inner .main_contents .newsList li {
    margin: 0 0 10px 0;
}

#contents .contents_inner .main_contents .newsList li span {
    color: #961c04;
}

#contents .contents_inner .main_contents .newsList li a {
    color: #706551;
}

#contents .contents_inner .main_contents .newsList li a:hover {
    text-decoration: none;
}

#contents .contents_inner .main_contents .pager_wrap {
    width: 700px;
    text-align: center;
    padding: 15px 0;
}
#contents .contents_inner .main_contents .pager_wrap .pager {
    color: #323232;
    font-size: 75%;
    display: inline-block;
    margin: 0 auto;
}

#contents .contents_inner .main_contents .pager_wrap .pager li {
    width: 20px;
}

#contents .contents_inner .main_contents .pager_wrap .pager li img {
    cursor: pointer;
}

#contents .contents_inner .main_contents .pager_wrap .pager li strong {
    font-size: 110%;
}

#contents .contents_inner .main_contents .pager_wrap .pager li.border {
    border-left: 1px solid #323232;
}

/************** ニュース詳細 **************/

#contents .contents_inner .main_contents .news_l {
    width: 460px;
    float: left;
    color: #323232;
}

#contents .contents_inner .main_contents .news_l .news_date {
    color: #961c04;;
    font-size: 80%;
    margin: 0 0 10px 0;
}

#contents .contents_inner .main_contents .news_l .news_tit {
    color: #961c04;;
    font-weight: bold;
    font-size: 105%;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

#contents .contents_inner .main_contents .news_l .news_text {
    font-size: 75%;
    line-height: 1.9em;
    margin: 0 0 30px 0;
}

#contents .contents_inner .main_contents .news_l .news_text a {
    color: #961c04;
}

#contents .contents_inner .main_contents .news_l .news_text a:hover {
    text-decoration: none;
}

#contents .contents_inner .main_contents .news_r {
    width: 200px;
    float: right;
}