/* Base Weblog (base-weblog.css) */

/* basic elements基礎要素 */

html {
    margin: 0;  /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
        }

body {
    margin: 0;  /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: Verdana,"ＭＳ Ｐゴシック", Osaka,  'trebuchet ms' ;
    font-size: 12px;
    font-color: #383c71;
        }

form { margin: 0; padding: 0; }

a { text-decoration: underline; }

a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 5px;
    margin-bottom: 5px;
         }

a { color: #353886; text-decoration: none; }
a:hover { text-decoration: underline; color: #a3b8cc; }


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
      }

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
              }

* html .pkg { display: inline-block; }  /* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }


/* ページ全体の仕様 */

#container {
          line-height: 140%;
          margin-right: auto;
          margin-left: auto;
          text-align: left;
          padding: 0px;
          width:1000px;
          background-color:#ffffff;
                 }

/* 左カラムの仕様 */

#left {
          width: 210px;
          float: left;
          padding: 5px;
          margin-right: 0px;
          background-color: #f0f4f4;

          overflow: hidden;
          line-height: 110%;
          }

/* メインページの仕様 */

#center {
          float: left;
          width: 500px;
          padding: 10px 40px 10px 40px;
          overflow: hidden;
          border-left: 1px solid #808080;
          border-right: 1px solid #808080;
             }

/* 右カラムの仕様 */
#right {
          float: left;
          width: 180px;
          padding: 5px;
          background-color: #ffffff;
          float: right;
          overflow: hidden;
          line-height: 110%;
          }


/* メインページの仕様 */

/* ボディの仕様 */
.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 500px;
    margin-top: 5px;
    margin-bottom: 10px;
             }

/*　トップバナーの位置　*/
#banner {
             position: relative; 
             top: 0px;
             margin-bottom: 10px;
             }

/* ここチカゴロバナー */
#weekly-banner {
     position:relative;
     left: 150px;
                       }             

/* 日記のヘッダー日付 */
.date-header {
    position: static;
    clear: both;
    font-family:serif bold;
    font-size:12px;
                   }

/* エントリーのヘッダー（タイトル） */
.entry-header {
    margin-top: 10px;
    border-left: 7px solid #6f030a;
    border-top: 0px solid #dae0e6;
    border-bottom: 1px solid #6f030a;
    border-right: 0px solid #dae0e6;
    padding: 4px 2px 2px 7px;
    color: #6f030a;
    background-color: #f9f6e0;
    font-family:  'MS Pゴシック', Osaka, 'trebuchet ms' ;
    font-size: 16px;
    font-weight:bold
}

/* エントリーの内容 */
.entry-content {
    font-size: 13px;
    font-family: Verdana, 'MS Pゴシック', Osaka, 'trebuchet ms' ;
    line-height: 18px;
    margin-top: 10px;

             }

.comment-content {
    margin: 0;
    line-height: 1.5;
                             }

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
                  }

/* エントリー画像の回り込み設定 */
.photo-right {
    clear: both;
    float: right;
    margin-top: 5px;
    margin-left:5px;
                  }
.photo-left {
    float: left; 
    margin: 3px 10px 3px 0px;
             }

#float-clear  {
    clear: both;
             }

/* サムネイルの配置 */
.subphoto {
     padding: 0px 0px 0px 2px;
               }

/* コラム中の写真の配置 */
.con-photo {
     vertical-align: middle;
     padding: 2px 3px 2px 3px;
                 }

.con-photo-left { 
     float: left; 
     margin: 5px 5px 5px 0px;
            }

.con-photo-center {
     float: left;  
     margin: 5px 3px 5px 3px; 
                  }

.con-photo-right { 
     float: right; 
     margin: 5px 0px 5px 5px; 
                 }

/* メイン写真の配置 */

.mt-image-center {
     margin: 5px 0px 5px 0px;
                 }

/* 横連３枚のときの写真配置 */

.mt-image-left  {
     margin: 5px 5px 5px 0px;
                }

.mt-image-center3 {
     margin: 5px 3px 5px 3px;
                 }

.mt-image-right  {
     margin: 5px 0px 5px 5px;
                 }

