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

/*
 * File      : styles-site.css
 * Version   : 2.06
 * 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.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

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

/* スクロールバー */
html { 
scrollbar-arrow-color:#996633;
scrollbar-base-color: #FCF7DA;
scrollbar-face-color: #FCF7DA;
scrollbar-track-color: #FCF7DA;
scrollbar-shadow-color: #996633;
scrollbar-highlight-color: #996633;
scrollbar-darkshadow-color: #FCF7DA;
scrollbar-3dlight-color : #FCF7DA;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #336600;
    text-decoration: none;
}
a:hover {
    color: #DFC445;
    text-decoration: none;/* underline; */
    　position:relative; top:1; left:1;
}
a:active {}

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

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

/* 順序なしリスト */
ul, ol {
    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 #996633 /* #666666 */;
    background: #DFC445 /* #f6f6f6 */;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

.blockquote_red {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #DD4444;
    background: #FFEEEE;
    font-size: 10px;
    line-height: 150%;
}

/* タイトルバナー */
#banner {
    padding: 15px;
    border-bottom: 1px solid #C49810;
    color: #FCF7DA;
    background: #C49810;
/*    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    font-family:  Comic Sans MS; /* タイトル文字変更追加部分 */
    color: #FCF7DA;
    font-size: 20px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

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

/* ナビゲーションバー全体のスタイル */
#navbar {
    text-align: right;
    background-color: #C49810;
    font-weight: normal;
    padding-right:15px;
    font-size: 12px;
    width: auto;
    line-height: 150%;
    border-bottom: 1px solid #996633;
}
/* リンクのスタイル */
#navbar a{
    background-color: #FCF7DA;
    font-family: Comic Sans MS;
    color:#c0c0c0;
    padding: 2px 10px 0px 10px;
    border-bottom: 0px solid #996633;
}
/* リンクをポイントした時のスタイル */
#navbar a:hover{
    background-color: #FCF7DA;
    color:#996633;
    text-decoration: none;
}
/* 選択されたリンクのスタイル */
#selected a,
#selected a:hover{
    background-color:#FCF7DA;
    color:#996633;
    padding: 2px 10px 1px 10px;
    text-decoration: none;
    border-bottom: 1px solid #FCF7DA;
}

/* フッタ */
#banner2 {
    padding: 15px;
    border-bottom: none;
    color: #FCF7DA;
    background: #C49810;
	border-left: none;
	border-right: none;
	text-align: right;
	font-size: 9px;
        border-top: 1px solid #996633;

}

/* エントリー全体 */
.blog {
    padding: 10px;
    font-size: small;
}

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

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #C49810;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #996633;
/*    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: #996633;
    font-size: 12px;
    font-weight: bold;
}

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

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

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

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

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: -1px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border-bottom: 1px solid  #C49810;
    border-top:1px solid  #C49810;
    text-align: center;
    color: #FCF7DA;
    background: #C49810;
    font-size: 10px;
    line-height: 140%;
}

.sidetitle2 {
    margin-top: -1px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border-bottom: 1px solid  #DFC445;
    border-top:1px solid  #DFC445;
    text-align: center;
    color: #FCF7DA;
    background: #C49810;
    font-size: 10px;
    line-height: 140%;
}

.sidetitle3 {
    margin-top: -1px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border-bottom: 1px solid  #C49810;
    border-top:1px solid  #C49810;
    text-align: center;
    color: #FCF7DA;
    background: #C49810;
    font-size: 10px;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    margin: 10px 10px 20px 10px;
    background: none;
    color: #996633;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
}

/* センタースペース */
.center {
	text-align: center;
    width: 496px;
	font-size: 11px;
	font-family: tahoma, "Osaka",Verdana, Arial,"ＭＳ Ｐゴシック",sans-serif;
	border-bottom: 1px solid #9F6060;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* カテゴリー折り畳み */
.subcategories a.foldmark {
    font-size:9px; /* マークのフォントサイズ */
    text-decoration: none; /* マークの文字装飾（何も表示しない） */
}

/* カウンター */
.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: 0px;
    text-align: right;
    color: #FCF7DA;
    font-size: 9px;
    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 {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #C49810;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #C49810;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
        background: #FCF7DA;
	background-image: url(../images/gin_logo3.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-attachment: fixed;
}

.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 0 0;
    border-bottom: 1px solid #996633;
    border-left: 1px solid #996633;
    border-right: 1px solid #996633;
    text-align: left;
}

/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 498px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #996633;
    border-left: 1px solid #996633;
    border-right: 1px solid #996633;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 200px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 0 0 0 0;
    color: #ffffff;
}

