@charset "UTF-8";

/*------- 既存の要素に追加 CSS -------*/

div#banner_area {
   padding-bottom:      9px;
}

div#banner_area a img {
   margin-bottom:      11px;
}

/*------- ブログのページに適応 CSS -------*/
/*------- 共通 CSS -------*/

div.backnumber {
   font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
   padding-bottom:  5px;
   margin-top:      10px;
}

/*------- バックナンバー CSS -------*/

div.backnumber ul {
}

div.backnumber ul li {
   list-style-type:  none!important;
   border-bottom:    1px #ccc dashed;
   margin-right:    20px;
   margin-bottom:    5px;
}


/*------- 個別記事 CSS -------*/

div.backnumber h2 {
   text-align:    center;
   color:           #666;
   font-size:      1.3em;
   padding-top:     10px;
   padding-bottom:   8px;
   border:    1px #ccc solid;
}

p.date {
   text-align:right;
   padding-bottom:   0px;
}

p.description {
   padding-bottom:   0px;
}

