/* 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, Arial, sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: none;  /* 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: 10px;
   margin-bottom: 10px;
}


/* 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; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 720px;
   text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}
/* ━エントリーその他の設定━━━━━━━━━━━━━━━━━━━━━ */
.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
/* ━エントリーコメント下部画像━━━━━━━━━━━━━━━━━━━━ */
   background-image: url("sozai/bg-comm-foot.gif"); /*=====エントリー下部画像*/
   background-position: bottom left;
   background-repeat: no-repeat;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 0px 10px;/*???????????????????????????????????????????????????????????????????????????*/
}

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

.entry-footer,
.trackback-footer,
/*.comment-footer,*/
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

/* ━コメント書き込み画面入力枠の横幅━━━━━━━━━━━━━━━━━━━━ */
#comment-author, #comment-email, #comment-url  /*======名前・メール・ＵＲＬ部分*/
{
   width: 240px;
}

#comment-text /*============================================テキスト部分*/
{
   width: 450px;
}


#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

/*━━リンクの説明部分━━━━━━━━━━━━━━━━━━━*/
.module-link-se
{
    margin: 5px 0px 0px 5px;
    font-size: 9px;
    line-height: 120%;
}


.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.5em;
   line-height: 1;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}

/* ━カレンダーの設定━━━━━━━━━━━━━━━━━━━━━━━━ */
/* mmt calendar */

.module-mmt-calendar  /*====================カレンダー全体の枠（題字除く）*/
{
   margin-bottom: 5px;
}
.module-mmt-calendar .module-content 
{
   margin: 0; 
}
.module-mmt-calendar .module-header 
{
   margin: 0; 
}
.module-mmt-calendar .module-header a 
{
   text-decoration: none; 
}
.module-mmt-calendar table 
{
   width: 100%; 
}
.module-mmt-calendar th 
{
   text-align: left; 
}
.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}
.day-photo
{
   width: 54px;
   height: 54px;
}
.day-photo a
{
   display: block;
}
.day-photo a img
{
   width: 50px;
   height: 50px;
}
/* ━WDT━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Vicksburg (theme-vicksburg.css) */
/* basic page elements */

body
{
   font-family:  Verdana, Arial, sans-serif;
   font-size: 12px;
}
a 
{
   color: #993366; /*=================================<a>文字基調色（エンジ）*/
   text-decoration: none;   /* underline; */ 
}
a:hover 
{
   color: #FF6699; 
}
/* ━バナー見出し文字枠内━━━━━━━━━━━━━━━━━━━━━ */
#banner a 
{
   color: #ff6600;
   text-decoration: none; 
}
#banner a:hover 
{
   color: #FF6699; 
}
/* ━コンテンツリスト文字色━━━━━━━━━━━━━━━━━━━━━━ */
.module-content a
 { 
   /* color: #FF6600; */ /*============================リスト文字（オレンジ）*/
 } 
.module-content a:hover 
{
   color: #FF3366; 
}
h1, h2, h3, h4, h5, h6
{
   font-family: Verdana, Arial, sans-serif;
}
/* ━コンテンツ見出し設定━━━━━━━━━━━━━━━━━━━━━━ */
.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0 0 5px 0;
/* ━コンテンツ見出し枠サイズ━━━━━━━━━━━━━━━━━━━━ */
     padding: 10px 0px 10px 0px;

      border-top: solid 1px #c4e8d3; /*======================枠の設定*/
      border-bottom: solid 1px #005700;*/
      border-right: solid 1px #005700;*/
      border-left: solid 1px #c4e8d3;*/

/* ━コンテンツ見出し文字色　カテゴリーなど━━━━━━━━━━━━━━ */
   color: #005700;  /* #FF6699; */ /*=====================色（グリーン）*/
/* ━コンテンツ見出しバック色━━━━━━━━━━━━━━━━━━━━ */
   background: #EFF3E2;  
   /*background: #ffffff;
   /* border: 2px solid #009900; */  /* ====================メイン枠線色 */
   font-size: 12px; /* ============================見出しフォントサイズ */
   font-weight: bold;
   line-height: 1;
   text-align: center;
   text-transform: uppercase;
   background-image: url("sozai/bg-modu-head.gif");  /* ====コンテンツ見出し画像 */
   background-position: bottom left;
   background-repeat: no-repeat;

}

