@charset 'shift_jis';
/*
 * interview.css - インタビュー一覧
 *
 * Copyright (C) 2005 Welva Corporation. All rights reserved.
 *
 * $Id: interview_list.css,v 1.1 2005/11/24 10:57:13 makot-s Exp $
 */

.content .item {
    clear: both;
    margin: 8px 0px;
}

.content .item h3 {
    font-size: 110%;
}

.content .image {
    float: left;
    width: 200px;
}

.content .detail {
    float: right;
    width: 340px;
}

.content .detail .pub_time {
    text-align: right;
}
.content .detail .credit {
    text-align: right;
}
.content .detail .headline {
    margin: 8px 0px;
}
.content .detail .comment {
}

