#leftbar li {
    list-style: disc;
}

#main, #main a {
    color: #666666;
}

#main div {
    position: relative;
    margin-bottom: 1.5em;
}

#main h2 {
    width: 610px;
    height: 15px;
    line-height: 15px;
    background: #666666;
    color: #ffffff;
    font-weight: normal;
    padding: 12px 35px;
    margin-bottom: .5em;
}

#main h2 .eng {
    margin-left: 3px;
    letter-spacing: .1em;
}

#main div .more {
    color: #d9d9d9;
    text-decoration: underline;
    font-size: 80%;
    position: absolute;
    top: 8px;
    right: 15px;
}
#main table, #main ul { margin: 0 10px; width: 590px; }
#main table { table-layout: fixed; }

#news ul { margin: 0 2em; }
#news li { list-style: disc; margin: .1em 0; }
#news li .category { color: #999999; }
#news li span.date { font-size: 90%; color: #888888; }

#qa table {
    width: 100%;
    table-layout: fixed;
}

#qa .time {
    width: 21ex;
}

#photo { height: 269px; }

#albums { margin: 17px 12px 0 24px; }

#photo .album {
    width: 298px;
    height: 93px;
    float: left;
    background: #f4f4f4;
    position: relative;
    margin: 0 12px 15px 0;
    padding: 6px;
}

#photo .album img {
    float: left;
    margin-right: 8px;
    width: 132px;
    height: 93px;
}

#photo .album p { font-size: 90%; }
