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

/* basic elements */

/*初期設定の解除*/
* {
	margin: 0;
	padding: 0;
}
body,p,h1,h2,h3,ul,div,table{margin: 0px;}
body,p,h1,h2,h3,ul,div,table{padding: 0px;}
img,table{border: 0px;}

ol,ul {list-style:none;}

img{vertical-align: middle;}

html{margin: 0; padding: 0;} 
body{margin: 0; padding: 0; line-height: 1;} 

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
/*background-color: #191970;*/
background:url(http://sansimai20.com/blog/pattern_156.gif);
}

body
{
margin: 0px;
   /* setting border: 0 hoses ie5 win window inner well border */
padding: 0px;
font-family: Helvetica, sans-serif;
font-size: 62.5%;
text-align: left;
width: 770px;
background: url(http://sansimai20.com/blog/horzGrid.png);
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; 
}
h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}
h1{margin:0px; padding: 0px;}
h2{margin-top: 0px;
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; }
/* */

/*追加したところ、記事のバナー部分*/
#banner1{
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #cccccc;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
line-height: 15px;
}

#banner1 img{
float: left;
	margin-right: 10px;
	background-color: #fff;
	color: #ccc;
}

/* page layout */

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

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

/*マージン0ｐｘを各々に追加*/
#container-inner { position: static; 
width: 770px;
margin: 0px;
}
/*ここでもバナーの背景を規定*/
#banner { position: relative;
width: 770px; 
height:150px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#pagebody { position: relative; width: 770px;
}
#pagebody-inner { position: static; width: 770px;
margin: 0px;
}

#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: 0px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
font-size: 13px;
color: #666;
text-align: left;
}

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

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 0px;
line-height: 15px;
}
/*----カテゴリの最新記事----------------*/

.comments-open-content{
width: 468px;
}

.goodpic_new_entries{
width: 468px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}
/*エントリー内の写真右寄せにした*/
.entry-body img{
float: right;
margin-left: 7px;
margin-right: 3px;
margin-bottom: 2px;
margin-top: 2px;
display: inline;
}
/*エントリーフッタ部分*/
.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
margin: 0px 0px 0px 0px;
font-size:9px;
}


/*--------------コメントボックス部分-----------------*/
.comments-open label { 
display: block;
width: 450px;
height: 20px;}

#comment-url
{width: 200px;
height: 20px;
margin: 0px;
padding: 0px;
display: inline;}
#comment-text
{width: 440px;
}

#comment-author{width: 140px;
height: 20px;
margin: 0px;
padding: 0px;
display: inline;}

#comment-email
{width: 150px;
height: 20px;
margin: 0px;
padding: 0px;
display: inline;}

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

#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: 260px;
}
/*右サイドバーの位置入れる*/
.module-content
{
   position: relative;
   margin: 0px 5px 0px 5px;
text-align: left;
width: 260px;
padding:0px;
}

.module-list,
.archive-list
{
   margin: 0px;
   padding: 0px;
   list-style: none;
}
/*---------------------------module-list-item--------------------------------------*/
.module-list-item
{
   margin-top: 5px;
   margin-bottom: 0px;
padding: 0px;
display: inline;
}
.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: 160px;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 0px 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: 0px; }
.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 II (theme-vicksburg.css) */

/* basic page elements */
body
{
 /* font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;*/
   font-size: 13px;
}
/*全体のリンク表示部分*/
a:link, a:visited { text-decoration: none;
	color: #3366cc; 
background-color: transparent;}
a:hover, a:active { color: #00BFFF; text-decoration: underline;
background-color: transparent;
}


/*タイトル表示*/
#banner a { color: #ccc; text-decoration: none; background-color: #f3f3f3}
#banner a:hover { color: #ccc; text-decoration: underline; background-color: #f3f3f3;}

