@charset "SHIFT_JIS";

/* ----- addition.css ----- */

/* --- banner --- */
/* bannerマージン */
#banner h1 {
margin: 10px 0 0 25px;
}
#banner-description {
text-indent:-9999px;
}


/* --- pagebody --- */

/* banner下マージン */
#pagebody {
margin-top: -30px;
}


/* --- エントリー --- */
.entry
{
border-top: 1px solid #666;
}


.entry-header
{
   margin-top: 0;
   padding: 10px 0 0 0;
   color: #D9A6CB;
   font-size: 13px;
			font-weight: bold;
}

/* entry-footer */
.entry-footer {
text-align: left;
}

.entry-footer a,
.entry-footer a:visited,
.entry-footer a:hover {
text-decoration: none;
color: #aaa;
}


/* ページ下ナビ */
#entry-footer-prev {
margin-top:40px;
padding-top:10px;
text-align:center;
height:40px;
background-image:url(../images/entry-footer-prev_bg.gif);
background-repeat:repeat-x;
}

/* --- trackbacks --- */

#trackbacks-info
{
   margin: 10px 0;
   border: none;
   padding: 0 10px;
   color: #333;
   font-size: 12px;
   text-align: left;
   background: #fff;
}

/* --- footer --- */

#footer {
margin:0;
padding-top:70px;
text-align:center;
font-size:10px;
color:#888;
}



/* --- beta --- */

/* モジュール　ヘッダ */

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   border-left: 3px solid #D9A6CB;
   padding-left: 5px;
   color: #D9A6CB;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #D9A6CB;
}



/* リンク下線なし */
#beta a,
#beta a:visited,
#beta a:hover {
 text-decoration: none;
}

/* hpリンク */
#sitelogo {
margin: 0 0 20px;
}

/* 最近のエントリー */
.module-list-item {
line-height: 150%;
}

/* カレンダー */
.module-calendar table {
width:95%;
}
.module-calendar td {
font-size:11px;
text-align:center;
}

/* フィードを取得 */
.module-syndicate img {
margin: 0 5px -3px 0;
}