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

/*
* File      : styles-site.css
* Version   : 2.03
* 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.
*
* 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,
a:active {
    color: #00049D;
    text-decoration: none;
}

a:hover {
    color: #FF6600;
    text-decoration: none;

}
a img { border: 0; }


hr {
    border: 0;
    height: 1px;
    background-color: #C3CFDB;
    color: #C3CFDB;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
}


/*==========================================================================
タイトル上説明
==========================================================================*/
#top {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 5px 5px 5px;
    text-align: right;
}


#top h1 {
    font-size: 10px;
    font-color: #444444;
    float: right;
    padding: 0px;
    margin: 1px 0px 0px 0px;
}

#top h2 {
    font-size: 10px;
    font-color: #444444;
    padding: 0px;
    margin: 0px;
}

/*==========================================================================
パンクズ
==========================================================================*/

#pankuzu {
    width: auto;
    align: center;
    padding: 5px;
    margin: 1px 0 1px 0;
    text-align: left;
    font-size: 11px;
    background-color: #E7EEFF;
    color:  #36414d;
    font-weight: nomal;
    text-decoration: none;
    float: none;
}

#ad-top {
    width: auto;
padding: 10px 0px 0px 40px;
border: 1px solid #CCCCCC;
    margin: 10px 0 10px 0;
    font-size: 11px;
    background-color: #FFFFFF;
    text-decoration: none;
    float: none;
}

/*==========================================================================
タイトル
==========================================================================*/
#banner {
    padding: 0px;
    border: 0px solid #CCCCCC;
    color:#999999;
    background:#ffffff;
    background-position:right top;
    background-repeat:no-repeat;
    background-image:url("http://csmdj.com/eggs/images/egg.jpg");
    text-align: left;
    height: 76px;
}

#banner a {}
#banner a:link {}
#banner a:visited {}
#banner a:active {}
#banner a:hover {
    background: none;
}

/* タイトル下の説明 */
#banner h2 {
    color: #330000;
    font-weight: normal;
    font-size: 12px;
    padding-left : 6px ;
}


/*==========================================================================
エントリー全体
==========================================================================*/
.blog {
    padding: 0px 0px 10px 0px;
    font-size: 13px;
    color: #36414d;
    background: none;
    float: none;
}

.comenttop {
    width: auto;
    padding: 3px 0px 5px 7px ;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #636ACB;
    border-top: 1px solid #636ACB;
    border-right: 1px solid #636ACB;
    border-bottom: 1px solid #636ACB;
    border-left: 8px solid #636ACB;
}


.blog #coment {
    width: auto;
    padding: 0px 4px 20px 15px;
    margin: 10px 0px 5px 0px;
    line-height: 140%;
    font-size: 13px;
}


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

/*==========================================================================
段落
==========================================================================*/
p {
    margin-top: 15px;
    margin-bottom: 15px;
}
/*==========================================================================
エントリー
==========================================================================*/
.entry {
    width: auto;
    background: #ffffff;
    background-position: right;
    background-repeat: repeat-y;
    background-image: url(".gif");
    font-size: 12px;
    line-height:150%;
    padding: 5px;
    margin: 0px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    word-break: break-all;
}

.entry hr {
    border: 0;
    height: 1px;
    background-color: #C3CFDB;
    color: #C3CFDB;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.method {
    background-color: #FFF6E8;
    padding: 10px;
    margin: 5px 0px 10px 0px;
}

.entry a {
    color: #660000;
    text-decoration: none;
}
.entry a:link {}
.entry a:visited {}
.entry a:active {}

.entry a:hover {
    color: #660000;
    background: #FAEBD7;
}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

.entry-body {
    padding: 0px 10px 20px 10px;
    margin-top: 15px;
}



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

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


/*==========================================================================
エントリータイトル
==========================================================================*/
.entry-header {
    font-size: 13px;
    color: #FF3300;
    font-weight: bold;
    background: none;
    background-position: 5px;
    background-repeat: no-repeat;
    background-image: url("http://csmdj.com/eggs/images/point-o.gif");
    background-color: #FFF6E8;
    padding: 2px 0px 2px 18px;
    margin: 5px 0px 0px 0px;
    border: 1px solid #CCCCCC;
}


.entry-header a,
.entry-header a:link,
.entry-header a:visited,
.entry-header a:active {
    color: #FF3300;
    font-weight: bold;
}


.entry-header a:hover {
    color: #FF3300;
    font-weight: bold;
    background: #FAEBD7;
}


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

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

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


/*==========================================================================
サイドメニュー
==========================================================================*/
/* タイトル */
.sidetitle {
    margin-top: 0px;
    padding: 3px;
    border-right: 0px solid #636ACB;
    border-left: 0px solid #636ACB;
    border-bottom: 1px solid #E7EEFF;
    text-align: center;
    color: #FFFFFF;
    background: #636ACB;
    font-size: 12px;
    font-weight: bold;
    line-height: 140%;
}

