/* 基本レイアウト */

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


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

a { color: #cc0000; text-decoration: underline; }
a:hover { color: #fff; }


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

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


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

.module-content a { color: #ccc; }
.module-content a:hover { color: #cc0000; }


/* 見出し */

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


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

body
{
   min-width: 740px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   color: #ccc;
   background: url(img/bg.gif)  repeat-x #780000 ;
   line-height: 1.5;
}

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

#container-inner
{
   position: static;
   width: auto;
   border-left: 1px solid #333;
   border-right: 1px solid #333;
}


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

#banner
{
   position: relative;
   width: 730px; /* necessary for ie win */
   height: 245px;
   background: url(img/top.jpg)  no-repeat;
}

#banner-inner
{
   position: static;
   height: 100%;
}


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

#banner-header
{
   margin: 0;
   color: #ffffff;
   font-size: 18px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:100px; left:210px;
}


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

#banner-search
{
   position:absolute; bottom:15px; right:15px;
   color: #999;
}


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


#banner-description
{
   display: none;
}


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

#pagebody
{
   position: relative;
   width: 730px;
   margin: 0 auto;
   padding-bottom: 5px;
   text-align: center;
   background: #000;
}

#pagebody-inner 
{
   position: static;
   text-align: left;

}

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

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

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


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

#alpha { 
   margin: 7px; 
   width: 510px; 
}
#alpha-inner { 
   padding: 5px;
   border: 1px solid #333;
   background: url(img/abg.gif)  no-repeat top right;
}


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

#beta 
{
   width: 200px;
}
#beta-inner
{
   width: 200px;
}


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

.archive-header
{
   position: relative;
   width: auto;
   height: 40px;
   margin: 0;
   padding-left: 45px;
   padding-top: 10px;
   color: #ccc;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}

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

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

.entry-content { position: static; clear: both; color: #999; }
.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 #666666;
   color: #999999;
}

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


.content-nav { background: #333; }
.content-nav-bread{ background: #333; }


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

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dotted #666666;
   padding: 0 10px;
   color: #999999;
   font-size: 11px;
   text-align: center;
}
.trackbacks-header
{
   position: relative;
   width: auto;
   height: 40px;
   margin: 0;
   padding-left: 45px;
   padding-top: 10px;
   color: #333;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}
.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #666666;
   padding-top: 3px;
   color: #999999;
   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: 40px;
   margin: 0;
   padding-left: 45px;
   padding-top: 10px;
   color: #333;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   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; }


/* フッター */

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

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: #ccc;
   position:absolute; top:40px; right:30px;
}

.footer-navi
{ 
   font-size: 10px;
   text-align: center;
   line-height: 20px;
   clear: both;
   background: #333;
   color: #ccc;
}

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


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

.module-header
{
   position: relative;
   width: auto;
   margin: 10px 0 5px 0;
   padding: 3px;
   color: #ccc;
   background: #333;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   text-align: left;
}

.module
{
   position: relative;
   overflow: hidden;
   padding: 10px;
   margin-bottom: 5px;
}

.module-content
{
   position: relative;
   margin-top: 5px;
   padding: 0;
   color: #666;
}

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

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

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

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

.pickup
{
   width: auto; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #999;
   border: 1px solid #ccc;
   line-height: 1.5;
}
.pickup1
{
   width: 47%; 
   margin: 5px 0;
   padding: 5px;
   color: #999;
   line-height: 1.5;
   float: left;
}
.pickup2
{
   width: 47%; 
   margin: 5px 0;
   padding: 5px;
   color: #999;
   line-height: 1.5;
   float: right;
}


/* 表示補助 */

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

.input
{
   background: #333;
   width: auto;
   padding-left: 3px;
   background: #333;
   margin: 0px;
   padding: 0px;
   height: 18px;
   border: 1px solid #999;
   color: #fff;
}
.submit 
{
   border-width: 0px;
   background: #382d32;
   padding: 1px;
   margin: 0px;
   cursor: hand;
   color: #ffffff;
   height: 18px;
   background: #999;
   width: auto;
}

.pickup-line
{
   width: 100%; 
   clear: both;
   border-top: 1px solid #999;
}