@charset "UTF-8";


.bkback {
 background-color: #000;
}

.books {
 float: left;
 width: 130px;
 padding-right: 30px;
 padding-bottom: 50px;
}

.books img {
 margin-bottom: 15px;
 border: 1px solid #808080;
}

.nekoori {
 float: left;
 width: 155px;
 padding-right: 50px;
 padding-bottom: 50px;
}

.nekoori img {
 margin-bottom: 15px;
}


.thumbtitle {
 color: #000;
 line-height: 1.5em;
 height: 60px;
}

.books a {
 display: block;
}

.books a:hover img {
 opacity: 0.70;
 filter: alpha(opacity=70);
}

.nekoori a:hover img {
 opacity: 0.70;
 filter: alpha(opacity=70);
}

/* pagebar */

.pagebar-waku {
 height: 20px;
}

.pagebar {
 position: absolute;
 top: 0;
 right: 0;
 line-height: 14px;
 height: 14px;
 border-right: 1px solid #666;
}

.pagebar span,.pagebar a {
 font-size: 12px;
 line-height: 1em;
 height: 14px;
 padding:  0 10px;
 border-left: 1px solid #666;
}