/* ●●navi-CSS-No131+4.txt●●  */
/* 中央が450px  左右が850pxから詰めて450pxと820pxにする */
/*外罫1px 中全体820p = 左alpha 180px + 空き 5px + 中央bata 450px + 空き 5px + 右gamma 180px */

/* 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, 'trebuchet ms', sans-serif;
   font-size: 12px;/* basic elements12px */
}

form, input { 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: 10px;     /* basic elements10px */
   margin-bottom: 0px;  /* エントリー枠線下の間隔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;    /*   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: 830px; /*  大外枠ラインあり840px */
   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%;
   margin-bottom: 0px; /*  各エントリーとの間の間隔20px */
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;/*  の間隔5px */
}

.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, #comment-text
{
   width: 240px;
}

#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; /* 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-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.1em;
   line-height: 0;
}
* 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: 15px; }
.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;
}




/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

body
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 13px;  /*  エントリー本文の文字サイズ元のサイズ12px  ヤフーは13px */
}

a { color: #0066ffd; text-decoration: underline; }  /*  アンダーライン色  #36414d     */
a:hover { color: #0066ff; }  /*  アンダーラインマウスを乗せた時の色  #a3b8cc     */
a:visited { color: #660099; }  /*  訪れた後のの色  #660099     */


/* バナータイトルの色はここで指定   hoverも同じ色にしてクリック後にいろが変わらないようにする  */
#banner a { color: gold; text-decoration: none; }  /*   上と下は同じ色にする #fff  */
#banner a:hover { color: gold; }                   /*   上と下は同じ色にする #fff  */

.module-content a { color: #0000cc; }  /*  アンダーライン色  #36414d     */
.module-content a:hover { color: #0066ff; }  /*  アンダーラインマウスを乗せた時の色  #a3b8cc     */
.module-content a:visited { color: #660099; }  /*  訪れた後のの色  #660099     */


h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, 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;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #fff;
   background: #a3b8cc;
   font-size: 11px;  /*  12px   */
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.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: #fff;
}

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

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


/* page layout */

body
{
   min-width: 820px; /*  大外枠ラインあり850px */
   color: #333;
   background: #c3e4eb; /* #f3f6f9  大外左右の濃い灰色#36414d  薄灰cfd4d9 薄薄灰dae0e6  薄薄灰 e6ecf2 */
}

#container
{
   width: 820px; /*  大外枠ラインあり850px */
   margin-bottom: 20px;
   background: #fff;
}

#container-inner  /*  大外枠の黒色枠#292e33  */
{
   border-width: 0 0px 0px 0px;     /*  ラインサイズ 0 5px 5px 5px  */
   border-style: solid;
   border-color: #9ea822;  /*  大外枠の黒色#292e33  */
}




/* ここがトップのバーナー画像を入れるところ   */
/* 画像ファイルは820px 80px */

#banner
{
   width: 820px; /* necessary for ie win大外枠ラインあり850px */
   
  /*                background: pink;    #a3b8cc ライトグレー  */
   
  /*   background-image: url("./colorparts/top840_turquoise.gif");    ● トップタイトル文字の画像左右820px 80px ●*/

     background-image: url("./colorparts/bitfriend-back6.jpg");    /* ● トップタイトル文字の画像左右35px  80px●*/
   
  /*       background-image: url("./colorparts/TopStarBlou.gif");    ● トップタイトル文字の画像左右35px  80px●*/  
   
   

   
}




#banner-inner
{
   padding: 15px 13px;
   border-width: 2px 2px 0 2px;
   border-style: solid;
   border-color: #fff;  /*  */
}

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



.banner-user-photo { border: 1px solid #fff; }





/* ばなーの大きな文字のタイトル文   */
#banner-header
{
   margin: 0;
   color: #fff;   /*#fff */
   font-size: 20px; /*   バナータイトルの大きな文字サイズ30px    */
   font-weight: bold; /*   バナータイトルの大きな文字サイズnormal  bold    */
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;  /*  #36414d 0 2px 3px   */
}



/* ばなーの下のサブタイトル説明文   */
#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: white;   /* #fff; サブタイトル説明文の色 */
   background: none; /**/
   font-size: 12px;
   font-weight: normal;/*   文字サイズnormal  bold    */
   line-height: 1.125;
/*    text-shadow: #36414d 0 1px 2px;    */  
}




#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 200px; background: #e6ecf2; }
#gamma, #delta { width: 180px; background: white; }   /*サイドバーのバック色  #e6ecf2   white */



#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 0px 0px 0px 0px;/*  gammaの天地左右の幅  10px 10px 0 10px    */
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #fff;
}

.date-header
{
   margin-top: 0;
   font-size: 11px; /*   文字サイズ11px    */
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 18px; /*   タイトルの大きな文字サイズ18px    */
}

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

/*   トラックバック、日付、コメント文字サイズ10px    */
.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;     /******** 20px    ****/
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 7px; /*   エントリーフッターの文字サイズ10px    */
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px; /*   文字サイズ10px    */
}

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

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

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   margin: 0 0 5px 0;     /* サイドバーの各メニューの間のあき 10pxから5pxへ  */
   border-bottom: 1px solid #f3f6f9;
   background: white;        /*    #dae0e6  サイドバーのトップの色 現在は画像が多い   */
   

   
}

.module-content
{
   margin: 0 0 10px 0;
   border-top: 1px solid #cfd4d9;   /* #cfd4d9  */
   padding: 10px 10px 0 10px;
   font-size: 10px;
   line-height: 1.5;   /*  サイドバー文字行間の高さ1.2;    1.5   */
}

.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; }
.module-powered .module-content
{
   margin-bottom: 0;
   border: 1px dashed #a3b8cc;
   padding-bottom: 10px;
   color: #292e33;
   background: #fff;
}

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

.module-list  /*  サイドバー囲みの設定  */
{
   margin: 0 15px 10px 15px;  /*   0 15px 10px 15px   */
   list-style: disc;  /*   disc   */ 
}

.module-list .module-list
{
   margin: 5px 0 0 0;  /*   5px 0 0 0   */
   padding-left: 15px;
   list-style: circle;
}

.module-list-item
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;  /*  1.2カテゴリと最近の記事の行間隔などの文字   */
}

