@charset "utf-8";

/************************
 スタイルシート archive
************************/
/* 月別アーカイブタイトルエリア */
div.monthly_title
{
    float:                  left;
    width:                  692px;
    margin-bottom:          10px;
    padding:                6px 5px;
    border-bottom:          1px solid #888888;
    overflow:               hidden;
}

/* 月別アーカイブ日付タイトル */
div.monthly_title p#this_month
{
    float:                  left;
    font-size:              16px;
    font-weight:            bold;
}

/* 月別アーカイブ前後リンク */
div.monthly_title div.monthly_navi
{
    float:                  right;
    margin-right:           20px;
    font-size:              13px;
}

div.monthly_navi a
{
    color:                  #324483;
}

/* アーカイブヘッダタイトル */
h2.acvTopHdr
{
    margin-bottom:          10px;
    padding-bottom:         4px;
}

/* 各ヘッダのボトムライン */
h2.ath_newsflash
{
    border-bottom:          3px solid #0000ff;
}

h2.ath_hdln
{
    border-bottom:          3px solid #d70000;
}

h2.ath_feature
{
    border-bottom:          3px solid #fab100;
}

h2.ath_interview
{
    border-bottom:          3px solid #1283cf;
}

h2.ath_murmur
{
    border-bottom:          3px solid #8dc021;
}

h2.ath_special
{
    border-bottom:          3px solid #9765a2;
}

ul#acvList
{
    clear:                  both;
}

ul#acvList li
{
    width:                  702px;
/*    clear:                  both;*/
    margin-bottom:          20px;
    border-bottom:          1px solid #b2b2b2;
    overflow:               hidden;
}

/* アーカイブ左側画像 */
div.acvImg
{
    clear:                  both;
    float:                  left;
    width:                  108px;
    margin-bottom:          10px;
}

img.vImgS
{
    margin-left:            18px;
}

/* アーカイブ右側コンテンツ */
div.acvBody
{
    float:                  left;
    width:                  570px;
    margin-left:            20px;
    color:                  #324483;
    letter-spacing:         0.1em;
    line-height:            1.66em;
}

/* リンク */
div.acvBody a
{
    font-size:              13px;
    color:                  #324483;
}

/* 日付 */
span.acvDate
{
    font-size:              13px;
    color:                  #000000;
}

/* 概要 */
p.acvEx, span.acvEx
{
    margin-top:             5px;
    color:                  #000000;
}

/* 前後リンク */
div.content_navi
{
    text-align:             center;
    margin-left:            auto;
    margin-right:           auto;
    font-size:              13px;
    font-weight:            normal;
}

div.content_navi span.current_page
{
    color:                  #888888;
    font-weight:            bold;
}

div.content_navi a
{
    font-size:              13px;
    color:                  #324483;
    font-weight:            normal;
}