/* ━コメントMTC部分文字サイズ━━━━━━━━━━━━━━━━ */
/* ━トラックバックMTP部分文字サイズ━━━━━━━━━━━━━━ */
.comments-mtc
{
    margin: 5px 0px 0px 5px;
    font-size: 9px;
    line-height: 120%;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
/* ━コンテンツ見出し文字色　アーカイブなど━━━━━━━━━━━━━ */
   color: #005700;  /* #FF6699; */ /*===================色（グリーン）*/
}

.entry-more-link,
.entry-footer,
/*.comment-footer,*/
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 10px; /* ????????????????????変化なし判らない */
}

.commenter-profile img { vertical-align: middle; }

/* ━ページのレイアウト━━━━━━━━━━━━━━━━━━━━━━━ */
/* page layout */
/* ━CRT全表示画面━━━━━━━━━━━━━━━━━━━━━━━━ */
body
{
   min-width: 842px;
   color: #6c6c6c; /*#333333;*/ /*=============エントリー文字色（グレー）*/
   background: #ffffff; /*#E4E4D4; /*#CED9A8; /*=============バック色（薄グリーン）*/ 
    /* background-image: url("fr025_bg.gif"); *//* ==========画像表示の時 */
}
/* ━表示画面（左･中央・右）━━━━━━━━━━━━━━━━━━━━━ */
#container
{
   width: 808px;
/* ━両サイドコンテンツ下の余分部分（バック色）━━━━━━━━━━━━━ */
   /*background:  #CED9A8; /*=======================バック色（薄グリーン）*/
}
/* ━外の囲み枠線━━━━━━━━━━━━━━━━━━━━━━━━━ */
#container-inner
{
   border-width: 0px 2px; /*=========コンテナー上下左右の枠（現在左右のみ）*/
   border-style: solid;
   border-color: #FF6600; /*#ffffff; /*=========コンテナーの枠線色（オレンジ）*/
}
/* ━バナータイトル部全体━━━━━━━━━━━━━━━━━━━━━━ */
#banner
{
   width: 804px; /* necessary for ie win */
   height: 30px; /* ========バナー部全体の高さ（バナー上部余白と関連あり） */
   /*background: #E3EACE; /*#E4E4D4; /*==============バック色（薄グリーン）*/
   /*background: #CED9A8; /*#E4E4D4; /*==============バック色（薄グリーン）*/
/* ━バナータイトル画像━━━━━━━━━━━━━━━━━━━━━━━ */
   background-image: url("sozai/title-yakei-001.jpg"); /*=======タイトル画像*/
   background-repeat: no-repeat;
   margin: 0px 0px 3px 0px;
   padding: 0px 0px 0px 0px;
}
/* ━バナータイトル部枠線━━━━━━━━━━━━━━━━━━━━━━ */
#banner-inner
{
   margin-top: 0px; /* ==============バナー枠上部の余白（枠下と関連あり） */
   margin-bottom: 0px;
   height: 30px; /* ==================バナー枠の高さ（下部余白と関連あり） */
   /*padding: 0px 0px 0px 0px; */
   /*border-width: 7px; */
   border-top-style: solid; /* =====================メイン枠上色（オレンジ） */
   border-top-color: #ff6600;
   border-top-width: 3px;
   border-right-style: solid; /* ====================メイン枠右色（オレンジ） */
   border-right-color: #ff6600;
   border-right-width: 2px;
   border-bottom-style: solid;/* ===================メイン下線色（オレンジ） */
   border-bottom-color: #FF6600; 
   border-bottom-width: 3px;
   border-left-style: solid; /* ======================メイン枠左色（オレンジ） */
   border-left-color: #ff6600;
   border-left-width: 2px;
   /*background: #ffffff; /*=================================バック色（白）*/
   /*background-image: url("sozai/title-eki-kyu-001.jpg"); */
}