/*右サイドリンク表示*/
.module-content a:link,
.module-content a:visited { color: #3366cc; background-color: #fff;}
.module-content a:hover { color: #3366cc; background-color: #fff}

h1, h2, h3, h4, h5, h6
{
   font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
}

/*モジュールヘッダー画像追加CSS*/
.module-header1{
background-image: url(http://sansimai20.com/blog/moduleheader11.jpg);
background-repeat: no-repeat;
background-color: transparent;
width: 260px;
height: 30px;
color: #fff;
font-size: 16px;
font-weight: bold;
line-height: 30px;
font-family: Arial, Helvetica, sans-serif;
padding-left: 10px;
margin-bottom: 10px;
}

.module-header2{
background-image: url(http://sansimai20.com/blog/moduleheader13.jpg);
background-repeat:no-repeat;
background-color: transparent;
width: 468px;
height: 30px;
color: #fff;
font-size: 16px;
font-weight: bold;
line-height: 30px;
font-family: Arial, Helvetica, sans-serif;
padding-left: 10px;
margin-bottom: 10px;
}

.module-header3{
background-image: url(http://sansimai20.com/blog/moduleheader11.jpg);
background-repeat:no-repeat;;
background-color: transparent;
width: 260px;
height: 30px;
color: #fff;
font-size: 16px;
font-weight: bold;
line-height: 30px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

/*右サイドなどのボックスの色を変えたいとき---------------------------------------------*/
.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: 0px;
   /*border-left: 5px solid #d3d3d3;*/
   padding: 0px;
margin-bottom: 5px;
   color: #fff;
   background: #3399ff;
   font-size: 11px;
   font-weight: bold;
   line-height: 15px;
   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;
background-color: #fcfcfc;
}
/*エントリーフッタ部分の文字サイズ変更箇所*/
.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
.commenter-profile img { vertical-align: middle;
font-size: 9px; }

/* page layout */

body
{
   min-width: 750px;
   color: #333;
   background: #fff;
   margin: 0px;
}

#container
{
   width: 770px;
margin: 0px;
   margin-bottom: 0px;
   background: #fff;

}

#container-inner
{ width: 770px;
margin: 0px;
}

/*バナーの背景を変える時はここ*/
#banner
{
width: 770px; /* necessary for ie win */
/*background-image: url(http://sansimai20.com/blog/img/nikkibanner3.jpg);
background-repeat: no-repeat;*/
height:150px;
margin: 0px;
padding: 0px;
}

/*追加部分マージン*/
#banner-inner
{

padding: 0px;
margin: 0px;
width: 770px;
height:150px;
}

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

.banner-user-photo { border: 0px; }
/*タイトル部分のマージン位置など*/
#banner-header
{margin-top: 0px;}

/*---------本文の左サイド----------------------------------------------------------*/

#alpha {width: 468px;
margin: 0px 21px 0px 21px; 
padding: 10px 0px 10px 0px;
}

/* html #alpha {width: 468px;
margin: 0px 21px 0px 21px;}*/

#beta { width: 260px; 
background-color: transparent;
margin: 0px;
}

#gamma, #delta{margin: 0px;
padding: 0px;}

#alpha-inner{
margin: 0px;
padding: 0px;
}
#beta-inner{
width: 260px;
margin: 0px;
padding-right: 0px;
}
#gamma-inner,
#delta-inner
{
   padding: 0px;
   border-width: 0px;
   border-style: solid;
   border-color: #fff;
}
/*日付部分*/
.date-header
{
   margin-top: 0;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
color: #a9a9a9;
}
/*エントリー記事部分*/
/*その日の題名*/
.entry-header
{
   margin-top: 0;
   border-left: 18px solid #dae0e6;
border-bottom: 1px solid #dae0e6;
   padding: 0 0 0 10px;
   color: #00008b;
   font-size: 15px;
font-weight: bold;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 18px;
font-size: 13px;
color: #666;
}
/*エントリーフッタ部分*/
.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   color: #666;
padding-top: 3px;
   font-size: 10px;
line-height: 18px;
   text-align: right;
}

/*-------------コメント部分-------------------------------------------------------*/
.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 5px;
font-size: 10px;
}

.content-nav { margin-top: 10px; 
margin-bottom: 10px;}

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

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


/* modules */
/*-----------------------右サイド部分の設定-------------------------------*/
.module
{
   margin: 0 0 10px 0;
   border-bottom: 0px;
   background: #fff;;

}

