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

/* basic elements */

html
{
   margin: 0; /* ページ全体の外余白を0pxに指定*/
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0; /* ページ全体の内余白を0pxに指定*/
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif; /* ページ本文全体のフォントの種類の指定*/
   font-size: 10px; /* ページ本文全体のフォントのサイズを指定*/
}

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


/* 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: right; } /* center on ie */

#container
{
   position: relative; /*全体を中央寄せにするために指定*/
   margin: 0 auto; /* center on everything else */
   width: 770px;
   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
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left; /* alpfaを左にする*/
   min-height: 1px;
}

#beta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: right; /* ナビの位置*/
   min-height: 1px;
}


/* content */

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

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

.entry,
.trackbacks,
.comments,
.archive
{
   position: rerative;
   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　10px 10px;
}

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

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

/*エントリー・アーカイブのコメントを投稿以下のボックスの指定*/
.comments-open label { display: block; }

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

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

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



/* modules */

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

.module-content
{
   position: relative;
   margin: 0;
}

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

.module-list-item
{
   margin-top: 1px;
   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: 175px; /* calendar table width指定*/
   text-align: center;
   padding: 0px;
}

.typelist-thumbnailed { margin: 10px; }

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

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

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

.module-recent-photos { margin: 0 0 10px 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: 10px;
   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; }
/* */




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

/* basic page elements */

body
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 12px;
}

a { color: #36414d; text-decoration: underline; } /*未訪問のリンク*//*アンダーライン表示*/
a:visited { color: #36414d;text-decoration: underline; }/*訪問後のリンク*/
a:hover { color: #a3b8cc;text-decoration: none; }/*マウスをのせたとき*//*アンダーラインの未表示*/
a:active { color: #a3b8cc;	text-decoration: none; }/*クリック中*/



#banner a { color: #ffffff; text-decoration: none; } /*アンダーラインの未表示*/
#banner a:hover { color: #ffcc66; }

.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,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\ositon: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #ffff00; /*#36414d*/
   padding: 5px;
   color: #fff;
   background: #808080; /*各タイトルのバックの色*/
   font-size: 9px;
   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: 10px;
}

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


/* page layout */

body
{
   min-width: 770px;
   color: #333333;　/*本文のフォントカラー*/
   background: #ffffff; /*ブラウザ表示したときのバックの色の指定*/
}

#container /*コンテンツ部分全体の指定*/
{
   width: 770px;
   margin-bottom: 20px;
   background: #ffffff;
}

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

#banner /*ページ最上部のバナーの設定*/
{
   width: 770px;　/* necessary for ie win */ 
   background: #ffffff;
background-image: url("./img/topimg.jpg");
height: 250px;
}

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 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: #36414d 0 1px 2px;
}

#alpha { margin: 15px 0px 0 0px; width: 575px; } /*コンテンツ部分pagebody内の左がわ*/
#beta { width: 185px; background: #cccccc; } /*コンテンツ部分pagebody内のサイドナビゲーション部分*/

#beta-inner,

{
   padding: 0;

   border-style: solid;
   border-color: #fff;
}

.date-header /*pagebody内alpha内のエントリータイトルの上の日付*/
{
   margin-top: 10;
   font-size: 11px;
/*font-weight: bold;*/
   text-transform: uppercase;
}

.entry-header /*pagebody内alpha内のコンテンツ部分のエントリータイトル指定*/
{
   margin-top: 0;
   border-left: 5px solid #ffff00;
   padding: 0 0 0 10px;
   color: #006600; /*タイトルフォントカラー*/
   font-weight: bold;
   font-size: 16px;
}

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


/*エントリーの下部にある投稿者、日時の指定*/
.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 10 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

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

.content-nav { margin-top: 5px; }

#trackbacks-info /*このエントリーのトラックバック欄*/
{
   width: 550px;
   margin: 20px 0 0 10px;
   border: 1px dashed #009900; /*dashedは点線のこと*/
   padding: 10px 0 0 10px;
   color: #006600;
   font-size: 10px;
   text-align: center;
   background: #cccccc;
}

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


/* modules */ /*サイドナビの設定*/

.module
{
   margin: 0;
   border-bottom: 1px solid #ffffff; /*各項目間の下にあるボーダーの太さと色の指定#f3f6f9*/
   background: #e6ecf2; /*#eee8aa*//*各項目のbackgroundカラー指定*/
}

.module-content
{
   margin: 3;
   border-top: 1px solid #cfd4d9; /*各項目のタイトル下にあるボーダーの太さと色の指定*/
   padding: 10px 5px 10px 5px;
   font-size: 10px;
    line-height: 150%;/*ナビの項目の行間指定*/
}

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

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

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   border: 1px dashed #ff0000; /*サイドナビ下のpowerd byの項目指定*/
   padding-bottom: 10px;
   color: #292e33;
}


/* artistic tweaks */

   .layout-artistic #alpha { width: 575px; }
   .layout-artistic #beta { width: 185px; }

  {
      width: 185px;
   }


  .footer
  {
  margin: 0;
  width:770px;
  font-famiry: sans-serif;
   clear:both; text-align: center;
   font-size: 10px;
  background-color: #dae0e6;
  color: #999999;
  }


#calendar {
    margin: 0;
    color: #444444;
    font-family: Verdana, Arial, sans-serif;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 10px;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 9px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.holiday a:hover { color: #FF99FF;
}

.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}
.saturday a:hover { color: #99CCFF;
}

