/* Top */

div#mainvisual {
    margin: 0 auto 12px;
}

div#topmenu {
    width: 800px;
    height: 70px;
    margin: 20px 0;
}

div#topmenu ul {
    width: 825px;
    list-style: none;
}

div#topmenu ul li {
    margin-right: 25px;
    float: left;
}

div#columns {
}

div#columns div.left {
    width: 525px;
    float: left;
}

div#news {
    background: #fcf7e9;
}

div#news div.tablewrapper {
    padding: 5px 0 10px;
}

div#news table {
    width: 485px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 2px 7px;
}

div#news table td.date {
    background: #7e5924;
    text-align: center;
    color: white;
    width: 80px;
}

div#news table td.icon {
    width: 42px;
    text-align: center;
    vertical-align: middle;
}

div#news table td.icon.news {
    background: transparent url(../media/images/top/icon_news.png) no-repeat center center;
}

div#news table td.icon.blog {
    background: transparent url(../media/images/top/icon_blog.png) no-repeat center center;
}

div#columns div.right {
    width: 250px;
    float: right;
}

div#columns div.right ul {
    list-style: none;
}

div#columns div.right ul li {
    margin-bottom: 10px;
}

div#columns div.clear {
    height: 30px;
}