.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }
/* ━バナー見出し文字枠上部━━━━━━━━━━━━━━━━━━━━ */
#banner-header
{
   margin: 145px 0px 0px 0px;
   padding: 5px 20px 5px 20px;
   color: #ff6600;
   background:  #ffffff; /*#F6F6F6;/*#F9F9F9;*/
   font-size: 18px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
   white-space: normal; width: 165px; 
   
}
/* ━バナー見出し文字枠下部注釈━━━━━━━━━━━━━━━━━━ */
#banner-description
{
   margin: 0px 0px 0px 100px;
   /*margin-bottom: 0;*/
   padding: 0px 20px 5px 20px;
   color: #ff6600;
   background:  #ffffff; /*#F6F6F6;/*none;*/
   font-size: 12px;
   font-weight: normal;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
   white-space: normal; width: 470px;
}
/* ━表示領域設定（alpha=左　beta=中央　gamma=右）━━━━━━━━━━ */
#alpha 
{
   margin: 0px; width: 480px;
}
/* ━中央の外枠線設定━━（beta）━━━━━━━━━━━━━━━━━━━ */
#beta
 {
    margin: 0px 5px 5px 5px;
    width: 200px;
 }
#gamma, #delta 
{
   margin: 0px;  width: 180px;
}

#alpha-inner,
#beta-inner,
#gamma-inner,
#delta-inner /*============カレンダー内部 */

{
   padding: 50px 10px 0 10px;
   border: 0px;
}

/* ━エントリー上部の説明・最下部著作権表示部分━━━━━━━━━━━ */
#footer
{
   margin: 0;
   /*padding: 5px 0 5px 80px;*/
   /*color: #ff6600;*/
   font-size: 12px;
   /*font-weight: bold;*/
   /*line-height: 1;*/
}

/* ━エントリー日付部分━━━━━━━━━━━━━━━━━━━━━━━ */
.date-header
{
   margin: 0 0 0 0px;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   border-top: 1px solid #c4e8d3; */*===================上の枠線（グリーン）*/
   border-bottom: 1px solid #005700; */*================下の枠線（グリーン）*/
   border-left: 1px solid #c4e8d3; /*====================左の枠線（グリーン）*/
   border-right: 1px solid #005700;  /* ==================右の枠線（グリーン）*/
   color: #a20000; /*====================================日付色（エンジ）*/
   background:  #E3EACE; /*==========================バック色（薄グリーン）*/
   /*background:  #CED9A8; /*==========================バック色（薄グリーン）*/
   text-transform: none; /* uppercase; */
                /* background: #FF54FF; */
   padding:3px 10px;
	/* border-top: 1px solid #FF6699; */
	/* border-bottom: 1px solid #FF6699; */
}
/* ━エントリーヘッド画面━━━━━━━━━━━━━━━━━━━━━━━ */
.entry-header
{
   margin-top: 0;
/* ━エントリータイトルの上下線色━━━━━━━━━━━━━━━━━━━ */
   /*border-top: 2px solid #005700;  /* ======================上線 */
   border-bottom: 1px dashed #009900;  /* =================下線 */
/* ━エントリータイトル上下左右空白━━━━━━━━━━━━━━━━━━ */
   padding: 4px 50px;
/* ━エントリータイトル文字色━━━━━━━━━━━━━━━━━━━━━ */
   color: #005700;  /* #009900; */ /*======================色（グリーン）*/
   font-size: 14px;
   font-weight: bold;
/* ━エントリータイトルバック色━━━━━━━━━━━━━━━━━━━━ */
	/* background: #c0c0ff; */  /* #ffecec; */
   border-left: 5px solid #ff6600; /*===================左の縦線（グリーン）*/
}

.entry-body,
/* ━エントリー記事の上下左右空白━━━━━━━━━━━━━━━━━━ */
.entry-more
{
   padding: 5px 15px;
    /*background: #FFECEC;/*======================エントリー枠内色（ピンク）*/
}
/* ━エントリー下部の投稿者・時間の表示枠━━━━━━━━━━━━━━━ */
.post-footers
{
   padding: 0px 20px 0 0;
}
/* ━エントリー記事と下部━━━━━━━━━━━━━━━━━━━━━━━ */
.entry-content a
{
   text-decoration: underline; /* none;  */
}
.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
   }
/* ━色々な下部の設定━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry-footer,
/*.comment-footer,*/
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid  #009900;  /* #FF6699; */
   padding-top: 3px;
