@charset "UTF-8";
/* CSS Document */
/*ペダルライフブログ用css*/


/*並び替え項目の上マージンをリセット*/
#listexchng {
 margin-top:5px;
}



/*ブログのリストボックス*/
#plbloglist {
 float:left;
 width:100%;
 padding-bottom:20px;
 border:solid #000; border-width:1px 0 0 0;
}
#plbloglist td {
 vertical-align:top;
 width:160px;
 height:170px;
 border:solid #000; border-width:0 1px 1px 0;
}
#plbloglist td p {
 float:left;
 width:120px;
 height:100%;
}
#plbloglist td a {
 display:block;
 width:119px;
 height:130px;
 padding:20px;
}
#plbloglist td a:hover {
 background:#000;
}
#plbloglist td img {
 padding:0 0 5px 0;
}
#plbloglist td span {
 display:block;
}



/*自分のブログを登録するボタン*/
#entrybtn {
 float:right;
}
