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

/* basic elements */

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

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding:0 15px;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 75%;
   min-width: 780px;
}

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;
   margin-bottom: 10px;
}
#recent-entries ul{
   margin: 0 0 10px 4px!important;
}


/* 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 */
/* 全体背景色1 */
/* 秋Ver #5f4d36*/
/* 秋Ver-b #ede4cd*/
/* 冬Ver  rgb(20, 20, 25)*/
/* 通常09 #383c3c*/
/* 通常09-b #384151*/
body { text-align: center; background-color: #383c3c; } /* center on ie  */

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

}
#container-inner { position: static; width: auto;  background-color: #000000; border: solid 1px #494a41; }

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

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

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

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

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

#calendar {
	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 0px 0px 0px 1px;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 60px;
 	}

.calendar {
	background-color: #FFFFFF;
	border-bottom: 3px double #5D5D5D;
	padding-top: 15px;
	}
	
.calendar_no {
    width: 795px;
	padding-top: 13px;
	padding-bottom: 0;
	background: url("http://www.l-w-theta.com/blog/img/line_08_09.gif") repeat-x ;
	background-position: 8% 100%;
	}

#calendarhead {
 color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .-1em;
 border-right: solid 1px #000000;
 padding: 0px 10px 0px 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	}

#calendar a {
 color: #99cccc;
 text-decoration: bold;
	}
#calendar a:hover {
	color: #666666;
 text-decoration:underline;
	}


/* content */

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

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

.entry,
.trackbacks,
.archive
.comments,
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}
.kakomi
{
   height:400px;
   overflow: auto;
}
.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-content{
   padding:0 0 0 25px;
}

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

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

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url
{
   width: 240px;
}

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

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

#comment-text
{
   width: 600px;
}

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
{
   overflow: hidden;
   width: 100%;
}

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

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

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


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

/* basic page elements */

body
{
   font-family: "ＭＳ Ｐゴシック",  /* 和文用 */
               'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 75%;
}

a { color: #5c8185; text-decoration: none; }
a:hover { color: #c5d3d6; text-decoration: underline; }

#banner a { color: #8ebace; text-decoration: none; }
#banner a:hover { color: #fff; text-decoration: underline; background-color: #000000; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }

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

.module-header,
.archive-header,
.sidetitle2
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;

   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #fff;
   background: #a3b8cc;
   font-size: 10px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}
.trackbacks-header,
.comments-header,
.comments-open-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 500px;
   margin: 0;
   border-left: 10px solid #8cbace;
   background: #f7f7f7;
   padding: 5px;
   color: #666;
   font-size: 10px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}
.category-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 500px;
   margin: 0;
   border-left: 10px solid #ffb642;
   background: #f7f7f7;
   padding: 5px;
   color: #666;
   font-size: 10px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}
.archives-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 500px;
   margin: 0;
   border-left: 10px solid #669900;
   background: #f7f7f7;
   padding: 5px;
   color: #666;
   font-size: 10px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}
.r-comments-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 200px;
   margin: 0;
   border-left: 10px solid #cc9966;
   background: #f7f7f7;
   padding: 5px;
   color: #666;
   font-size: 10px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}
.r-trackbacks-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 200px;
   margin: 0;
   border-left: 10px solid #cc3333;
   background: #f7f7f7;
   padding: 5px;
   color: #666;
   font-size: 10px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}
.module-header_profile,
.sidetitle3
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;

   font-size: 10px;
   color: #666;
   line-height: 1;
   border-top: solid 1px #DEDEDE;
   border-bottom: solid 1px #DEDEDE;
   padding: 8px 20px 5px 27px;
   background: url("http://www.l-w-theta.com/blog/img/module_back165.gif") no-repeat top left;
}
.sidetitle4
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;

   font-size: 10px;
   color: #666;
   line-height: 1;
   border-top: solid 1px #DEDEDE;
   border-bottom: solid 1px #DEDEDE;
   padding: 8px 20px 5px 27px;
   background: url("http://www.l-w-theta.com/blog/img/module_back_blue165.gif") no-repeat top left;
}
.sidetitle5
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;

   font-size: 10px;
   color: #666;
   line-height: 1;
   border-top: solid 1px #DEDEDE;
   border-bottom: solid 1px #DEDEDE;
   padding: 8px 20px 5px 27px;
   background: url("http://www.l-w-theta.com/blog/img/module_back_db.gif") no-repeat top left;
}
.sidetitle6
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;

   font-size: 10px;
   color: #666;
   line-height: 1;
   border-top: solid 1px #DEDEDE;
   border-bottom: solid 1px #DEDEDE;
   padding: 8px 20px 5px 27px;
   background: url("http://www.l-w-theta.com/blog/img/module_back_cl.gif") no-repeat top left;
}
.module-header_topics
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;

   margin: 0;
   border-left: 5px solid #ff9a00;
   padding: 5px;
   color: #777777;
   background: #ffffb5;
   font-size: 10px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}
