/* 
一番濃い色
#36414d　→　#b8183f→　#0c3218

中間の色
#a3b8cc　→　#ef9095→　#a0cd63

二番目に薄い色
#dae0e6　→　#f9d3d1→　#c7df95

一番薄い色
#e6ecf2　→　#fdecec →　#dbe9aa
*/

/* Firefox, Opera, Safari  たぬき*/
@font-face {
font-family: TanukiMagic;
src:url("https://flatearth.jp/mgf/TanukiMagic.ttf") format("truetype")
}


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

/* basic elements */
module-content
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: ; */
   font-size: 12px;
}

form, input
{
 font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif";
 margin: 0; padding: 0; 
}

a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h4, h5, h6 { font-weight: normal;}
h1, h2, 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 {
/* height: 100px; */
background-image: url(mgf/T05.jpg);
background-position: right top;
background-repeat: no-repeat;
/* バナーの背景色 */
background-color: #a0cd63;
 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
{
   text-align: right;
   margin: 3px 0px 0px 0px;
   font-size: small;
   border-style: dotted;
   border-color: #000;
   border-width: 1px 0px 0px 0px;
   padding-top: 3px;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
   font-size: small;
}
/* エントリ本文 */
.entry-excerpt,
.entry-body,
.entry-more-link
{
   font-feature-settings: "ss02"; /*貂明朝追加セット */
   margin-left: 15px;
   clear: both;
   color: #333333; /*グレーになります */
   font-size: 14px;/* 本文サイズ*/
   line-height: 145%;/*本文行間*/
   text-align: justify;/*ジャスティファイ*/
   text-justify: inter-ideograph;/*ジャスティファイ属性*/
}

.entry-more
{
   margin-left: 35px;
   clear: both;
   color: #996666; /*　追加　赤っぽい */
   font-size: 14px;/* 本文サイズ*/
   line-height: 145%;/*本文行間*/
   text-align: justify;/*ジャスティファイ*/
   text-justify: inter-ideograph;/*ジャスティファイ属性*/
}


.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
 font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif"; 
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

.comment-author,
.comment-email,
.comment-url,
.comment-text
{
 font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif";
   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;
}

.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: "ten-mincho","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif";
   font-size: 10px;
}

a { color: #993333; text-decoration:none; }  /* リンク色 */
a:hover { color: #cc6600; text-decoration:none;}　/* リンクにポインタが被った色 */

#banner a { color: #ffffff; text-decoration: none; }
#banner a:hover { color: #cc6600; position:relative; top:1px; left:1px; text-decoration:none;}

/* 一番濃い色 */
.module-content a { color: #0c3218; }
.module-content a:hover { color: #cc6600; position:relative; top:1px; left:1px; text-decoration:none;}

h1, h2, h4, h5, h6
{
 font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif";
}

h3
{
text-align: right;
font-family: 'ヒラギノ角ゴ Pro W3', 'Osaka;
font-size: x-small;
font-weight: 300;
color: #333333;
margin: 1px 0px 1px 0px;
padding: 0px 0 2px 0;
border-width: 0px 0px 1px 0px;
border-style: none;
border-color: #ad3b87;
}

.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 #0c3218;
   padding: 5px;
   color: #fff;
   background: #a0cd63;
   font-size: x-small;
   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;
   font-size: small;
}

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

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


/* page layout */

body
{
   min-width: 640px;
   color: #333;
   background: #fff;
}
/* 左右幅設定 */
#container
{
   min-width: 300px;
   width: 80%;
   margin:-bottom 20px;
   background: #fff;
}
/* 左右幅設定 */

#container-inner
{
   border-width: 0px 0px 0px 0px;
   border-style: solid;
   border-color: #fff;
}

#banner
{
   width: 100%; /* necessary for ie win */
   background: #a0cd63;
   
}

#banner-inner
{
   padding: 15px 13px;
   border-width: 0px 0px 0px 0px;
   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;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #0c3218 0 2px 3px;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #0c3218 0 1px 2px;
}

#alpha { margin: 2% 0px 0px 0px; float:right; width: 73% ;  top: 0px;}
#beta { width: 25%; float:left; background: #dbe9aa; position: absolute; top: 10px; left: 0px; margin: 0px 0px 0px 0px; }
#gamma, #delta { width: 180px; background: #dbe9aa; }

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 10px 0 10px;
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #fff;
}

.date-header
{
   font-family: "TanukiMagic";
   margin-top: 0;
   font-size: small;
   text-align: left;
   font-weight: bold;
   text-transform: uppercase;
   color: #660000;
}

.entry-header
{

   margin-bottom: 0;
   margin-left: 15px;
   border-top: 2px;
   border-bottom: 0px;
   border-color: #996666;
   border-style: solid;
   padding: 4px 0 0 0px;
   color: #666;
   text-align: left;
   font-size: medium;
   font-weight: 600;
   color: #000000;
}

.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 #c7df95;
   padding-top: 3px;
   color: #666;
   font-size: small;
   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 #a0cd63;
   padding: 0 10px;
   color: #292e33;
   font-size: small;
   text-align: center;
   background: #dbe9aa;
}

.comments-open-footer
{
 font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif";
   margin: 10px 0;
}


/* modules */

.module
{
   margin: 0 0 10px 0;
/*    border-bottom: 1px solid #f3f6f9; */
   background: #c7df95;
}

.module-content
{
   margin: 0 0 10px 0;
/*    border-top: 1px solid #cfd4d9; */
   padding: 10px 10px 0 10px;
   font-size: small;
   line-height: 1.2;
}

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

.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 #a0cd63;
   padding-bottom: 10px;
   color: #292e33;
   background: #fff;
}

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

