
#column-list{
    padding: 20px 10px 10px;
    background: #fff;
    border: #ccc solid 1px;
}
#column-list .head-line p {
    margin: 5px 0 0;
    color: #555;
}
#column-list .items .item
{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #EEE solid 1px;
}

#column-list .items .image
{
    float: left;
    margin-right: 10px;
}
#column-list .items .info
{
    float: right;
    width: 610px;
}
#column-list .items .info h3
{
    margin: 0;
    color: #333;
}
#column-list .items a:hover .info h3
{
    color: #06C;
}
#column-list .items .info p
{
    margin: 0;
    color: #666;
}
#column-list .items .info .time
{
    color: #393;
    font-size: 11px;
}
#column-list .items .info strong
{
    color: #333;
}
#column-list .items .info a:hover h3
{
    color: #06C;
}
#column-list .items .info a:hover
{
    color: #06C;
}#column-list .items .columnist a:hover strong
{
    color: #06C;
}