/* サイドバー折り畳み */
input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

#navi {
    padding: 3px;
    border-bottom: 1px solid #666699;
    text-align:center;
    font-size: 12px;
}
#navi ul {
    margin: 0;
    padding: 0;
    display: inline;
}
#navi ul li {
    display: inline;
}
#leftmark {
    margin-right: 395px;
}
#rightmark {
    margin-left: 395px;
}
/* サイドバー折り畳み */

/* サイドメニュー折り畳み */
右端にマークを表示
.sidetitle a.foldmark {
    float: right; /* マークを右端に配置 */
    font-size:9px; /* マークのフォントサイズ */
    padding-right:3px; /* 右端からのパディング */
    text-decoration: none; /* マークの文字装飾（何も表示しない） */
}
/* サイドメニュー折り畳み */

.sidetitle2 {
    width: auto;
    margin:0px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}

.sidetitle2 a {
    width: auto;
}

/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 0px;
    border: 1px solid #DFC445;
    color:#996633;
    background-color:#DFC445;
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}

/* マウスポイント時 */
.sidetitle2 a:hover {
    padding: 0px;
    border: 1px solid #996633;
    color:#FCF7DA;
    background-color:#996633;
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}

.sidetitle3 {
    width: auto;
    margin:0px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}

.sidetitle3 a {
    width: auto;
}

/* 通常 */
.sidetitle3 a:link,
.sidetitle3 a:visited {
    display: block;
    padding: 0px;
    border: 1px solid #C49810;
    color:#FCF7DA;
    background-color:#C49810;
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}

/* マウスポイント時 */
.sidetitle3 a:hover {
    padding: 0px;
    border: 1px solid #996633;
    color:#FCF7DA;
    background-color:#996633;
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}

/* リストマーク */
ul.list2 {
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}

ul.list2 li {
    margin: 0px;
    padding: 0px 0px 0px 12px;
    background: url(././mt-static/images/listmark.gif) no-repeat 3px 0.4em;
    list-style: none;
}

/* サイドメニューツリー化 */
ul.tree {
    margin: 0px!important;
    padding: 0px!important;
    font-size: 9px;
    list-style: none!important;
}
ul.tree ul {
    margin: 0px!important;
    padding: 0px!important;
}
ul.tree li {
    margin: 0px!important;
    padding: 0px 0px 0px 16px!important;
    background-image: url(././mt-static/images/tree_lst_dotted.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.end {
    background-image: url(././mt-static/images/tree_end_dotted.gif);
    list-style: none;
}

/* PHP化ページ分割 */
.paginate{
font-family: Verdana, Arial, sans-serif;
font-size:11px;
}

/* セキュリティーコード */
.scode {
    vertical-align: top;
}
 
#scode {
    margin-left: 5px;
}

/* 投稿者名、コメントの書き込み欄の追加部分 */
	input,textarea {
		font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
		margin: 2px;
                color: #996633;
                background: #FCF7DA;
}

/* リンクやアバウトページ中央見出し */
	.title2	{
		font-size: 12px;
		color: #417b16;
                text-align:left;
                border-left: 3px solid #4EB668;
                color: #417b16;
                background-color: #FCF7DA;
                margin: 5px 0 15px;
                padding: 0 20px;
                line-height: 170%;
                font-weight:bold;
}

/* リンクリストのスクロールバー自動付与… */
.scrollbar {
    height: 300px;
    overflow: auto;
}

/* BlogPeopleスクロールバー自動付与… */
.blogpeople-main {
    height: 350px;
    overflow: auto;
}
.blogpeople-powered-by {
}

/* ListMeメニュー */
select.listme {
font-size:10px;
color:#996633;
background:#FCF7DA;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";
}
　
/* ListMe登録ボタン */
input.listme_sub {
font-size:10px;
color:#996633;
background:#FCF7DA;
border:1px solid #996633;
font-family:Verdana,Arial,sans-serif;
}

/* 画像にフチ設定 */
div.img-fuchi {
background-image: url("./mt-static/images/shadow_001.gif");
background-repeat: no-repeat;
background-position: bottom right;
margin: 25px 5px 10px 5px;
padding: 0px;
position: relative;
}

div.img-fuchi img {
background-color: #FFFFFF;
border: 1px solid #A9A9A9;
margin: -5px 5px 5px -5px;
padding: 4px;
position: relative;
vertical-align: bottom;
}
