/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


/* リンク色（ページ全体） */

a { color: #aa3b10; text-decoration: underline; }
a:hover { color: #ff3300; }


/* リンク色（ヘッダー） */

#banner a { color: #ff6600; text-decoration: none; }
#banner a:hover { color: #ff6600; }

/* リンク色（サイドメニュー） */

.module-content a { color: #869404; }
.module-content a:hover { color: #AA3B10; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}

table
{
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 13px;
   color: #666;
}


/* ページレイアウト */

body
{
   min-width: 750px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 13px;
   text-align: center;
   color: #666;
   background: #fff ;
   line-height: 1.5;
}

#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 750px;
}

#container-inner
{
   position: static;
   width: auto;
   background: #fff ;
}

/* ★画像全般 */
.gazo
{
   margin-left: 7px;
   margin-right: 7px;
   margin-top: 7px;
   margin-bottom: 7px;
}
.gazo-left
{
   margin-left: 5px;
   margin-right: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   float: left;
}
.gazo-right
{
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
   float: right;
}
.gazo-center
{
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
   float: center;
}


/* ヘッダー（レイアウト） */

#banner
{
   position: relative;
   width: 750px; /* necessary for ie win */
   height: 175px;

}

#banner-inner
{
   position: static;
   width: 750px;
   height: 155px;
   background: url(img/top.jpg)  no-repeat;
}


/* ヘッダー（サイトタイトル） */

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 15px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:90px; left:530px;
}


/* ヘッダー（検索ボックス） */

#banner-search
{
   color: #666;
}

/* ★ヘッダー（ロゴ） */
#banner-logo
{
   margin: 0;
   color: #fff;
   position:absolute; top:25px; left:530px;
}

/* ★ヘッダー（ナビ） */
#banner-navi a { color: #ffffff; text-decoration: none; }
#banner-navi a:hover { color: #869404; }
#banner-navi
{ 
   width: 750px; /* necessary for ie win */
   background: url(img/bbgh.gif);
   font-size: 10px;
   text-align: center;
   line-height: 23px;
   clear: both;
   color: #fff;
   position:absolute; top:125px; left:0px;
}
#banner-navi2 a { color: #ffffff; text-decoration: none; }
#banner-navi2 a:hover { color: #aa3b10; }
#banner-navi2
{ 
   width: 750px; /* necessary for ie win */
   background: url(img/bbgi.gif);
   font-size: 10px;
   text-align: center;
   line-height: 23px;
   clear: both;
   color: #fff;
   position:absolute; top:152px; left:0px;
}

/* ヘッダー（サイト説明） */

.banner-des
{
   position:absolute; top:60px; left:20px;
   width: 500px; 
   font-size: 12px;
   font-weight: nomal;
   color: #fff;
}

#banner-description
{
   display: none;
}

/* ★ヘッダー２（レイアウト） */

#banner2
{
   position: relative;
   width: 750px; /* necessary for ie win */
   height: 255px;

}

#banner2-inner
{
   position: static;
   width: 750px;
   height: 255px;
   background: url(img/top2.jpg)  no-repeat;
}


/* ★ヘッダー２（ナビ） */
#banner2-navi a { color: #98423D; text-decoration: none; }
#banner2-navi a:hover { color: #849404; }
#banner2-navi
{ 
   width: 200px; /* necessary for ie win */
   font-size: 14px;
   line-height: 19px;
   clear: both;
   color: #fff;
   font-weight: bold;
   position:absolute; top:80px; left:25px;
}

/* ★ヘッダー２（ボタン） */
#banner2-btn
{
   margin: 0;
   position:absolute; top:200px; left:25px;
}



/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
   background: url(img/bbgf.gif) center;
}

#pagebody-inner 
{
   position: static;
   width: 730px; 
   padding: 10px 0;
   margin: 0 auto; 
   text-align: left; 
}

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

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

#alpha-inner, #beta-inner
{
   position: static;
}


/* メインコンテンツ基本レイアウト（記事部分） */

#alpha { 
   margin: 0 10px 10px; 
   width: 508px; 
}
#alpha-inner { 
   padding: 10px;
}


/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
   width: 200px;
}
#beta-inner { padding: 0 5px; }

/* ★トップ記事部分見出し */

.top-midashi
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 15px;
   padding-top: 2px;
   background: url(img/btn_869404.gif)  no-repeat;
   font-size: 16px;
   font-weight: bold;
   color: #869404;
}

