@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.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 *
 * Copyright (C) 2005 www.koikikukan.com All rights reserved.
 */

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

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

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

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

/* 順序つきリスト */
ol {
    padding-left: 26px;
}

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

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

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

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

/* タイトルバナー */
#banner {
    margin: 0 0 5px 0;
    padding:  3px 0  5px 16px;
    _padding: 0px 0 10px 16px;
    border-bottom: 1px solid #666699;
    background: #ffffff;
    background-position: 10px 0px;
    background-repeat: no-repeat;


    background-image: url("./images/TBP2.gif");
/*
    background-image: url("./images/SJS.gif");
    background-image: url("./images/AJH.gif");
    background-image: url("./images/BAU3.gif");
    background-image: url("./images/WLU390x75.gif");
    background-image: url("./images/TBP2.gif");
*/
    text-align: left;
    height: 100px;
    font-size: medium;
    _font-size: small;
    line-height: 130%;
}

#banner table {
   margin-bottom: 5px;
}

#banner a,
#banner a:link,
#banner a:visited {
/*
    color: #006699;
*/
    color: #36414d;
    text-decoration: none;
    font-size: medium;
    _font-size: small;
    font-weight: bold;
}

#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */

#banner h1 {
    position: relative;
    top: 53px;
    _top: 60px;
    left: 0px;
    color: #36414d;
    font-size: medium;
    _font-size: small;
}

#notes {
    position: relative;
    top: 53px;
    _top: 60px;
    left: 0px;
    color: #36414d;
    line-height: 130%;
}

#notes a,
#notes a:link,
#notes a:visited  {
    color: #006699;
    font-size: large;
    _font-size: medium;
    text-decoration: none;
}

.adsense-head {
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #666699;
    background: #ffffff;
}

.adsense-end {
    margin: 0 5px;
    wide: auto;
    text-align: center;
    border:1px solid #a3b8cc;
}

.adsense-common-end {
    margin: 0 5px 15px 5px;
    wide: auto;
    text-align: center;
    border:1px solid #a3b8cc;
}



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

/* エントリー日付 */

.date	{ 
	font-size: small; 
	_font-size: x-small; 
	color: #003366;
       	text-align: right;
	line-height:130%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    padding: 0 15px;
    border: 1px solid #a3b8cc;
    color: #36414d;
    background: #ffffff;
/*
    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");
    margin: 0 5px 15px;
    font-size: 12px;
    word-break: break-all;
*/
    font-size: small;
    _font-size: x-small;
    line-height:170%;
}
.entry a:active {}

/*
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}
*/

.entry h2 {
	color: #666666;
	font-size: small;
	_font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
        background: #F6F6F6;
        border: 1px solid #A3B8CC;
        border-left: 8px solid #A3B8CC;
        padding-left: 4px;       
	}

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

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

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

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

.entry-footer img {
                   border: none; 
                   vertical-align: middle;
                   }



.entry-adsense {
    width: auto;
    margin: 0 5px 15px;
    padding: 0 15px;
    border: 1px solid #a3b8cc;
    color: #36414d;
    background: #ffffff;
    font-size: small;
    _font-size: x-small;
    line-height:170%;
}

.accessrank {
    margin: 0 5px 15px;
    wide: auto;
/*
    text-align: left;
    border:1px solid #a3b8cc;
*/
    background: #ffffff;
    font-size: small;
    _font-size: x-small;
    line-height: 170%;    
}

.accessrank h4 {
	color: #666666;
	font-size: small;
	_font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
        background: #F6F6F6;
        border: 1px solid #A3B8CC;
        border-left: 8px solid #A3B8CC;
        padding-left: 4px;
}


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

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


/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    text-align: center;
/*
    border: 1px solid  #666666;
    color: #444444;
    background: #f6f6f6;
*/
    border: 1px solid #999999; /* 枠線 */
    color:#666666; /* 文字色 */
    background-color:#f6f6f6; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
/*
    font-size: 10px;
*/
    font-size: small;
    _font-size: x-small;
    line-height: 140%;
}

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

.side ul, 
.side li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.side2 {
    margin: 3px 0 0px;
    background: none;
    color: #444444;
/*
    font-size: 10px;
    _font-size: 9px;
*/
    font-size: x-small;
    _font-size: xx-small;
    line-height: 120%;
    _line-height: 150%;
}

.side2 li {
    list-style-type: none;
    list-style-image: url(./images/tree_lst3_dotted.gif);
    margin: 0px!important;
    padding: 0px 0px 0px 0px!important;
}

.side2 li.end {
    list-style-type: none;
    list-style-image: url(./images/tree_end_dotted.gif);
    margin: 0px!important;
    padding: 0px 0px 0px 0px!important;
}

.sidelogo {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    font-size: x-small;
    _font-size: xx-small;
    line-height: 100%;
    color: #444444;
}

.sidelogo img {
         border: none; 
         vertical-align: middle;
         margin: 0;
         padding: 0;
        }

.sidecenter {
    text-align: center;
    font-size: x-small;
    _font-size: xx-small;
    line-height: 100%;
    color: #444444;
}

/* サイドメニュー(サブカテゴリー用) */
.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; /* マークの文字装飾（何も表示しない） */
}