/* ━エントリー下部の投稿者・時間の文字色━━━━━━━━━━━━━━━ */
   color: #666;
   font-size: 10px; /* ====================================文字の大きさ*/
   text-align: right;
}

.comment-content,
.trackback-content,
/*.comment-footer,*/
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #FF6699;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #FFECEC;
}

/* ━コメントの入力画面設定━━━━━━━━━━━━━━━━━━━━━━ */
.comments-open-footer
{
   margin: 10px 0px;
  padding: 0px 0px 0px 50px; /*==========コメント入力画面の「確認」「投稿」の枠*/
}

/* ━モジュールの設定━━━━━━━━━━━━━━━━━━━━━━━━ */
/* modules */

.module
{
   margin: 0 0 10px 0;
   color: #FF6699;
/* ━左右コンテンツの枠内下部色━━━━━━━━━━━━━━━━━━━ */
   background: #ffffff;  /*#FFCCCC; */
}

/* ━コンテンツ枠内の設定━━━━━━━━━━━━━━━━━━━━━━ */
.module-content
{
/* ━コンテンツ枠内下部拡大縮小━━━━━━━━━━━━━━━━━━━ */
   margin: 0 0 10px 0;
/* ━コンテンツ「検索」の文字色━━━━━━━━━━━━━━━━━━━━ */
   color: #a20000; /*#ff6699; */ /*========================色（エンジ）*/
   padding: 10px 0px 0px 3px;
/* ━コンテンツ内文字サイズ━━━━━━━━━━━━━━━━━━━━━ */
   font-size: 11px; /*=====================両サイドコンテンツの文字サイズ*/
   line-height: 1.2; /*???????????????????????????判らない?????????*/ 
/* ━左右コンテンツの枠の色（リストを囲う枠）━━━━━━━━━━━━━━ */
   background: #ffffff;
    /* border: 1px solid #009900; */ /* ================メイン枠線色（グリーン） */
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; } 

.module-powered { border-width: 0; }
/* ━powered枠内表示設定━━━━━━━━━━━━━━━━━━━━━━ */
.module-powered .module-content
{
   margin-bottom: 0;
   border: 1px dashed #FF3366; /*===================poweredの外枠破線色*/
   padding-bottom: 10px;
   color: #292e33;
   background: #fff;
}

.rss
{
	border:solid 1px #999999;
	padding: 1px;
	width: 60px;
}

.rss a
{
	display: block;
	width: 100%;
	background: #bbbbbb;
	color: #000000;
	font-size: 9px;
	font-family: Arial Helvetica, sans-serif;
}

.rss-format
{
	background: #ff6c00;
	padding: 05px;
}


.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
/* ━エントリー枠の設定━━━━━━━━━━━━━━━━━━━━━━━━ */
   margin: 0px 5px 10px 20px; /* ==================エントリーリスト枠内余白 */
	color: #FF6699; /*???????????????????????????????????????????????*/
                line-height: 150%; /*================エントリーリスト表示行の高さ*/

/* ━エントリータイトルに付けるマーク━━━━━━━━━━━━━━━━━━━ */
	list-style: url(sozai/bg-modu-list.gif);
}

.module-list .module-list
{
   margin: 5px 0 0px 0;
   padding-left: 15px;
   list-style: circle;
   /* line-height: 120%;  /*=====================エントリーリストを表示する行の高さ*/
}

.module-list-item
{
   margin-top: 0px; /*===================================== リスト上の余白 */
   margin-bottom: 5px; /*================================= リスト下の余白 */
   color: #6C6C6C; /*#FF6699; */ /*=========================リスト文字色（グレー）*/
 /* line-height: 150%; /*======================== リストの文字間隔（上下）不明?????????*/
}

.typelist-thumbnailed .module-list
{
   margin: 0 0 10px 0;
   list-style: none;
}

.typelist-thumbnailed .module-list-item
{
   margin: 1px 0;
   padding: 0;
   background: #f3f6f9;
}

.typelist-thumbnail
{
   background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
   margin: 0;
   border-width: 0;
   padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
   width: 64px; /* mac ie fix */
   margin: 0 10px 10px 0;
   padding: 0px;
   background: none;
}

