@charset "utf-8";

/* =================================== 

アーカイブ用

=================================== */



/*
Archive-Entry-List
----------------------------------------------- */
.archive-entry-list{
	margin-top:15px;
}
.archive-entry-list ul li{
	padding:0.9em 0 0.85em 0;
	background:url(../images/submenu_border.jpg) repeat-x left bottom;
	overflow:hidden;
}
.archive-entry-list ul li div.pubdate{
	color:#00529F;
	width:81px;
	float:left;
}

.archive-entry-list ul li div.list-content{
	width:467px;
	float:left;
}

/* For IE 6 */
* html .archive-entry-list ul li{
	overflow:visible;
	height:1%;
}
/* --------------------------------------------- */

/*
pagination 
----------------------------------------------- */

.paginate{
    border-top:none　!important;
    text-align:center;
}

.paginate a,
.paginate span{
   padding:0 0.5em 0.1em 0.5em;
   border:1px solid #dddddd;
   white-space:nowrap;
   min-width:1em;
   display:inline-block;
   margin-top:5px;
   zoom:1;
}
.paginate span.disabled{
    color:#aaaaaa;
}

.paginate span.current{
    font-weight:bold;
    border:none;
}

.paginate a:hover{
    background:#00529F;
    text-decoration:none;
    color:#ffffff;
}

.paginate a:hover{
    background:#00529F;
    color:#ffffff;
}


/* For IE 6*/

* html .paginate{
  line-height:1.4;
}

* html .paginate a,
* html .paginate span{
  height:1em;
}
/* --------------------------------------------- */