.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: 0;
   background: none;
}

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

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


/* calendar tweaks */

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

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

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

   .module-mmt-calendar { width: 398px; }
   .module-mmt-calendar .module-content
   {
      margin: 0;
      border-width: 0;
      padding: 10px;
   }

   .module-mmt-calendar table
   {
      width: 378px;
      background: #a3b8cc;
   }

   .module-mmt-calendar th
   {
      color: #fff;
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: bold;
   }

   .module-mmt-calendar td
   {
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: normal;
      background: #e6ecf2;
   }

   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: 70px; }

   .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;
   }


/* 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: 520px; }
   .layout-one-column #container { width: 520px; }
   .layout-one-column #banner { width: 510px; } /* necessary for ie win */


/* two-column-left tweaks */

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

   .layout-two-column-left #alpha-inner
   {
      padding: 10px 10px 0 10px; /*10px 10px 0 10px;           */
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-two-column-left #beta
   {
      margin: 15px 15px 0 15px;
      width: 480px;
      background: none;
   }

   .layout-two-column-left #beta-inner
   {
      padding: 0;
      border-width: 0;
   }


/* three-column tweaks */

   .layout-three-column #alpha
   {
      margin: 0;
      width: 180px;  /* 180px  alphaさいどばーの左右の幅 */
      background: white;   /*  さいどばーの地の色#e6ecf2    red  */
   }

   .layout-three-column #alpha-inner  /*alphaさいどばー内部の左右の幅   gammaは630あたりにある  */
   {
      padding: 0px 0px 0px 0px;/*    10px 10px 0px 10px    */
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-three-column #beta   /*   ３カラムベータの左右間隔と幅450px  */
   {
      margin: 2px 5px 0px 5px;  /*  サイト情報のトップの間隔2px左右15px  2px 15px 0px 15px;          */
      width: 450px;
      background: none;
   }

   .layout-three-column #beta-inner
   {
      padding: 0;
      border-width: 0;
   }
   
   
   
   /*************************** トップカテゴリーのメニュー設定 *********************************/

#menu {
/*メニューの上下の空白1PXと文字の左right */ 
/*heightはこの高さを指定 この場合は20px */
	margin-top: 1px;/*topはこの上からの空きを指定 この場合は1px */
	text-align: right;  /文字を左から表示を指定 この場合は左から */
	margin-bottom:1px;  /*bottomはこの下からの空きを指定 この場合は1px */
	height:25px;  /タイトル部分の余白幅を含めた高さ */
       	}


/** タイトルの中の文字の指定 **/

#menu a, #menu span {          /** カテゴリーaとspan(リンク設定なし）への設定 **/

	font-size: 12px;
	color: blue;            /** タイトル文字の色指定 エンジ色#800000 **/
	margin-right: 0px;         /** 文字と文字の間隔 5PX **/
	
	background-image: url("./top-GOLD-H.gif");    /**  画像を入れる場合 この指定では最上位フォルダー  **/
	background-color: lavender; /***  タイトルのバックの色指定 ラベンダー ****/
	display: block;           /** タイトルの横幅を固定 **/
	width: 70px;             /** タイトル横幅を指定 この場合は100px **/ 
	float: left;              /** 左から並ばせる **/
	text-align: center;       /** 文字を中央に **/
	font-size: 12px;          /** 文字サイズを  14px **/
	text-decoration: underline;    /** 文字の下のラインをなくすnone **/
	height: 20px;             /** ボタンの高さを指定 **/
	padding-top: 2px;          /** 文字の上からの余白を指定 **/
	border-right: solid 1px White;       /** ボタン間を1pxの白で区切る **/
			
       	}