.module-content
{
   margin: 0px 0px 10px 0px;
   border-top: 0px;
   padding: 0px 0px 0px 0px;;
   font-size: 11px;
   line-height: 18px;
color: #666;
width: 260px;
}

/*右サイドバーのフラッシュタイトル部分*/
.module-contentflash{
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;;
font-size: 11px;
line-height: 18px;
color: #666;
text-align: center;
width: 260px;
}

.module-contentlink{
display: inline;
font-size: 11px;
line-height: 16px;
text-align: left;
margin-left: 0px;
border-top: 0px;
margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 0px;
width: 260px;
}
.module-search input { font-size: 10px; 
color: #666;
text-align: left;
}
.module-search #search { width: 150px; 
}

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

.module-powered { border-width: 0; 
width: 260px;
}
.module-powered .module-content
{
   margin-bottom: 0;
padding-top: 10px;
   padding-bottom: 12px;
   color: #00008b;
   background-color: #fff;
text-align: center;
}

.module-photo { background: none; }
.module-photo img { border: 0px;}

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

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

.module-list-item
{
   margin-top: 5px;
   color: #666;
   line-height: 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: #99ccff;
}

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

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


/* two-column-left tweaks */

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

   .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: 0px;
      width: 160px;
      background: #fff;
   }

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


/* three-column tweaks */

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

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


/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin-top: 0px; display: block; }

/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #36414d;
    color: #eee;
    padding: 5px;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 10px solid #a3b8cc;
    padding: 5px;
    color: #fff;
    background: #36414d;

}

/* Experimental comment styles
    Not currently in use anywhere in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
    background-color: #fff;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #333;
    border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }

/*このページのトップへ*/
.gotop{
	font-size: 12px;
	line-height: 18px;
	color: #00008b;
	background-color: #FFFFFF;
	text-align: right;
	display: block;
	padding-right: 10px;
}
.gotop a:link,.gotop a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #00008b;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	text-align: right;
	padding-right: 10px;
}
.gotop a:hover{
	font-size: 12px;
	line-height: 18px;
	color: #add8e6;
	text-decoration: underline;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}

/*IEのバグ回避用
* html #nav{top: -10px;}*/

/*グローバルナビゲーション*/
#nav{
width: 770px;
	height: 24px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;	
font-size: 12px;
position: absolute;
	left: 0px;
	top: 140px;
/*---もとの値は140px---*/
z-index: 100;
background-color: #fff;
}

#nav li{
	float: left;
	margin: 0px;
list-style-type: none;
}

#nav li a:link,#nav li a:visited{
	background-image: url(http://sansimai20.com/blog/obj_foot_02.gif);
	/*background-repeat: no-repeat;*/
	font-size: 13px;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
	font-style: normal;
	text-align: center;
	height: 24px;
	width: 74px;
	/*display: block;は、liセレクタにに入れてはだめ。リンクのここ
に入れる*/
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	font-weight: bold;
background-color: #fcfcfc;
}

#nav li a:hover{
	background-image: url(http://sansimai20.com/blog/obj_foot_02.gif);
	/*background-repeat: no-repeat;*/
	color: #fff;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	background-color: #fff;
font-weight: bold;
text-decoration: underline;
background-color: #fcfcfc;
}

/*グローバルナビここまで*/

/*-----ツリー表示ここまで-----*/

/*一番下のグローバルナビゲーション*/
#nav1 {
	width: 770px;
	height: 25px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	text-align: center;
	background-color: #327aa4;
	text-align: center;
	color: #fff;
}
#nav1 a:link,#nav1 a:visited{
width: 770px;
	font-size: 12px;
	line-height: 30px;
height: 25px;
	text-decoration: none;
	color: #fff;
	font-style: normal;
	text-align: center;
	/*letter-spacing: 0.1em;*/
background-color: #327aa4;
}
#nav1 a:hover{
width: 770px;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
height: 25px;
	text-decoration: underline;
	text-align: center;
	color: #fff;
	font-style: normal;
	background-color: #327aa4;
}
/*グローバルナビここまで*/

