/**
  960 * 3/4 = 720
  3*4 + 1*2*2 + 350*2 = 716
*/
.bloglist{
    margin: 3px 3px 15px 3px;
    padding: 0px;
    background: #fff;
    border: 1px  solid #808000;
}

.bloglist li{
    display: block;
    margin: 0px;
    list-style: none;
}

.btitle{
    text-align: left; 
}

.btitle a{
    display: block;
    padding: 2px 5px;
    color: #fff;
    background: #eee url('/images/menu_bg.png') repeat-x;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
}

.btitle a:hover{
    text-decoration: underline;
    color: #fff;
    background: #c61c18;        
}

.binfo{
    padding: 0px 5px;
    text-align: left;
    color: #696969;
    font-size: small;
}

.bcontent{
    text-indent: 20px;
    padding: 5px;
    overflow: hidden;
}


.bcomment{
    padding: 0px 5px;
    text-align: left;
    font-size: small;
/*    border-top: 1px dotted #55B05A;*/
}

.more{
    text-align: right;
    padding: 0px 5px;
}

.more a{
/*    display: block; */
    color: #006CA2;
    background-color: #fff;
    font-weight: bold;
    text-decoration : none;
}

.more a:hover{
    text-decoration: underline;
/*
    background-color: #C61C18;
    color: #fff;
    padding: 5px;
*/    
}

#remark{
    float: left;
    text-align: left;
}