#menu a:hover {
	background-image: url("./top-GOLD-L.gif");    /**  画像を入れる場合 この指定では最上位フォルダー  **/
	background-color: plum;       /** かーそるを重ねたときのボタンの色変更 プラム色0 **/

	}

/***********************************************************************************/


/*   ********●●*******ホーム頁色******カテゴリーHHはじめ.module-headerHH************** */
.module-headerHH
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #0000ff; /*● 紫#cc99cc 薄グレー#2716d2 ●*/
   padding: 5px;
   color: #0000cc; /*● ブルー#2716d2 ●*/
   background: #ccccff; /*● グレー#a3b8cc ●*/
   font-size: 10px;
   font-weight: normal; /*● 文字の太さ bold normal ●*/
   line-height: normal;     /*● line-height: 1; ●*/
   text-transform: uppercase;
}
/*   ********●●*********************カテゴリーHHおわり.module-headerHH************** */



/*   ********★オリジナル黄色★*********************カテゴリーAAはじめ.module-headerAA************** */
/*   ****●タイトル部分 ●****** */
.module-headerAA
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #cccc00; /*● 濃黄色 ●*/
   padding: 5px;
   color: green; /*●緑   白  #fff ●*/
   background: #ffff66; /*● 薄黄色 ●*/
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}


/*   ****●本文枠内 ●****** */

 .module-contentAA
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 1px solid #a3b8cc;   /*● 枠線のサイズと線種と色濃灰 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #a3b8cc;  /*● 本文の頭の丸色 濃灰 ●*/
        background: #dae0e6; /*● 本文のバック色薄灰 ●*/ 
}
 
 
 .module-listAA
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}






/*   ********★オリジナル黄色★*********************カテゴリーAAおわり.module-headerAA************** */



/*   ********★グラデピンク★*********************カテゴリーABはじめ.module-headerAA************** */
/*   ****●タイトル部分 ●****** */

.module-headerAB
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 7px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  black;/*● タイトル文字の色黒 ●*/
   background-image: url("./colorparts/top10px-pink2.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: normal; /*● bold ●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentAB
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 1px solid #fba3a3;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #fba3a3;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #feeeee; /*● 本文のバック色pink ●*/ 
}
 
 
 .module-listAB
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}


/*   ********★グラデピンク★*********************カテゴリーABおわり.module-headerAA************** */

/*   ********★グラデエメラルド★*********************カテゴリーACはじめ.module-headerAC************** */
/*   ****●タイトル部分 ●****** */

