
.contentsNewsBox
{
    text-align:left;
}

.contentsNewsBox .item
{
    border-bottom: 1px dotted #666666;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.contentsNewsBox .item .date
{
    float: left;
    margin-right:5px;
    width: 75px;
}

.contentsNewsBox .item .title
{
    float: left;
    width: 335px;
}

.contentsNewsBox .item .title .bold
{
    font-size: 123.1%;
}

.contentsNewsBox .item .html
{
    margin-top: 5px;
}