/* ★トップ以外記事部分見出し */

.midashi-aka
{
   position: relative;
   width: auto;
   height: 15px;
   margin: 0;
   font-size: 13px;
   font-weight: nomal;
   color: #aa3b10;
   text-transform: uppercase;
}

.midashi-mid
{
   position: relative;
   width: auto;
   height: 15px;
   margin: 0;
   font-size: 13px;
   font-weight: nomal;
   color: #869404;
   text-transform: uppercase;
}

/* 記事部分コンテンツ */

.archive-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 15px;
   padding-top: 2px;
   background: url(img/btn_869404.gif)  no-repeat;
   font-size: 16px;
   font-weight: bold;
   color: #869404;
   text-transform: uppercase;
}

/* ★記事部分コンテンツ２ */

.archive-header2
{
   position: relative;
   width: auto;
   height: 15px;
   margin: 0;
   font-size: 15px;
   font-weight: bold;
   color: #aa3b10;
   text-transform: uppercase;
}

.img { float: left; margin: 15px 15px 15px 0; }

.entry-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}

.entry-content { position: static; clear: both; }
.entry,
.entry-more { clear: both; }
.entry-body { width: 100%; }
.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #666;
   color: #999;
}

.gotop { text-align: right;  clear: both;}



/* トラックバック関連 */

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #666;
   padding: 0 10px;
   color: #999;
   font-size: 11px;
   text-align: center;
}
.trackbacks-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 15px;
   padding-top: 2px;
   background: url(img/btn_869404.gif)  no-repeat;
   font-size: 16px;
   font-weight: bold;
   color: #869404;
   text-transform: uppercase;
}
.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}


/* コメント関連 */

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}
#comment-bake-cookie { margin-left: 0;　vertical-align: middle; }
#comment-post { font-weight: bold; }
.comments-header,.comments-open-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 10;
   padding-left: 15px;
   padding-top: 2px;
   color: #666;
   background: url(img/btn_869404.gif)  no-repeat;
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
}
.comment-content,
.comment-footer,
.comments-open-footer { margin: 10px 0; }
.comments-open-content,
.comments-closed { clear: both; margin: 5px 10px; }
.comments-open label { display: block; }

/*★囲み文字*/
.kakomi
{
   width: 480px; 
   height: 25px;
   background-color: #f1f1f1;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   font-weight: bold;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border-top: 1px dotted #666;
   border-bottom: 1px dotted #666;
   text-decoration: none;
   color: #666;
   float: left;
}


/* フッター */

#footer
{
   width: 750px; /* necessary for ie win */
   height: 80px;
   background: url(img/footer.gif)  no-repeat;
   position: relative;
}

#footer-inner
{
   font-size: 10px;
   color: #666666;
   text-align: left;
   text-indent: 25px;
   line-height: 80px;
}

.footer-navi
{ 
   background: url(img/bbgf.gif);
   font-size: 10px;
   text-align: center;
   line-height: 23px;
   clear: both;
   color: #aa3b10;
}

.footer-navi a
{ 
   color: #aa3b10;
   text-decoration: none; 
}

.footer-navi a:hover
{
   color: #869404;
}

/* サイドメニュー内部 */

.module-header
{
   position: relative;
   width: auto;
   height: 16px;
   margin: 0 0 10px 0;
   padding: 0;
   color: #fff;
   background: #869404;
   font-size: 12px;
   font-weight: nomal;
   line-height: 16px;
   text-transform: uppercase;
   text-align: center;
}

.module
{
   position: relative;
   overflow: hidden;
   width: 180px; 
   margin: 0 5px;
   padding: 0;
}

.module-content
{
   position: relative;
   margin: 10px 0;
   padding: 0;
   color: #999;
}

.module-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item a
{
   width: 178px; 
   height: 25px;
   background-color: #fff;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border: 1px solid #ccc;
   text-decoration: none;
   color: #869404;
}

.module-list-item a:hover
{
   background: #869404;
   border: 1px solid #ccc;
   color: #fff;
}

/* 物販用おすすめ・ピックアップ部分 */

.pickup
{
   width: auto; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   border: 1px solid #fff;
   line-height: 1.5;
}
.pickup1
{
   width: 47%; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   line-height: 1.5;
   float: left;
}
.pickup2
{
   width: 47%; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   line-height: 1.5;
   float: right;
}
.pickup-body
{
   color: #666;
}
/* 表示補助 */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}