.module-headerAC
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 7px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  black;/*● タイトル文字の色黒 ●*/
   background-image: url("./colorparts/top10px-turquoise2.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: normal; /*● bold ●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentAC
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 1px solid #239799;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #239799;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #D6F2F0; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listAC
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}


/*   ********★グラデエメラルド★*********************カテゴリーACおわり.module-headerAC************** */

/*   ********★グラデゴールド★*********************カテゴリーADはじめ.module-headerAD************** */
/*   ****●タイトル部分 ●****** */

.module-headerAD
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 7px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  black;/*● タイトル文字の色黒 ●*/
   background-image: url("./colorparts/gold-12.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: normal; /*● bold ●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentAD
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 1px solid #A4A273;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #A4A273;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: beige; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listAD
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}

/*   ********★グラデゴールド★*********************カテゴリーADおわり.module-headerAD************** */



/*   ********★グラデ紺★*********************カテゴリーAEはじめ.module-headerAE************** */
/*   ****●タイトル部分 ●****** */

.module-headerAE
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;
   
   
/*  ++++++ 画像の幅178px  高さ30px(27PX) で作成する 幅がwidth 180px で作成して左右の罫線が1pxづつあるので 178pxになる+++++ */
/*  ++++++ 画像の高さ30pxで作成すると文字の高さがfont-size11pxあるのでその分を引いた19pxでpaddingの上下を調整  +++++ */
/*  ++++++ 結果として高さは上の空き12px + 文字11px + 下の空き7px で合計30px paddingは12px 0px 7px 10pxとなる   +++++ */

   padding : 8px 0px 4px 10px; /*● バックグラウンドの幅        7px 0px 3px 10px ●*/
   color:  navy;/*● タイトル文字の色黒navy ●*/
   background-image: url("./colorparts/aqua10.gif"); /*● タイトル文字のバックtako4  180-24px  ●*/
   font-size: 11px;
   font-weight: normal; /*● bold ●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentAE
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
/*       border: 1px  #6bd4e9; */
/*       border-style: none solid solid solid; */
        
       border: 1px solid #6bd4e9;  /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #5e77c2;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #e1ffff; /*● 本文のバック色白#e6eaf6 white   dae0e6  ●*/ 
}
 
 
 .module-listAE
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}

/*   ********★グラデ紺★*********************カテゴリーAEおわり.module-headerAE************** */





/*   ********●●******************  カテゴリーAFはじめ.module-headerAF ************** */

/*   ****●タイトル部分 ●****** */

.module-headerAF
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 7px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  black;/*● タイトル文字の色黒 ●*/
   background-image: url("./colorparts/top10px-orange2.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: normal; /*● bold ●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentAF
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 1px solid #ffa162;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #ffa162;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #ffecdf; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listAF
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}



/*   ********●●*********************カテゴリーAFおわり.module-headerAF************** */



/*   ********●●******************  カテゴリーBCはじめ.module-headerBC ************** */

/*   ****●タイトル部分 ●****** */

.module-headerBC
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 6px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  #504e2c;/*● タイトル文字の色黒 black●*/
   background-image: url("./colorparts/top10px-yellow2.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: normal; /*● bold ●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentBC
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 1px solid #d2d07c;   /*● 枠線のサイズと線種と色#ecea96 bab864●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #928e0d;  /*● 本文の頭の丸色 solid罫線と同じ色#ecea96 ●*/
        background: #f8f8da; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listBC
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
   

   
}





/*   ********●●*********************カテゴリーBCおわり.module-headerBC************** */




/*   ********●●******************  カテゴリーBDはじめ.module-headerBD ************** */

/*   ****●タイトル部分 ●****** */

.module-headerBD