.module-recent-photos .module-list-item a
{
   border: #CCCC66 1px solid;
   padding: 1px;
   background: #fff;

}

.module-recent-photos .module-list-item a:hover
{
   border-color: #FF6699;
   background: #fff;
}

/* ━カレンダー━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* calendar tweaks */

   .layout-calendar #alpha { width: 180px; }
   .layout-calendar #beta { width: 180px; }

   .layout-calendar #gamma,
   .layout-calendar #delta
   {
      width: 190px;
   }

   .layout-calendar #gamma-inner,
   .layout-calendar #delta-inner
   {
      border: 0;
      padding: 0;
   }

   .module-mmt-calendar { width: 100%; }
   .module-mmt-calendar .module-content
   {
      margin: 0;
      border-width: 0;
      padding: 0px;
   }
/* ━カレンダーテーブル━━━━━━━━━━━━━━━━━━━━━━━━ */
   .module-mmt-calendar table
   {
      width: 80%; /*============================カレンダー本体の大きさ調整*/
      background: #C8C8FF; /*=========================カレンダー内部の色 */
      margin: 0;
   }

   .module-mmt-calendar caption
   {
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      /* color: #FF6699; */
   }


   .module-mmt-calendar th
   {
      color: #fff;
      padding: 2px;
      text-align: right;
      font-weight: bold;
   }

   .module-mmt-calendar td
   {

      padding: 2px;
      text-align: right;
      font-weight: normal;
      background: #FFECEC;
   }

   th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
   {
      border-right: none;
   }
/* ━カレンダー内部の高さ━━━━━━━━━━━━━━━━━━━━━━ */
   .module-mmt-calendar td { height: 15px; }

   .day-photo
   {
      width: 49px;
      height: 49px;
   }
	
   .day-photo a
   {
      border: #cfd4d9 1px solid;
      padding: 1px;
      background: #fff;
   }

   .day-photo a:hover
   {
      border-color: #36414d;
      background: #fff;
   }

   .day-photo a img
   {
      width: 45px;
      height: 45px;
   }

/* ━WDT━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* artistic tweaks */

   .layout-artistic #alpha { width: 260px; }
   .layout-artistic #beta { width: 420px; }

   .layout-artistic #gamma,
   .layout-artistic #delta
   {
      width: 190px;
   }

   .layout-artistic #gamma-inner,
   .layout-artistic #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* moblog1 tweaks */

   .layout-moblog1 #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-moblog1 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog1 #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-moblog1 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

   .layout-moblog2 #alpha
   {
      margin: 0;
      width: 86px;
      background: #e6ecf2;
   }

   .layout-moblog2 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog2 #beta
   {
      margin: 15px 15px 0 15px;
      width: 260px;
      background: none;
   }

   .layout-moblog2 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog2 #delta
   {
      width: 154px;
   }

   .layout-moblog2 .module-recent-photos
   {
      border: 0;
      background: none;
   }

   .layout-moblog2 .module-recent-photos .module-content
   {
      padding: 0;
      border: 0;
   }

   .layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

   .layout-timeline #alpha { width: 260px; }
   .layout-timeline #beta { width: 420px; }

   .layout-timeline #gamma,
   .layout-timeline #delta
   {
      width: 190px;
   }

   .layout-timeline #gamma-inner,
   .layout-timeline #delta-inner
   {
      border: 0;
      padding: 0;
   }

/* ━１カラム表示━━━━━━━━ *//*============コメント入力ページなど設定*/
/* one-column tweaks */

   .layout-one-column body { min-width: 500px; /*800px; */ }
   .layout-one-column #container { width: 500px; /*800px; */ }
   .layout-one-column #banner { width: 498px; /*798px; */ } /* necessary for ie win */


.comment-footer,
{
   clear: both;
   padding-right: 50px; /*??????????????????????????????????????????????????????????????????????????*/
   margin: 0 0 20px 0;
   border-top: 1px solid  #009900;  /* #FF6699; */
   padding-top: 3px;
   color: #666;
   font-size: 10px; /* ======================文字の大きさ（数字は関係なし）???????????? */
   text-align: right;
}



.layout-one-column #alpha
{
      margin: 0;
      width: 498px; /*798px; */
      /*height: 100px;*/ 
}