.module-header_topics2
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;

   margin: 10px 0 5px 0;
   border-left: 5px solid #898e79;
   padding: 5px;
   color: #777777;
   background: #d8e1e7;
   font-size: 10px;
   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 {
  font-size: 95%;
   font-family: "ＭＳ Ｐゴシック",  /* 和文用 */
                Osaka,serif;
}

.entry-more-link a {
  color: #7c9f92;
  text-decoration: underline;
}
.entry-more-link a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e2c6a9;
}

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

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


/* page layout */
/* body文字色 */
body
{
   color: #777;
}

/* 全体背景色2 */
#container
{
   min-width: 780px;
   margin-bottom: 20px;
   background: #383c3c;
}

#container-inner
{
   margin-top:5px;
}

#banner
{
   width: 780px; /* necessary for ie win */
   background: #ffffff;
}

#banner-inner
{
   padding: 5px 0px 5px 0px;
   background-image: url("");
   background-color: #000000;
   background-position: 300px 35px;
   background-repeat:no-repeat;
}

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

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

#banner-header
{
   margin: 0;
   padding-left: 30px;
   padding-top: 45px;
   color: #fff;
   font-size: 20px;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
   margin-top: 10px;
   margin-bottom: 0;
   padding-left: 40px;
   color: #707d87;
   background: none;
   font-size: 10px;
   font-family: Osaka,"ＭＳ Ｐゴシック",  /* 和文用 */
    sans-serif;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

#alpha { margin: 15px 10px 0px 0px; width: 780px; }
#beta { width: 0px; }


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

.date-header
{
   margin-left: 10px;
   padding-top: 10px;
   font-size: 10px;
   color:#666;
   text-transform: uppercase;
   border-top: 1px solid #333;
}

.entry-header
{
   margin-left: 10px;
   background-image: url("");
   background-repeat: no-repeat;
   background-position: 0% 100%;
   padding: 3px 0 0 15px;
   color: #5c8185;
   font-size: 13px;
   height: 26px;
   font-family: "Comic Sans MS";
   font-weight: bold;
}

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

.entry-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #333;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}
.comment-footer
{
   border-bottom: 1px solid #f7f7f7;
   padding-top: 3px;
   padding-bottom: 10px;
   padding-right:30px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 30px;
}

.comment-content
{
   color: #bbb;
}

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

#trackbacks-info
{
   margin: 10px 0 0 15px;
   padding: 0 10px;
}

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


/* modules */

.module
{
   width: 500px;
   margin: 0 0 10px 0;
   border-bottom: 1px solid #f3f6f9;
   background: #f7f7f7;
}

.module_topi
{
   margin: 0 0 10px 0;
   border-bottom: 1px solid #f3f6f9;
   background: #ffffef;
}

.module_renew
{
   width:520px;
   margin: 0 0 5px 0;
   border: 1px dashed #6ba6bd;
   background: #eee;
}

.module_renew2
{
   width:220px;
   margin: 0 0 5px 0;
   border: 1px dashed #6ba6bd;
   background: #eee;
}

.module-content
{
   margin: 0 0 10px 0;
   padding: 6px 10px 0 10px;
   line-height: 1.2;
   font-size: 10px;
   font-family: Osaka,"ＭＳ Ｐゴシック",  /* 和文用 */
    sans-serif;
   letter-spacing: 0.1em;
   color: #666;
}
.module-content_S
{
   margin: 0 0 10px 0;
   padding: 6px 10px 0 10px;
   font-size: 10px;
   font-family: Osaka,"ＭＳ Ｐゴシック",  /* 和文用 */
    sans-serif;
   letter-spacing: 0.1em;
   color: #666;
   line-height: 1.6;
}

.module-content_S_topi
{
   margin: 0 0 10px 0;
   border-top: 1px solid #ffefe5;
   padding: 10px 10px 0 10px;
   font-size: 10px;
   font-family: Osaka,"ＭＳ Ｐゴシック",  /* 和文用 */
    sans-serif;
   letter-spacing: 0.1em;
   color: #666;
   line-height: 1.6;
}
.module-content_BP
{
   margin: 0 0 10px 0;
   padding: 5px 3px 0 10px;
   color: #666;
   font-size: 10px;
   font-family: Osaka,"ＭＳ Ｐゴシック",  /* 和文用 */
    sans-serif;
   letter-spacing: 0.1em;
   color: #666;
   line-height: 1.6;
}

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

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

.module-list-item
{
   margin-top: 0;
   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: #f3f6f9;
}

.typelist-thumbnail
{
   background: #fff;
}