{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 7px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  navy;/*● タイトル文字の色黒 black●*/
   background-image: url("./colorparts/violet2.gif"); /*● タイトル文字のバック色GLADE__30._gold_lightgif.gif  ●*/
   font-size: 11px;
   font-weight: normal; /*● bold ●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentBD
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 1px solid #9974cd;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #d688ea;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #f0e9f7; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listBD
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}


/*   ********●●*********************カテゴリーBDおわり.module-headerBD************** */


/*   ********●●******************  カテゴリーBEはじめ.module-headerBE ************** */

/*   ****●タイトル部分 ●****** */

.module-headerBE
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 6px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  black;/*● タイトル文字の色黒 ●*/
   background-image: url("./colorparts/top10px-green2.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: normal; /*● bold ●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentBE
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 1px solid #96de92;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #96de92;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #ecf9eb; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listBE
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}


/*   ********●●*********************カテゴリーBEおわり.module-headerBE************** */






/*   ********●●******************  カテゴリーBFはじめ.module-headerBF ************** */

/*   ****●タイトル部分 ●****** */

.module-headerBF
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 7px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  black;/*● タイトル文字の色黒 ●*/
   background-image: url("./colorparts/GLADE__30_orenge.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: normal; /*● bold ●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentBF
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 1px solid #ff7315;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #ff7315;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #ffede2; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listBF
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}



/*   ********●●*********************カテゴリーBFおわり.module-headerBF************** */





/*   ********●●******************  カテゴリーBGはじめ.module-headerBG ************** */

/*   ****●タイトル部分 ●****** */



.module-headerBG,
.trackbacks-headerBG,
.comments-headerBG,
.comments-open-headerBG,
.archive-headerBG

{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 6px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  black;/*● タイトル文字の色黒 ●*/
   background-image: url("./colorparts/top10px-lgray2.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: normal; /*● bold ●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentBG
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 1px solid #afc1d3;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #36414d;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #e8edf2; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listBG
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}



/*   ********●●*********************カテゴリーBGおわり.module-headerBG************** */


/*   ********●●******************  カテゴリーBG2はじめ.module-headerBG2 ************** */

/*   ****●タイトル部分 ●****** */



.module-headerBG2,
.trackbacks-headerBG2,
.comments-headerBG2,
.comments-open-headerBG2,
.archive-headerBG2

{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 6px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  black;/*● タイトル文字の色黒 ●*/
   background-image: url("./colorparts/greay-11.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: normal; /*● bold ●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentBG2
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 1px solid #afc1d3;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #36414d;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #e8edf2; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listBG2
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}



/*   ********●●*********************カテゴリーBG2おわり.module-headerBG2************** */








/*   ********●●******************  カテゴリーBG3はじめ.module-headerBG3 ************** */

/*   ****●タイトル部分 ●****** */



.module-headerBG3,
.trackbacks-headerBG3,
.comments-headerBG3,
.comments-open-headerBG3,
.archive-headerBG3

{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 6px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  yellow;/*● タイトル文字の色黒   black ●*/
   background-image: url("./colorparts/red-11.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: normal; /*● bold ●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentBG3
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 1px solid red;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        color: red;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/        

        background: #e8edf2; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listBG3
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}



/*   ********●●*********************カテゴリーBG3おわり.module-headerBG3************** */













/*   ********●●*********************エントリーヘッダに囲み掛はじめentry-headerA************** */

.entry-headerA
{
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   
   padding: 2px 0 2px 10px;  /**   10px 10px 0 10px   */
   color: #666;
   font-size: 15px; /*  本文囲みの文字サイズ18px */
   background-color  :  #FFFFEB;   /* 枠内の色 薄黄色 */
   border :1px solid #C2B67D ;   /* 枠線が1pxで色が濃い黄色 */
   
   
}

/*   ********●●*********************エントリーヘッダに囲み掛おわり entry-headerA************** */



/*   ********●●*******使わず*******エントリーヘッダに囲み掛はじめ .entry-bodyA************** */



.entry-contentA,
.entry-bodyA
{
   position: static; /*  配置方法 デフォルト */
   clear: both; /*  回込み 解除 */
}


.entry-contentA,
.entry-bodyA
{
   clear: both; /*  回込み 解除 */
   margin: 0px 10px;/* 間隔  上下  左右 */
   
   background-color  :  #FFFFEB;   /* 枠内の色 薄黄色 */
/*                         border :1px solid red ;    */    /*  1px solid red囲み罫は赤 */
   
   
}


.entry-contentA,
.entry-bodyA
{
   margin: 0;
   line-height: 1.5;/* 文字の行間の数値 1.5 */

}





/*   ********●●*********************エントリーヘッダに囲み掛おわり .entry-contentA************** */


/********************************** フッターの設定  はじめ       *************************/

#footer  {
 /*		border-top: solid 2px #b2cbff; */
 /*		padding-top: 0px;*/

	border-top:  none;
	padding-top: 3px;
	background-color: #a3b8cc;  /*  #9ea822黄黄緑    */
	color: white;
	padding-left:10px;
	padding-bottom:3px;	
 /*		padding: 0px 0px 5px 50px; */
 /*		margin : 0px 0px 0px 0px;   枠線の外側のスペース上左下右*/

		}



#footer p  {
		font-size: 12px ;
		margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
 /*		padding: 0px 0px 0px 30px;	  枠線の内側のスペース上左下右*/
		}



#footer a  {
		color:  #77a822;  /* #77a822黄緑色   */
		text-decoration : none;
		}


#footer .rss {
	
	borde: solid 1px #999999;
	padding: 1px;
	width: 80px;
	background-color: white;
	}