/*フッター部分*/
address{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ccc;
	font-style: normal;
	padding-top: 3px;
	clear: left;
	text-align: right;
	width: 770px;
	color: #999999;
	background-color: #FFFFFF;
}

/*---トップページへのナビゲーション部分---*/
#top1{
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	padding-left: 20px;
	background-color: #327aa4;
	text-decoration: none;
margin-top: 0px;
}

/*NEW!!のマーク*/
span.new {
    display: none;
    color: red;
    font-weight: bold;
}

/*アーカイブのページのulタグ*/
.archive-list{
font-size: 15px;
line-height: 23px;
}
.archive-list-item{
border-right: 1px solid #B0C4DE;
border-bottom: 1px solid #B0C4DE;
border-left: 25px solid #F5F5F5;
padding: 0 0 0 10px;
margin-bottom: 7px;
background-color: #F0F8FF;
}

#archive-title{
font-size: 18px;
font-weight: bold;
line-height: 25px;
color: #999;
border-left: 25px solid #327aa4;
border-bottom: 1px solid #327aa4;
padding: 0 0 0 10px;
}

.module-list{
list-style-type:none;
width: 260px;
}

/*サムネイルlinks*/
linkss{
width: 460px;}

linkss li{
width: 460px;
list-style-type: none;
}

#comments-body{
width: 460px;
}

.nenkan3{
font-size: 13px;
color: #000080;
font-weight: bold;
}

/*Blogpeople非表示*/
#linklist {
    display: none;
}

/*movie1.cssより追加*/
.player{
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	background-color: #fff;
}
.player a:link, #player a:visited{
	font-size: 10px;
	line-height: 15px;
	color: #FF6600;
	text-decoration: none;
	background-color: #fff;
}
.player a:hover{
	font-size: 10px;
	line-height: 15px;
	color: #000066;
	text-decoration: none;
	background-color: #fff;
}
.player img{
	float: left;
	margin-right: 10px;
	background-color: #fff;
	color: #ccc;
}

.tuiki{
color:#ff0000;
font-size: 12px;
}
.kaisetu{
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #666;
	background-color: #fff;
	text-align: center;
}
.kaisetu a:link,.kaisetu a:visited{
	font-size: 14px;
	line-height: 21px;
	color: #663300;
	text-decoration: none;
	background-color: #fff;
}
.kaisetu a:hover{
	color: #FF9900;
	text-decoration: underline;
	background-color: #fff;
}
.kaisetu2{
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #666;
	background-color: #fff;
	text-align: left;
}
.kaisetu2 a:link,.kaisetu2 a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #ff6600;
	text-decoration: none;
	background-color: #fff;
}
.kaisetu2 a:hover{
	color: #ff0000;
	text-decoration: underline;
}
.kaisetu3{
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #666;
	background-color: #FFFFFF;
	text-align: left;
	margin-left:20px;
	margin-right:20px;
}
.kaisetu3 a:link,.kaisetu2 a:visited{
	font-size: 12px;
	line-height: 18px;
	color: #ff6600;
	text-decoration: none;
	background-color: #FFFFFF;
}
.kaisetu3 a:hover{
	color: #ff0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.kaisetu3 img{
float:right;
margin-left: 15px;
}