.layout-one-column #alpha-inner
{
/*
      padding: 5px 5px 0 5px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #FFCCCC;
*/

}



/* ━２カラム表示━━━━━━━ *//*================アーカイブ画面表示*/

/* two-column-right tweaks */
/* ━全表示画面━━━━━━━━━━ */

#two-column-container
{
   width: 500px;
   background:  #CED9A8; /*=======================バック色（薄グリーン）*/
   text-align: left;
   margin: 0px 0px 0px 0px; /* ============== */
   padding: 0px 0px 0px 0px;
}

#two-column-container-header
{
   width: 492px;
   background:  #CED9A8; /*=======================バック色（薄グリーン）*/
   text-align: center;
   padding: 5px 0px 5px 0px;
   margin: 0px 0px 3px 0px;
   /*color: #005700;  /* #FF6699; */ /*=====================色（グリーン）*/
   /*border: 2px solid #005700; */  /* ====================メイン枠線色 */
   font-size: 12px; /* ============================見出しフォントサイズ */
   font-weight: nomal;
   line-height: 1;
   text-transform: uppercase;
   /*background-image: url("sozai/bg-modu-head.gif");  /* ====コンテンツ見出し画像 */
   /*background-position: bottom left; */
   /*background-repeat: no-repeat;*/
}

#two-column-container-inner
{
   border-width: 0px 2px 2px 2px; /*=========コンテナー上下左右の枠（現在左右のみ）*/
   border-style: solid;
   border-color: #FF6600; /*#ffffff; /*=========コンテナーの枠線色（オレンジ）*/
}


/* ━バナー表示━━━━━━━━━━ */
#two-column-banner
{
   width: 496px; /* necessary for ie win */
   height: 131px; /* ========バナー部全体の高さ（バナー上部余白と関連あり） */
   background: #CED9A8; /*#E4E4D4; /*==============バック色（薄グリーン）*/
   /* background-image: url("fr025_title.gif"); */ /* ============バナー画像 */
}

#two-column-banner-inner
{
   margin-top: 0px; /* ==============バナー枠上部の余白（枠下と関連あり） */
   height: 95px; /* ==================バナー枠の高さ（下部余白と関連あり） */
   padding: 15px 10px;
   /*border-width: 7px; */
   border-top-style: solid; /* =====================バナー枠上色（オレンジ） */
   border-top-color: #ff6600;
   border-top-width: 3px;
   border-right-style: solid; /* ====================バナー枠右色（オレンジ） */
   border-right-color: #ff6600;
   border-right-width: 2px;
   border-bottom-style: solid;/* ===================バナー枠下色（オレンジ） */
   border-bottom-color: #FF6600; 
   border-bottom-width: 3px;
   border-left-style: solid; /* ======================バナー枠左色（オレンジ） */
   border-left-color: #ff6600;
   border-left-width: 2px;
   background: #ffffff; /*=================================バック色（白）*/
}


/* ━右表示画面━━━━━━━━━━ */
   .layout-two-column-right #beta 
   {
      margin: 0px 4px 4px 2px;
      /*padding: 5px 5px 0px 5px;*/
      width: 180px;
      background: #ffffff;
      border: 1px solid #009900;  /* ================枠線色（グリーン） */
   }

   .layout-two-column-right #beta-inner
   {
      padding: 5px 5px 0 5px;
   }


/* ━左表示画面━━━━━━━━━━ */
   .layout-two-column-right #alpha 
   {
      width: 300px;
      background: none;
      margin: 0px 2px 4px 4px;
      /*padding: 0px 0px 0px 5px;*/
      border: 1px solid #009900;  /* ================枠線色（グリーン） */
   }

   .layout-two-column-right #alpha-inner
   {
      padding: 5px 5px 0px 5px;
      margin: 0px 0px 0px 0px; /*?????????????????????*/
   }




/* ━LEFT表示の時━━━━━━━━━━ */
/* two-column-left tweaks */

   .layout-two-column-left #alpha
   {
      margin: 0;
      width: 200px;
      background: #FFCCCC;
   }

   .layout-two-column-left #alpha-inner
   {
      padding: 10px 10px 0 10px;
   }

   .layout-two-column-left #beta
   {
      width: 500px;
      background: none;
   }

   .layout-two-column-left #beta-inner
   {
      padding: 10px 10px 0 10px;
   }


