@charset "UTF-8";

/*
 * File      : styles.css
 * Version   : 1.02
 * Update    :
 * 1.01 2005.12.02: change background of .date
 * 1.02 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                  and brought property for the title together.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

/* 見出し */
h1{
    font-size: medium;
    font-weight:bold;
}
h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */

a,
a:link{
    color:#6093A5;
    font-weight:bold;
    }
a:visited{
    color:#6093A5;
    font-weight:bold;
    }
a:hover{
    color:#6093A5;
    text-decoration:none;
    background-color: #90ee90;
    }

a:active {
    color:#6093A5;
    font-weight:bold;
}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul {
}
ul li {
    padding-left: 10px;
    list-style-type: none;
}

/* 定義リスト */
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;
    text-align: left;
    font-size: small;
    background-color:#e5e5f7;
    border-top: 1px solid #90ee90;
    border-bottom: 1px solid #90ee90;
    border-left: 1px solid #90ee90;
    border-right: 1px solid #90ee90;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: small;
    border-bottom: 1px solid #90ee90;
    padding: 3px;
}

/* タイトルバナー */
#banner {
    color:#ffffff;
    font-size: large;
    text-align: right;
    margin: 10px 0px 0px 0px;
    padding: 10px 50px 0px 0px;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:hover,
#banner a:active{
    color: #ffffff;
    font-size: large;
    text-decoration: none;
    background-color: #ffffff;
}

/* タイトルバナー下の説明 */
#banner h2 {
    color: #ffffff;
    font-size: 12px;
}

/* エントリー全体 */
.blog {
    padding: 10px;
    font-size: small;
    color: #003366;
    background-color: #ffffff;
}

/* エントリー日付 */
.date { 
    background-color: #e5e5f7;
    color: #003366;
    border: 1px solid #90ee90;
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    text-align: right;
    font-weight: bold;
    margin:5px 0px 5px 0px;
    padding:2px 10px 2px 0px;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #003366;
    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 {
    text-align: left;
    font-weight:bold;
    font-size: small;
    width: 100%;
    border-top: 1px solid #90ee90;
    border-bottom: 1px solid #90ee90;
    border-left: 1px solid #90ee90;
    border-right: 1px solid #90ee90;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 0px 20px;
}

/* エントリータイトルのリンク */
.entry-header a:link,
.entry-header a:visited,
.entry-header a:hover {
    color: #003366;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
    background-color: #ffffff;
}

/* 投稿者 */
.entry-footer {
    margin: 5px 5px 0 0;
    text-align: right;
    color: #003366;
    font-size: x-small;
}

/* Typekeyコメンタ?画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* サイドメニュータイトル */
.sidetitle {
   font-weight: bold;
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border-top: 1px solid #90ee90;
    border-bottom: 1px solid #90ee90;
    border-left: 1px solid #90ee90;
    border-right: 1px solid #90ee90;
    text-align: center;
    color: #003366;
    background: #e5e5f7;
    font-size: x-small;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    font-size: x-small;
    padding-left: 0px;
    margin:0px 0px 10px 0px;
    border-top: 1px none #90ee90;
    border-bottom: 1px solid #90ee90;
    border-left: 1px solid #90ee90;
    border-right: 1px solid #90ee90;
    color: #003366;
    background: #ffffff;
    line-height: 150%;
}

.side2 {
    font-size: x-small;
    padding-left: 0px;
    margin:0px 0px 10px 0px;
    border-top: 1px solid #90ee90;
    border-bottom: 1px solid #90ee90;
    border-left: 1px solid #90ee90;
    border-right: 1px solid #90ee90;
    color: #003366;
    background: #ffffff;
    line-height: 150%;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #003366;
    font-size: x-small;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #003366;
    font-size: x-small;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
/*   margin-left: 2px;
   vertical-align: middle;*/
}

#comments-open-footer {
    margin: 10px 3px 3px 30px;
    padding: 10px 20px 10px 20px;
    text-align: left;
}

.trackbacks,
.comments {
    text-align: left;
    font-size: small;
    width: 400px;
    border-top: 1px solid #90ee90;
    border-bottom: 1px solid #90ee90;
    border-left: 1px solid #90ee90;
    border-right: 1px solid #90ee90;
    margin: 0px 0px 20px 50px;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    text-align: right;
    border-top: 1px none #90ee90;
    border-bottom: 1px solid #90ee90;
    border-left: 1px none #90ee90;
    border-right: 1px none #90ee90;
    margin: 0px 0px 0px 0px;
    padding: 2px 10px 2px 5px;
}

.trackbacks-header2,
.comments-open-header2 {
    text-align: right;
    border-top: 1px none #90ee90;
    border-bottom: 1px none #90ee90;
    border-left: 1px none #90ee90;
    border-right: 1px none #90ee90;
    margin: 0px 0px 0px 0px;
    padding: 20px 10px 0px 5px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    text-align: left;
    font-size: small;
    width: 100%;
    background-color:#ffffff;
    border-top: 1px solid #90ee90;
    border-bottom: 1px solid #90ee90;
    border-left: 1px solid #90ee90;
    border-right: 1px solid #90ee90;
    margin: 10px 3px 3px 3px;
    padding: 10px 20px 10px 20px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin: 0px 2px 10px 0px;
    text-align: right;
    font-size: xx-small;
}

