/*
 * This file is part of SELENE.CMS.nano
 * Copyright (c) EXBRIDGE,Inc. <info@exbridge.jp>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/**
 * デモ用style
 *
 * @copyright   2009 EXBRIDGE,Inc. All Rights Reserved.
 * @link        http://exbridge.jp/
 * @package     SELENE.CMS.nano
 * @version     svn:$Id: style.css 15 2009-09-24 13:02:36Z suganuma $
 */
/*
body {
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #000;
    background: none;
    font-size: 10pt;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
*/
/* SELENE.CMS.nano */
.news-clear {
    clear: both;
}
.selene-cms-nano {}
    .selene-cms-nano img {
        float: left;
        margin: 2px;
    }
    .selene-cms-nano a img {
        border: none;
    }

.news-item {
    margin-bottom: 10px;
    border-bottom: 1px dashed #666;
}
    .news-item .news-office {
        margin-left: 10px;
    }
    .news-item h2 {
        margin: 8px 0 5px 5px;
        font-size: 1.2em;
        font-weight: bold;
        color: #993333;
    }
    .news-item .news-body {
        padding: 0 0 10px 15px;
    }
        .news-item .news-body p {
            padding-left: 10px;
            clear: both;
    }