/* ━３カラム表示━━━━━━━━━ *//*================メインページの設定*/

/* three-column tweaks */
/* ━左窓コンテンツ表示━━━━━━━━━━━━━━ */
   .layout-three-column #alpha
   {
      margin: 0 0 0 2px;
      /*padding: 0px 0px 0px 3px;*/
      width: 180px;
      background: #ffffff;
   }

/* ━左窓部全体表示━━━━━━━━━━━━━━━ */
   .layout-three-column #alpha-inner
   {
      /*margin: 0 0 0 0px;*/
      padding: 5px 5px 0 5px;
      background: #ffffff; /* #c0c0ff; */

      border-top: solid 1px #c4e8d3; /*======================枠の設定*/
      border-bottom: solid 1px #005700;*/
      border-right: solid 1px #005700;*/
      border-left: solid 1px #c4e8d3;*/
      
      /*border: 1px solid #009900; /* ================左メイン枠線色（グリーン） */
   }

/* ━中央窓表示━━━━━━━━━━━━━━━━━ */
   .layout-three-column #beta
   {
      width: 430px;
      /* background: none; */
  /* background: #E4E4FF; */
   }

/* ━中央部全体表示━━━━━━━━━━━━━━━ */
   .layout-three-column #beta-inner
   {
      padding: 5px 5px 0px 5px;
      background:  #ffffff;/* #e4e4ff; */

      border-top: solid 1px #c4e8d3; /*======================枠の設定*/
      border-bottom: solid 1px #005700;*/
      border-right: solid 1px #005700;*/
      border-left: solid 1px #c4e8d3;*/

      /*border: 1px solid #009900; /* ==============中央メイン枠線色（グリーン） */
   }

/* ━右コメント部全体表示━━━━━━━━━━━━━ */
   .layout-three-column #gammma
   {
      margin: 0;
      width: 180px;
   }

   .layout-three-column #gamma-inner
   {
      padding: 5px 5px 0 5px;
      background: #ffffff;

      border-top: solid 1px #c4e8d3; /*======================枠の設定*/
      border-bottom: solid 1px #005700;*/
      border-right: solid 1px #005700;*/
      border-left: solid 1px #c4e8d3;*/

      /*border: 1px solid #009900; /* ================右メイン枠線色（グリーン） */
   }


/* ━ＰＨＰページの設定━━━━━━━━━━━ */
#php-header
{
   margin: 0;
   /*padding: 5px 0 5px 80px;*/
   /*color: #ff6600;*/
   font-size: 15px;
   /*font-weight: bold;*/
   /*line-height: 1;*/
}

#php-header-b
{
   margin: 0;
   /*padding: 5px 0 5px 80px;*/
   /*color: #ff6600;*/
   font-size: 18px;
   /*font-weight: bold;*/
   /*line-height: 1;*/
}


#php-text
{
   margin: 0;
   /*padding: 5px 0 5px 80px;*/
   /*color: #ff6600;*/
   font-size: 12px;
   /*font-weight: bold;*/
   /*line-height: 1;*/
}

/* ━LINK-BANNERページの設定━━━━━━━━━━━ */

#link-header
{
   margin: 0;
   /*padding: 5px 0 5px 80px;*/
   /*color: #ff6600;*/
   font-size: 15px;
   /*font-weight: bold;*/
   /*line-height: 1;*/
}

#link-header-b
{
   margin: 0;
   /*padding: 5px 0 5px 80px;*/
   /*color: #ff6600;*/
   font-size: 18px;
   /*font-weight: bold;*/
   /*line-height: 1;*/
}


#link-text
{
   margin: 0;
   /*padding: 5px 0 5px 80px;*/
   /*color: #ff6600;*/
   font-size: 12px;
   /*font-weight: bold;*/
   /*line-height: 1;*/
}

#link-text-b
{
   margin: 0;
   /*padding: 5px 0 5px 80px;*/
   /*color: #ff6600;*/
   font-size: 10px;
   /*font-weight: bold;*/
   /*line-height: 1;*/
}