/* ********************************* フッターの設定  おわり      ************************ */


/* ********************************* リンクの設定  はじめ      ************************ */

.module-contentA
{
        margin : 10px 0px 10px 10px;   /* 枠線の外側のスペース上左下右*/
  		font-size: 10px ;
   /*   border: 1px dashed #a3b8cc; */
   padding-bottom: 10px;
   color: #666;  /*   タイトル前の●色#292e33  */
   /*   background: #fff; */
}

/* ********************************* リンクの設定  おわり      ************************ */


/* ******************************自由なリンクなど  はじめmodule-listL      ******************** */
 
 .module-contentL
{
        margin : 100px 0px 10px 10px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
   /*   border: 1px dashed #a3b8cc; */
   padding-bottom: 5px;
   color: #666;  /*   タイトル前の●色#292e33  */
     /*   background: #fff;  */
}
 
 
 
 
 .module-listL
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}

/* *****************************自由なリンクなど  おわり      ************************ */


/* ******************************カテゴリーリンク  はじめmodule-listB      ******************** */
 
 .module-contentB
{
        margin : 10px 0px 10px 10px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
   /*   border: 1px dashed #a3b8cc; */
   padding-bottom: 5px;
   color: #666;  /*   タイトル前の●色#292e33  */
     /*   background: #fff;  */
}
 
 
 
 
 .module-listB
{
   margin: 5px 5px 5px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding-left: 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}

/* *****************************自由なリンクなど  おわり      ************************ */















/*   ********●●*************サイト情報の表示部分 囲み掛はじめ entry-bodyHOME************** */

.entry-bodyHOME
{
   position: static; /*  配置方法 デフォルト */
   clear: both; /*  回込み 解除 */
}


.entry-bodyHOME
{

   margin: 0px 0px 5px 0px;/* 枠の間隔  上 左 下  右 */
   padding: 10px;   /* 文字の間隔  上下  左右 */
   background-color  :  #FFFFEB;   /* 枠内の色 薄黄色#FFFFEB   #F1FFFF */
   border :1px solid #C2B67D ;   /* 枠線が1pxで色が濃い黄色#C2B67D    #9ED2E7 */
   
   
   line-height: 1.5;/* 文字の行間の数値 1.5 */
      
}

/*   ********●●**********サイト情報の表示部分 囲み掛おわり entry-bodyHOME ************** */



/*   ********●●**************エントリーボディーはじめ .entry-bodyB ************** */


.entry-contentB
.entry-moreB,
.entry-bodyB
{
   position: static; /*  配置方法 デフォルト */
   clear: both; /*  回込み 解除 */
}


.entry-contentB
.entry-moreB,
.entry-bodyB
{
   margin: 0px 0px 1px 0px;/* 枠の間隔  上 左 下  右 */
   padding: 1px 10px 0px 0px;   /* 文字の間隔  上下  左右重要 */
   background-color  :  #FFFFEB;   /* 枠内の色 薄黄色 */
   
   
  /*      border :1px solid #C2B67D ;     */  /* 枠線が1pxで色が濃い黄色 */
   
   
   line-height: 1.5;/* 文字の行間の数値 1.5 */

}



