@charset "utf-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 2.04
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.09.28: for CGI.
 * 2.04 2005.10.10: fix bug.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
}

/* リンク */
a,
a:link {
    color: #006600;
    text-decoration: none;
}
a:visited {
    color: #009900;
    text-decoration: none;
}
a:hover {
    color: #006633;
    text-decoration: underline;
}
a:active {
    color: #e50003;
    text-decoration: none;
}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* タイトルバナー */
#banner {
    padding: 0px;
    border-bottom: 0px solid #006600;
    color: #999999;
    background: #ffffff;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("");
    text-align: center;
    height: 100px;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #000;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner h2 {
    color: #000;
    font-size: 12px;
}

/*ナビゲーター */
#navi {
    margin: 2px 2px 40px 2px;
    padding: 0px;
    list-style-type: none;
    float: left;
    width: 100%;
    text-align: center;
}

#navi li {
    float: left;
    background-color: #fff;
    border: 1px solid #ccff99;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #006600;
    width: 100px;
    height: 18px;
    margin-top: 1px;
    margin-right: 0px;
    margin-left: 7px;
}

#navi a {
    color: #006600;
    display: block;
    width: 100px;
    height: 18px;
}

#navi a:hover {
    color: #fff;
    background-color: #66CC66;
    text-decoration: none;
    height: 18px;
}


/* エントリー全体 */
.blog {
    padding: 30px;
    font-size: small;
    color: #36414d;
    background: none;
}

.blog2 {
    padding: 10px;
    font-size: small;
    color: #36414d;
    background: none;
}

/* エントリー日付 */
.date {
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #009933;
    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");
    font-size: 11px;
    font-weight: bold;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #444444;
    background: #ffffff;
    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #444444;
    font-size: 9px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-one-column {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    background: #ffffff;
}

/* 1カラム用 */
.layout-one-column #box {
    width: 665px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0px;
    border-top: 1px solid #ccff99;
    border-bottom: 1px solid #ccff99;
    border-left: 1px solid #ccff99;
    border-right: 1px solid #ccff99;
    text-align: left;
    background-color: #ffffff;
}

/* フッタ */
.layout-one-column #footer {
    text-align: right;
    vertical-align: middle;
    font-size: 9px;
    font-family: Verdana, Arial, sans-serif;
    letter-spacing: 0.05em;
    padding-top: 5px;
    padding-right: 20px;
    border-top: 1px solid #ccff99;
}

/* 1カラム */
.layout-one-column #content {
    padding-bottom: 25px;
    border-bottom: 0px solid #ccff99;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}
