/* 基本レイアウト */

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


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

a { color: #ff6600; text-decoration: underline; }
a:hover { color: #669900; }


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

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


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

.module-content a { color: #ff6600; }
.module-content a:hover { color: #fff; }


/* 見出し */

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: 14px;
   text-align: center;
   color: #000;
   background: #4f5616;
   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: 260px;
   background: url(img/top.jpg)  no-repeat;
}

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


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

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


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

#banner-search
{
   position:absolute; bottom:0px; right:210px;
   color: #666600;
}


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


#banner-description
{
   display: none;
}


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

#pagebody
{
   position: relative;
   width: 730px;
   margin: 0 auto;
   padding-bottom: 5px;
   text-align: center;
   background: url(img/bbg.gif) ;
}

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

}

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

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

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


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

#alpha { 
   margin: 7px; 
   width: 510px; 
}
#alpha-inner { 
   padding: 5px;
   background: #fff ;
}

#alpha-inner a {
color: #0000ff;
}


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

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


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

.archive-header
{
   position: relative;
   width: auto;
   height: 40px;
   margin: 0;
   padding-left: 45px;
   padding-top: 10px;
   color: #006600;
   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: #333;
   font-size: 12px;
   font-weight: bold;
}


.entry-content {
position: static;
width: 100%;
clear: both;
}

.entry,

.entry-more {
width: 100%;
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: #ffcc00; }
.content-nav-bread{ background: #ffcc00; }


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

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #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: 110px;
   position: relative;
   background: url(img/footer.jpg)  no-repeat;
}

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: #fff;
   position:absolute; top:80px; right:50px;
}

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

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


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

.module-header
{
   position: relative;
   width: auto;
   margin: 10px 0 5px 0;
   padding: 3px;
   color: #336600;
   background: #ffcc00;
   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: #333;
}

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

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

.module-list-item a:hover
{
   background-color: #ffcc00;
   border: 1px solid #336600;
   color: #336600;
}

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

.pickup
{
   width: auto; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   border: 1px solid #ccc;
   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;
}


/* 表示補助 */

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

/* オリジナル追加分 */

#footer-inner a {
color: #fff;
text-decoration:none;
}

.ad {
font-size:12px;
color: #999;
}

.red  {color: red; }
.red-bold {color: red; font-weight: bold; }
.red-large {color: red; font-weight: bold; font-size: 16px; }


.blue  {color: blue; font-weight: normal }
.blue-bold {color: blue; font-weight: bold }
.blue-large {color: blue; font-weight: bold; font-size: 14px }


.orange  {color: orange; font-weight: normal}
.orange-bold {color: orange; font-weight: bold}
.orange-large {color: orange; font-weight: bold; font-size: 14px}

.yellow  {background-color: yellow; font-weight: normal}

.black-bold {color: black; font-weight: bold}
.black-large {color: black; font-weight: bold; font-size: 15px}

.black-yellow {
background-color: yellow;
font-weight: normal; color: #333333;
font-size: 14px;
font-family:"HG創英角ｺﾞｼｯｸUB";
}


div.waku-lightblue {
border:solid 1px #0000FF;
background-color: #C3D9FF;
padding:10px;
margin: 20px 0;
}
div.waku-yellow {
border:solid 3px #FFFF66;
background-color: #FFFFCC;
padding:10px;
margin: 20px 0;
}

div.waku-pink {
border:solid 3px #FF6FCF;
background-color: #F8D8ED;
padding: 0 5px;
margin: 20px 0;
}
div.waku-gray {
border:solid 2px #7F7F7F;
padding:10px;
margin: 20px 0;
}

div.waku-gold {
border:solid 4px #FFD700;
padding:5px;
margin: 10px 10px 20px 0;
}

div.waku-clear {
margin-top: 80px;
}
.right-img {
         float:right;
         margin-left:10px;
         margin-bottom:10px;
}

.left-img {
         float:left;
         margin-right:10px;
         margin-bottom:10px;
}