.comments-open label {
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #ffffff;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

#tb_url {
    width: 250px;
    _width: 270px;
}

#comments-open-data dl {
    text-align: left;
    font-size: x-small;
    width: 100%;
    border-top: 1px none #90ee90;
    border-bottom: 1px none #90ee90;
    border-left: 1px none #90ee90;
    border-right: 1px none #90ee90;
    margin: 3px 3px 3px 3px;
    padding: 10px 20px 10px 20px;
    line-height: 150%;
}
#comments-open-data dt {}
#comments-open-data dd {}

/* カラム切り替え */

/* 2カラム用 */

body.layout-two-column-right {
    margin-bottom: 20px;
    text-align: center;
    background: #e5e5f7;
    color:#003366;
    scrollbar-face-color: #e5e5f7;
    scrollbar-arrow-color: #90ee90;
    scrollbar-highlight-color: #e5e5f7;
    scrollbar-shadow-color: #e5e5f7;
    scrollbar-base-color: #e5e5f7;
    scrollbar-3dlight-color: #90ee90;
    scrollbar-darkshadow-color: #90ee90;
}

.layout-two-column-right #container {
    margin-bottom: 10px;
}

.layout-two-column-right #box {
    width: 665px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px none #ffffff;
    border-left: 1px none #ffffff;
    border-right: 1px none #ffffff;
    text-align: left;
    background-color: #ffffff;
}

.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px none #ffffff;
    border-right: 1px none #ffffff;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
    color: #ffffff;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

/* 追加 */

.toplink{
    text-align: left;
    font-size: x-small;
    margin: 0px 0px 0px 0px;
    }

.entry-box {
    text-align: left;
    font-size: small;
    width: 100%;
    border-top: 1px none #90ee90;
    border-bottom: 1px solid #90ee90;
    border-left: 1px solid #90ee90;
    border-right: 1px solid #90ee90;
    margin: 0px 0px 0px 0px;
}

.entry-box2{
    text-align: left;
    font-size: small;
    width: 100%;
    background-color:#ffffff;
    color: #003366;
    border-top: 1px solid #90ee90;
    border-bottom: 1px solid #90ee90;
    border-left: 1px solid #90ee90;
    border-right: 1px solid #90ee90;
    margin: 3px 3px 3px 3px;
    padding: 10px 20px 10px 20px;
    }

.side2 {
    font-size: x-small;
    padding-left: 0px;
    margin:0px 0px 10px 0px;
    border-top: 1px none #90ee90;
    border-bottom: 1px none #90ee90;
    border-left: 1px none #90ee90;
    border-right: 1px none #90ee90;
    color: #003366;
    background: #ffffff;
    line-height: 150%;
}

.sideimg {
    text-align: center;
    font-size: x-small;
    padding-left: 0px;
    margin:0px 0px 10px 0px;
    border-top: 1px none #90ee90;
    border-bottom: 1px none #90ee90;
    border-left: 1px none #90ee90;
    border-right: 1px none #90ee90;
    color: #003366;
    background: #ffffff;
    line-height: 150%;
}

.linktitle {
   font-weight: bold;
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border-top: 1px solid #90ee90;
    border-bottom: 1px solid #90ee90;
    border-left: 1px none #90ee90;
    border-right: 1px none #90ee90;
    text-align: center;
    color: #003366;
    background: #e5e5f7;
    font-size: x-small;
    line-height: 140%;
}

.linktext {
    overflow: auto;
    height: 145px;
    scrollbar-face-color: #ffffff;
    scrollbar-arrow-color: #90ee90;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-base-color: #ffffff;
    scrollbar-3dlight-color: #90ee90;
    scrollbar-darkshadow-color: #90ee90;
}

.ik-powered {
    text-align: right;
    font-size: xx-small;
    line-height: 140%;
}

.sidetitle a:link,
.sidetitle a:visited,
.sidetitle a:hover {
    color: #003366;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    background-color: #e5e5f7;
}

.linktitle a:link,
.linktitle a:visited,
.linktitle a:hover {
    color: #003366;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    background-color: #e5e5f7;
}

.unyu{
    text-align: right;
    font-size: x-small;
    }

textarea {
	font-family: Verdana, Arial, sans-serif;
        color: #003366;
        background-color: #ffffff;
        border: 1px solid #90ee90;
        scrollbar-face-color:#ffffff; 
        scrollbar-track-color:#ffffff; 
        scrollbar-arrow-color:#90ee90; 
        scrollbar-highlight-color:#ffffff; 
        scrollbar-shadow-color:#ffffff; 
        scrollbar-3dlight-color:#90ee90; 
        scrollbar-darkshadow-color:#90ee90; 
        }

input {
	font-family: Verdana, Arial, sans-serif;
        color: #003366;
        background-color: #ffffff;
        border: 1px solid #90ee90;
       }
input.button{color:#90ee90;background-color:#ffffff;border:1 #90ee90 solid}
input.select{color:#90ee90;background-color:#ffffff;border:0}
onfocus="this.style.backgroundcolor='#ffffff'"
onblur="this.style.backgroundcolor='#ffffff'"
onmouseover="this.focus()"
