@charset 'shift_jis';
/*
 * page_list.css - 記事検索のスタイルシート
 *
 * Copyright (C) 2005 Welva Corporation. All rights reserved.
 *
 * $Id: page_list.css,v 1.5 2006/05/07 13:20:40 makot-s Exp $
 */

#page_query {
    text-align: center;
    margin: 16px 0px;
}
#page_query-key {
    width: 20em;
}
#sns_bar {
    margin: 16px 0;
    text-align: right;
}

.col-main h3 {
    font-size: 110%;
    border-bottom: solid 1px black;
}
.col-main .box {
    padding-top: 0.2em;
}
.hit_count {
    font-weight: normal;
}

.col-main .item {
    margin-bottom: 12px;
}

.col-main .subject {
    font-weight: bold;
}

.col-main .hit_word {
    color: #008000;
}

.col-main .pub_time {
    font-size: 80%;
    text-align: right;
}

#popular_key_box {
    line-height: 24px;
    text-align: center;
    background: #EEEEEE;
    padding: 8px;
    margin-top: 16px;
}

.popular_key {
    color: #3366FF;
    text-decoration: none;
    white-space: nowrap;
}
a.popular_key:hover {
    color: #EEEEEE;
    background: #3366FF;
    text-decoration: none;
}