.module-list
{
   margin: 0 5px 10px 15px;
   list-style: disc;
}

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

.module-list-item
{
   margin-top: 7px;
   color: #666;
   line-height: 1.2em;
}

.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: #0c3218;
   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: #a0cd63;
   }

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

   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: #0c3218;
      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: #dbe9aa;
   }

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

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

   .layout-two-column-left #alpha-inner
   {
      padding: 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;
      background: #dbe9aa;
   }

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

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

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


img.r {
float: right;
border: none;
margin-right:0px;
margin-left:10px;
margin-top:0px;
margin-bottom:4px;
vertical-align:middle;
font-size: x-small;
color: "FF8C00";
}
img.l {
float: left;
border: none;
margin-right:10px;
margin-left:0px;
margin-top:0px;
margin-bottom:4px;
vertical-align:middle;
font-size: x-small;
color: "FF8C00";
}
img.qrcode {
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #666;
}
#sidephoto 
{
text-align: center;
}

#sidephotocap
{
text-align: center;
line-height: 1.3em;
font-size: x-small;
padding: 0 0 5px 0;
color: #666;
}

#amazon
{
text-align: center;
line-height: 1.3em;
font-size: small;
font-weight: 700;
color: #333333;
padding: 5px 0 5px 0;
margin: 10px 20px 15px 20px;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #ffcc33;
background: #ffffcc;
background-image:url(http://www.flatearth.jp/mgf/archives/amazon.jpg);
background-repeat: no-repeat;
background-position:left :bottom;


-webkit-border-top-right-radius: 10px;  
-webkit-border-bottom-left-radius: 10px;  

-moz-border-radius-topright: 10px;   
-moz-border-radius-bottomleft: 10px;

border-top-right-radius: 10px;  
border-bottom-left-radius: 10px; 
behavior: url(www.flatearth.jp/border-radius.htc);//for IE

}

.layout-three-column-liquid #footer 
{
text-align: right;
line-height: 1.3em;
margin: 3px 0px 0px 0px;
border-width: 1px 0px 0px 0px;
border-style: dotted;
border-color: #000;
padding-top: 3px;
color: #666;
font-size: small;
}

#count
{
margin: 8px 0px 8px 0px;
text-align: center;
color: #333333; /*　追加　グレーになります */
font-size: small;/* 本文サイズ*/
line-height: 1.2em;/*本文行間*/
}

#blockquote
{
margin-left: 25px;
clear: both;
padding: 10px 2em 10px 2em;
margin: 10px 20px 0px 20px;
background: #F5F5F5;
color: #336666;/*グリーンになります */
font-size: small;/* 本文サイズ*/
line-height: 1.3em;/*本文行間*/
text-align: left;/*左揃え*/
text-align: justify;/*ジャスティファイ*/

-webkit-border-radius: 10px;  
-moz-border-radius: 10px;   
}

#ri
{
float: right;
border: none;
margin-right: 0px;
margin-left: 10px;
margin-top: 0px;
margin-bottom: 4px;
vertical-align: middle;
font-size: small;
color: "FF8C00";
}

#le
{
float: left;
border: none;
margin-right: 10px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 4px;
vertical-align: middle;
font-size: small;
color: "FF8C00";
}

#camera
{
float: right;
    background-image: url( http://www.flatearth.jp/mgf/camera.gif );
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
border: none;
padding: 5px 0 5px 30px;
margin-right: 0px;
margin-left: 30px;
margin-top: 0px;
margin-bottom: 0px;
font-size: x-small;
color: #666;
}
/* Mac版IEのコメント欄文字化け対処ここから */
/*\*//*/
textarea, select, input {
font-family: "ＭＳ ゴシック", Osaka, sans-serif;
}
/**/ 
/* Mac版IEのコメント欄文字化け対処ここまで */
/*\
textarea, select, input {
 font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif";
}*/

/* カテゴリ名追加 */
#Categories
{
font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif";
float: right;
    background-image: url( http://www.flatearth.jp/mgf/file.gif );
    background-repeat: no-repeat;
    font-size: small;
    background-position: left center;
    padding: 2px 0 0 18px;
    margin: -13px 0 10px 0;

}

/* アフリエイト用スタイルシート定義*/

/* Ads by drk7.jp の font 色を定義します */
.drk7jpSimilarity
{
font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif";
 text-align: left;
 font-size: x-small;
margin-top:10px;
}
/* 説明文のタイトル */
.drk7jpSimilaritySiteTitles
{
font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif";
font-size:small;
 text-align: left;
margin-top:15px;
}
/* 説明文のfont定義 */
.drk7jpSimilaritySiteSummarys
{
font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif";
font-size:small;
text-align: justify;/*ジャスティファイ*/
text-justify: inter-ideograph;/*ジャスティファイ属性*/
}
.drk7jpSimilaritySiteTitles a:hover
{
font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif";
font-size:small;
 text-align: left;
}
.drk7jpSimilaritySiteTitles a
{
font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif";
font-size:small;
 text-align: left;
}
.drk7jpSimilarityFooter
{
font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans","Verdana","Helvetica","Arial","sans-serif";
font-size:small;
 text-align:right;
font-size: x-small;
margin-top: 10px;
margin-bottom: 10px;
 border-top: 1px solid #c7df95;
}
/* タイトル部グーグルボタン*/
#addgoogle
{
float: right;
position:absolute;
bottom:8px;
right:10px;
}

div.kadomaru {
  padding:20px;
  font-weight:bold;
  margin:10px 0;
  width:200px;
  color:#FFF;
  background:#009;
}

.analog {   
    display: none;   
}   
* html .analog {   
    display: block;   
    position: absolute;   
    top: 0px;   
    right: 10px;   
}  

/* twitter用 */

#twitter_div {
width : 80%;
height: 50px; 
text-align : left;
margin : 0px 0; /* 適宜変更推奨 */
padding : 0px 0px;
/* background : url("背景画像のURL") no-repeat; */
}

#twitter_div h2 {
font-size : 1em;
color : #ffffff;
text-align : left;
margin : 5px 0;
}

#twitter_div ul {
width : 100%; /* 適宜変更推奨 */
height: 90px;
margin : 20px 0px 0px -40px;  /* 適宜変更推奨 */
list-style:none;  
overflow:hidden;
}

/* ↓ここの設定は、10px×7pxのアイコン画像を基準にした数値になっています。 */
#twitter_div li {
padding : 2px 5px 2px 20px; /* 適宜変更推奨 */
background-image : url("mgf/fukidashi.gif");
background-repeat : no-repeat;
background-position : 5px 8px; /* 適宜変更推奨 */
border-bottom : dotted 1px #6e6055; /* 適宜変更推奨 */
}

#twitter_div li a {
font-size : 0.7em !important;
color : #993333; /* 適宜変更推奨 */
}

#twitter_div li a:hover {
color : #cc6600;
}

#twitter_div li span {
color : #ffffff; /* 適宜変更推奨 */
font-size : 0.8em;
}

#twitter_div li span a {
color : #efe9e1; /* 適宜変更推奨 */
font-size : 1em !important;
}

a#twitter-link {
font-size : 0.8em;
color : #993333; /* 適宜変更推奨 */
text-align : right;
display : block;
}

a#twitter-link:hover {
color : #cc6600;
}

/* twitter用ここまで */