/*   ********●●*********************エントリーボディーおわり  .entry-bodyA ************** */




/*   ********★★★★★★★★★グラデ2★★★★★★★★★★★★★★★★★★★★★★★★**** */


/*   ********★グラデピンク★*********************カテゴリーABAはじめ.module-headerAA************** */
/*   ****●タイトル部分 ●****** */

.module-headerABA
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 7px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  white;/*● タイトル文字の色黒black ●*/
   background-image: url("./colorparts/GLADE__30._blue2.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: bold; /*● bold  normal●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentABA
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 0px solid red;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #4154bf;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #b4bbe6; /*● 本文のバック色pink ●*/ 
}
 
 
 .module-listABA
{
   margin: 0px 5px 0px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding: 5px 0px 5px 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}


/*   ********★グラデピンク★*********************カテゴリーABAおわり.module-headerABA************** */

/*   ********★グラデエメラルド★*********************カテゴリーACAはじめ.module-headerACA************** */
/*   ****●タイトル部分 ●****** */

.module-headerACA
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 7px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  white;/*● タイトル文字の色黒black ●*/
   background-image: url("./colorparts/GLADE__30_green.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: bold; /*● bold  normal●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentACA
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 0px solid #239799;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #4ea063;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #c9e2cf; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listACA
{
   margin: 0px 5px 0px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding: 5px 0px 5px 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}


/*   ********★グラデエメラルド★*********************カテゴリーACAおわり.module-headerACA************** */

/*   ********★グラデゴールド★*********************カテゴリーADAはじめ.module-headerADA************** */
/*   ****●タイトル部分 ●****** */

.module-headerADA
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 7px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  white;/*● タイトル文字の色黒black ●*/
   background-image: url("./colorparts/GLADE__30_gold.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: bold; /*● bold  normal●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentADA
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 0px solid #A4A273;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #928d63;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #dfded1; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listADA
{
   margin: 0px 5px 0px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding: 5px 0px 5px 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}

/*   ********★グラデゴールド★*********************カテゴリーADAおわり.module-headerADA************** */



/*   ********★グラデ紺★*********************カテゴリーAEAはじめ.module-headerAEA************** */
/*   ****●タイトル部分 ●****** */

.module-headerAEA
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 7px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  white;/*● タイトル文字の色黒black ●*/
   background-image: url("./colorparts/top10px-dblow2.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: bold; /*● bold  normal●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentAEA
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 0px solid #5e77c2;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #5e77c2;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #e6eaf6; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listAEA
{
   margin: 0px 5px 0px 5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding: 5px 0px 5px 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}

/*   ********★グラデ紺★*********************カテゴリーAEAおわり.module-headerAEA************** */





/*   ********●●******************  カテゴリーAFAはじめ.module-headerAFA ************** */

/*   ****●タイトル部分 ●****** */

.module-headerAFA
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 7px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  white;/*● タイトル文字の色黒black ●*/
   background-image: url("./colorparts/GLADE__30_orenge.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: bold; /*● bold  normal●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentAFA
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 0px solid #ffa162;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #ff8a3c;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #ffe5d3; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listAFA
{
   margin: 0px 5px 0px 5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding: 5px 0px 5px 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}



/*   ********●●*********************カテゴリーAFAおわり.module-headerAFA************** */



/*   ********●●******************  カテゴリーBDAはじめ.module-headerBDA ************** */

/*   ****●タイトル部分 ●****** */

.module-headerBDA

{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 7px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  white;/*● タイトル文字の色黒black ●*/
   background-image: url("./colorparts/GLADE__30_red.gif"); /*● タイトル文字のバック色GLADE__30._gold_lightgif.gif  ●*/
   font-size: 11px;
   font-weight: bold; /*● bold  normal●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentBDA
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 0px solid #d688ea;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #d24c4c;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #f6dcdc; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listBDA
{
   margin: 0px 5px 0px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding: 5px 0px 5px 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}


/*   ********●●*********************カテゴリーBDAおわり.module-headerBDA************** */


/*   ********●●******************  カテゴリーBEAはじめ.module-headerBEA ************** */

/*   ****●タイトル部分 ●****** */

.module-headerBEA
{
   ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0px;

   padding : 6px 0px 3px 10px;; /*● バックグラウンドの幅 ●*/
   color:  white;/*● タイトル文字の色黒black ●*/
   background-image: url("./colorparts/top10px-green2.gif"); /*● タイトル文字のバック色カーキ  ●*/
   font-size: 11px;
   font-weight: bold; /*● bold  normal●*/
   line-height: 100%; 
   text-transform: none; /*● uppercase ●*/
}



/*   ****●本文枠内 ●****** */

 .module-contentBEA
{
        margin : 0px 0px 0px 0px;   /* 枠線の外側のスペース上左下右*/
        font-size: 10px ;
        border: 0px solid #96de92;   /*● 枠線のサイズと線種と色 ●*/
        padding : 0px 0px 0px 10px; /*● 枠線内と文字のスペース ●*/        
        
        
        color: #96de92;  /*● 本文の頭の丸色 solid罫線と同じ色 ●*/
        background: #ecf9eb; /*● 本文のバック色白 ●*/ 
}
 
 
 .module-listBEA
{
   margin: 0px 5px 0px  5px;  /*   5px 0 0 0   */
   font-size: 10px ;
   padding: 5px 0px 5px 5px;
   list-style: disk;     /*   circle白丸 disk黒丸   */
}


/*   ********●●*********************カテゴリーBEAおわり.module-headerBEA************** */




/*   ********●●******************  deltaB    はじめdeltaB right************** */

#deltaB
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
}



#deltaB { float: right; }
#deltaB { width: 250px; background: white; }   /*サイドバーのバック色  #e6ecf2   white */

#delta-innerB
{
   position: static;
}

#delta-innerB
{
   padding: 0px 0px 0px 0px;/*  gammaの天地左右の幅  10px 10px 0 10px    */
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #fff;
}




/*   ********●●*********************  deltaB  おわりdeltaB************** */




/*   ********● はじめ●******************820PXでのアーカイブ画面の２カラム    ************** */

/*   ********● はじめ●******************  検索窓の間隔のあき      ************** */

.module-searchB #searchB { width: 200px; }   /* 検索窓の間隔のあき 100pxから160pxへ  */

/*   ********● おわり●******************  検索窓の間隔のあき      ************** */


#betaB
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;



#beta-innerB
{
   position: static;





   .layout-three-column #betaB   /*   ３カラムベータの左右間隔と幅450px  */
   {
      margin: 2px 5px 0px 5px;  /*  サイト情報のトップの間隔2px左右15px  2px 15px 0px 15px;          */
      width: 530px;
      background: none;
   }



/*   ********● はじめ●**************** 各目次の 行間隔   ************** */

.module-list-itemB
{
   margin-top: 0;

   line-height: 1.4;  /*  1.2カテゴリと最近の記事の行間隔などの文字   */
}
/*   ********● おわり●******************各目次の行間隔     ************** */


/*   ********★サイドバーでの設定画像の説明★*********************カテゴリーAE.module-headerAE************** */
/*  ++++++ 画像の幅178px  高さ30px で作成する 幅がwidth 180px で作成して左右の罫線が1pxづつあるので 178pxになる+++++ */
/*  ++++++ 画像の高さ30pxで作成すると文字の高さがfont-size11pxあるのでその分を引いた19pxでpaddingの上下を調整  +++++ */
/*  ++++++ 結果として高さは上の空き12px + 文字11px + 下の空き7px で合計30px paddingは12px 0px 7px 10pxとなる   +++++ */



/*   ********★ トラックバックの文字のサイズ  はじめ７ｐｘと小さくする   ★********     */

.trackbacks-content

{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 7px;  /* トラックバックの本文の文字サイズ元のサイズ12px  ヤフーは13px */
}

/*   ********★ トラックバックのの文字のサイズ   おわり                  ★********     */