h4{
	font-size: 16px;
	line-height: 24px;
	color:#0099CC;
	background-color: #FFFFFF;
}
.annai{font-size: 14px;
	line-height: 21px;
	color: #666666;}
.annai a:link,.annai a:visited{
	font-size: 14px;
	line-height: 21px;
	color: #000099;
	text-decoration: none;
	background-color: #FFFFFF;
}
.annai a:hover{
	font-size: 14px;
	line-height: 21px;
	color: #FF9900;
	text-decoration: none;
	background-color: #FFFFFF;
}

/*コメントタグ画像追加*/
.field-header {
    width: 398px; /* ボタンを配置するエリアの幅 */
    height: 30px; /* ボタンを配置するエリアの高さ */
    position: relative;
}
 
.field-label {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
 
.field-buttons {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
 
.field-buttons img {
    border: 0;
    margin: 0px 0px 0px 3px;
}

/*日めくり部分*/
div.dateblock { 
    width: 53px;                /*日付ブロック幅      */ 
height: 49px;
 
    text-align: center; 
    font-family: Arial, Tahoma; /*お好みで指定        */ 
 
    /*color: #fff;             日付ブロック内前景色 date.gif*/ 
background:url(http://sansimai20.com/blog/skyblue.png) no-repeat;
float: left;
}
 
div.dateblock div.day { 
    font-size: 20px;            /*お好みで指定        */ 
line-height: 40px;
    color: #483D8B;             /*(日)前景色          */ 
}
 
div.dateblock div.month { 
    font-size: 12px;            /*お好みで指定        */ 
line-height: 15px;
color: #fff; 
background-color: transparent;
}

/*Captcha*/
div#comment-captcha-block {
  margin: 1em 0;
}

div#comment-captcha-block img {
  vertical-align: bottom;
}

#captcha{
background-color: #F0F8FF;
padding: 5px;
border-right:  solid 1px #B0C4DE;
border-bottom: solid 1px #B0C4DE;
line-height: 15px;
}

/*年間カレンダー*/
.nenkancal{
display: inline;
}

/*注釈用*/
.setumei{
border: solid 1px #327aa4;
background-color: #F0F8FF;
padding: 10px;
margin: 10px;
display: block;
line-height: 16px;
}

/*-----ツリー表示-----*/
ul.tree {
    margin: 0!important;
    padding: 0!important;
    font-size: 9px;
    list-style: none!important;
}
ul.tree ul {
    margin: 0!important;
    padding: 0!important;
}
ul.tree li {
    margin: 0!important;
    padding: 0 0 0 16px!important;
    background-image: url(http://sansimai20.com/blog/tree_lst_dotted.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.tree_end {
    background-image: url(http://sansimai20.com/blog/tree_end_dotted.gif);
    list-style: none;
}

.hatenaCount a:link,
.hatenaCount a:visited {
    font-size: 10px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffcccc;
}

.subscribe{
float: left;
width:125px;
margin-left:2px;
margin-right:3px;
}
.subscribe_1{
float:right;
margin-left:2px;
margin-top:20px;
margin-right:5px;
margin-bottom:30px;
}

.subscribe_2{
float:right;
width:125px;
margin-left:3px;
margin-right:2px;
}

#simaidata{
margin-left: 30px;
margin-right: 30px;
}

/*movie.cssからの追加分*/
.annai{
font-size: 14px;
	line-height: 21px;
	color: #666666;
}

.annai a:link,.annai a:visited{
	font-size: 14px;
	line-height: 21px;
	color: #000099;
	text-decoration: none;
	background-color: #fff;
}
.annai a:hover{
	font-size: 14px;
	line-height: 21px;
	color: #ff9900;
	text-decoration: none;
	background-color: #fff;
}
.adsense{
text-align: center;
}

/*CSSグラデよりh3を変える*/
.title{
float: right;
width: 415px;
height: 30px;
color: #0000CD;
font-size: 160%;
font-weight: bold;
line-height: 30px;
font-family: Arial, Helvetica, sans-serif;
display: inline;
padding-top: 10px;
letter-spacing:-.05em;
}

/*フォーム用CSS追加*/
.cssform input, .cssform textarea {
 border:#999 solid 1px;
 background:#FFF url(http://sansimai20.com/blog/formgrad.png) repeat-x top left;
}
.cssform .submit {
	background:#FFF url(submitgrad.png) repeat-x bottom left;
}
.cssform .reset {
	background:#FFF url(resetgrad.png) repeat-x bottom left;
}

/*horizen tsbs*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs{
border-bottom: 1px solid #DCDCDC;
overflow: hidden;
width: 100%;
font-size: 12px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(http://sansimai20.com/blog/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;
}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(http://sansimai20.com/blog/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.sidebar1{
width:260px;
margin-top: 10px;
}

.sidebar-ads img{
margin-right:2px;
}