ul.tree {
    margin: 0px!important;
    padding: 0px!important;
/*
    font-size: 9px;
*/
    font-size: x-small;
    _font-size: xx-small;
    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(./images/tree_lst_dotted.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.end {
    background-image: url(./images/tree_end_dotted.gif);
    list-style: none;
}

.sidetitle2 {
    width: auto;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
    border: 1px solid #999999; /* 枠線 */
    color:#666666; /* 文字色 */
    background-color:#f6f6f6; /* 背景色 */
}

.sidetitle2 a {
    width: auto;
}

/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color:#666666; /* 文字色 */
    background-color:#f6f6f6; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
/*
    font-size:10px;
*/
    font-size: small;    
    _font-size: x-small;
    text-decoration: none;
}

/* マウスポイント時 */
.sidetitle2 a:hover {
/*
    padding: 2px;
*/
    border: 1px solid #999999; /* 枠線 */
    color:#ffffff; /* 文字色 */
    background-color: #999999; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
/*
    font-size:10px;
*/
    font-size: x-small;    
    _font-size: xx-small;
    text-decoration: none;
    text-align: left;
}

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

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

/* クレジットバナー */
.powered {
    margin-top: 20px;
    text-align: left;
    color: #666666;
/*
    font-size:9px;
*/
    font-size: x-small;        
    _font-size: xx-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 {
    text-align: center;
}

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

.trackbacks-header,
.relentries-header,
.rankedentries-header,
.comments-header,
.comments-open-header {
	color: #666666;
	font-size: small;
	_font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
        background: #F6F6F6;
        border: 1px solid #A3B8CC;
        border-left: 8px solid #A3B8CC;
        padding-left: 4px;       
	}
/*
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
*/
}

#trackbacks-info,
.trackback-content,
.relentries-content,
.rankedentries-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
/*
    font-size: 12px;
*/
    font-size: small;    
    _font-size: x-small;
    line-height: 170%;
    word-break: break-all;
}

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

.trackback-footer,
.relentries-footer,
.rankedentries-footer,
.comment-footer {
/*
    font-size: 9px;
*/
    font-size: x-small;
    _font-size: xx-small;
    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: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

.mpage    {
        color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	_font-size: x-small;
        margin: 0px 4px;
        border: 1px solid #004040;
        padding: 5px;
        background-color: #fffff0;
        font-weight: normal;
        }

.pankuzu    {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	_font-size: x-small;
        margin: 0px 4px 4px 4px;
        padding: 5px;
        font-weight: normal;
/*
        color: #666666;
        border: 1px solid #004040;
        background-color: #fffff0;
*/
        }

.QRcode  {
        margin: 30px 20px;
}

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


/* 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: #a3c9c9;
/*
    background: #f6f6f6;
    background: #36414d;
*/
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
/*
    width: 950px;
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
*/
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
}

.layout-three-column #content {
/*
    width: 548px;
    width: 518px;
    width: 498px;
*/
    float: left;
    width: 540px;
    margin: 0;
/*
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
*/
}
.layout-three-column #links-left-box {
    float: left;
/*
    width: 180px;
*/
    width: 180px;
}
.layout-three-column #links-right-box {
/*
    width: 170px;
*/
    width: 170px;
    float: left;
}
.layout-three-column #links-left {
    padding: 10px 5px 0 15px;
    color: #ffffff;
}
.layout-three-column #links-right {
/*
    padding: 15px 5px 0 15px;
*/
    padding: 10px 5px 0 5px;
    color: #ffffff;
}

/* フッタ */
.layout-three-column #footer {
    padding: 10px;
    border-top: 1px solid #666699;
    color: #006699;
    background: #ffffff;
/*
    background: #f6f6f6;
    font-size: 12px;
*/
    font-size: small;
    _font-size: x-small;
    text-align: center;
}

.module-tagcloud {
                 background: #ffffff;
                 margin: 0;
                 padding: 5px 0px;
                 border: 1px solid #a3b8cc;
                 color: #36414d;
                 }

.module-header {display: none; }

/*
.module-tagcloud .module-list {text-align: center; }
*/

.module-tagcloud .module-list {text-align: left; }

.module-tagcloud .module-list {list-style: none; 
                               padding: 0 5px; 
                }

.module-tagcloud .module-list-item {display: inline; }

.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 16px; }
.module-tagcloud li.taglevel3 { font-size: 13px; }
.module-tagcloud li.taglevel4 { font-size: 10px; }
.module-tagcloud li.taglevel5 { font-size: 9px; }
.module-tagcloud li.taglevel6 { font-size: 8px; }

/*
.module-tagcloud li.taglevel1 { font-size: 13px; }
.module-tagcloud li.taglevel2 { font-size: 12px; }
.module-tagcloud li.taglevel3 { font-size: 11px; }
.module-tagcloud li.taglevel4 { font-size: 10px; }
.module-tagcloud li.taglevel5 { font-size: 9px; }
.module-tagcloud li.taglevel6 { font-size: 8px; }

.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }
*/

.sbm   {
       margin: 0 5px;
       wide: auto;
       text-align: center;       
       }

.sbm img {
         border: none; 
         vertical-align: middle;
        }

.sbm ul {
         padding: 5px;
/*
         text-align: right;
*/
         }

.sbm li {
         display: inline;
         margin-left: 5px;
         padding: 0px;
         list-style-type: none;
        } 