/* コラム中の写真の配置－メイン写真１ */
.con-photo-main {
    clear: both;
    float: left;
    margin-top: 4px;
    margin-right:5px;
                  }

/* コラム中の写真の配置－メイン写真２ */
.con-photo-main2 {
    clear: both;
    float: right;
    margin-top: 4px;
    margin-left: 2px;
                  }


/* 関連columnのテキスト */
.related {
    font-size: 11px;
    font-family: serif bold;
    color: #666;
             }

/* columnのテキスト */
#column {
    font-size: 11px;
    color: #666;
    margin:0px 0px 0px 0px;
    border-bottom: 1px solid #6f030a;
             }

/* エントリーのフッター */

.entry-footer,
.comment-footer,
.trackback-footer,
.archive-content {
    font-size: 10px;
    color: #666;
    position: relative;
    top: -5px;
    left: 0px;
    bottom: 0px;
    text-align: left;
    clear: both;
                          }

.entry-footer,
.entry-more-link,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.typelist-thumbnailed {
    font-size: 10px;
                               }


/* メインページのフッター */
#footer {
    border-top:1px solid #0000cd;
    padding-top:0px;
    clear:both;
            }
#footer p {
    font-size:9px;
    margin-top:0px;
    margin-bottom:0px;
               }

/* エントリータグ？ */
.entry-tags {
    margin: 0 0 10px 10px;
                 }
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list {
    list-style:none;
    padding: 0px;
                       }


/* アーカイブページの設定 */
/* 前のページとメインへのリンク */
.content-nav {
    text-align: center;
    font-size: 10px;
                    }

.comments-header,
.comments-open-header,
.trackbacks-header {
    margin-top: 0;
    border-left: 7px solid #6f030a;
    border-top: 0px solid #dae0e6;
    border-bottom: 1px solid #6f030a;
    border-right: 0px solid #dae0e6;
    padding: 4px 2px 0px 7px;
    color: #666;
    font-size: 12px;
    font-weight: bold;    
                            }

.trackbacks-content {
    margin: 10px 0px 5px 0px;
    font-size: 9px;
                              }

#archive-title {
    font-size:14px;
    font-weight: bold;
    text-align: center; 
                    }

#paginatenavigator {
    text-align: center;
    font-color: #0000cd;
                          }

/* 検索結果ページの設定 */
.search-results-header {
    font-size: 10px;
                                   }


/* 「お知らせ」の設定 */
.infomation {
    font-size: 11px;
    line-height: 14px;
    padding: 5px 10px 5px 20px;
    text-align: left;
    border: 1px solid #c0c0c0;
                    }



/* ココから↓左フレームの設定 */

/* カテゴリーバナーの位置 */
.categoly-banner {
     position:relative;
     left: 15px;
     padding:5px 0 0 0;
                         }

.subcategoly-text {
     position: relative;
     top: 5px;
     left: 0px;
     bottom: 3px;
     font-size: 10px;
     line-height:11px;
                          }    

.subcategoly-image {
     float: left;
     margin: 1px 5px 0px 0px;
                             }

.title01 {
     font-size: 12px;
     margin:10px 0px 0px 0px;
           }

.leftflame-text {
      font-size:10px;
      line-height:18px;
      margin: 0px 0px 0px 0px;
                      }

.monthly-text  {
      font-size: 10px;
      position:relative;
      left:30px;
               }

#mailadress-text {
     margin: 10px 0px 10px 30px;
     position: relative;
     bottom: 3px;
     font-size: 12px;
     line-height:14px;
                          } 


.powered-by {
     margin: 50px 0px 50px 30px;
     position: relative;
                          } 

   
#jibun-link  {
      font-size: 10px;
      border-bottom: 1px solid #6f030a;
               }


#link-font09   {      
      font-size: 9px;
      line-height: 9px;
      margin-top:7px;
               }


/* ココから↓右フレームの設定 */

#weekly-list  {
      font-size: 10px;
      line-height:18px;
               }


.comments-body  {      
      font-size: 10px;
               }

/* ココまで↑右フレームの設定 */


/* ＥＮＤ */