.sidetitle a,
.sidetitle a:link,
.sidetitle a:visited {
    color: #FFFFFF;
    font-weight: bold;
}

.sidetitle a:hover {
    color: #FF6600;
    font-weight: bold;
}

.side {
    margin: 0px;
    padding: 6px 6px 10px 6px;
    background: #FFFFFF;
    border-right: 0px solid  #CCCCCC;
    border-left: 0px solid  #CCCCCC;
    color: #444444;
    font-size: 10px;
    line-height: 145%;
    background-color: #E7EEFF;
}




.side-bottom {
    margin: 0px 0px 0px 0px;
    padding: 6px 6px 10px 6px;
    background: #FFFFFF;
    border-right: 0px solid #CCCCCC;
    border-bottom: 1px solid #FFFFFF;
    border-left: 0px solid #CCCCCC;
    color: #444444;
    font-size: 10px;
    line-height: 145%;
    background-color: #E7EEFF;
}

.side ul {
    padding-left: 0px;
}


/* サブカテゴリー用 */

.side #categories ul {
    font-size: 13px;
    background-color: #FFFFFF;
    line-height: 18px;
}

.side #categories ul ul {
    padding-left: 15px;
    background-color: #E7EEFF;
}

.side #categories li {
    list-style-type: none;
}


/* 広告関連 */


.side #ad-t,
.side-bottom #ad-t {
    padding: 0px 0px 0px 4px;
    margin-top: 15px;
    font-size: 12px;
    color: #666666;
    line-height: 140%;
}

.side #ad-t a,
.side-bottom #ad-t a {
    font-weight: bold;
    color: #00049D;
    text-decoration: underline;
    background: none;
}

.side #ad-m,
.side-bottom #ad-m {
    padding: 0px 0px 0px 4px;
    font-size: 12px;
    color: #666666;
    line-height: 140%;
}

.side #ad-m a,
.side-bottom #ad-m a {
    color: #666666;
    text-decoration: none;
    background: none;
}

.side #ad-b,
.side-bottom #ad-b {
    padding: 0px 0px 0px 4px;
    margin-bottom: 15px;
    font-size: 9px;
    color: #666666;
    line-height: 140%;
}

/*==========================================================================
サイトマップ
==========================================================================*/
#sitemap {
    font-size: 12px;
    list-style-type: none;
    line-height: 145%;
}

#sitemap li {
    margin: 3px;
}

#side-sitemap {
    padding-left: 15px;
    font-size: 13px;
    line-height: 145%;
}


/*==========================================================================
コメント・トラックバック
==========================================================================*/
#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; }

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

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


#trackbacks-info,
.relentries-content,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0px 0px 0px 7px;
    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: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/*==========================================================================
クレジットバナー
==========================================================================*/
.powered {
    margin: 5px auto 0px 38px;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
    float: left;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/*==========================================================================
カテゴリ概要
==========================================================================*/
.summary {
    width: auto;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    padding: 5px 15px 5px 15px;
    margin: 0px;
    word-break: break-all;
}

/*==========================================================================
その他
==========================================================================*/
/* 順序なしリスト */
ul {
    padding-left: 16px;
    list-style-type: none;
}

ul li {
    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;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* カウンター */
.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%;
}


.syndicate a {
    background: none;
}

/*==========================================================================
3段カラム
==========================================================================*/

body.layout-three-column {
    align: center;
    margin-bottom: 20px;
    text-align: center;
    background: #ffffff;
}

.layout-three-column #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 10px 0;
    border: 1px solid #CCCCCC;
    text-align: left;
    background-color: #ffffff;
}

.layout-three-column #main {
    float: left;
    width:648px;
}

.layout-three-column #content {
    float: right;
    width: 475px;
    margin: 0 0 10px 0;
}
.layout-three-column #links-left-box {
    float: left;
    width: 173px;
}
.layout-three-column #links-right-box {
    float: right;
    width: 149px;
}
.layout-three-column #links-left {
    padding: 0 10px 0 0px;
    color: #ffffff;
}

.layout-three-column #links-right {
    padding: 0 0px 0 10px;
    color: #ffffff;
}

/*==========================================================================
Copyright
==========================================================================*/
#copy {
    width: auto;
    background: #636ACB;
    padding: 4px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size: 11px;
    color: white;
    font-weight: nomal;
    text-decoration: none;
    float: none;
}


#copy a {
    color: #FFFFFF;
    background: none;
    text-decoration: underline;
}

#copy a:hover {
    color: #FFFFFF;
    background: none;
    text-decoration: underline; 