/* 基本レイアウト */

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


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

a:link {color : #cc0033 ;}
a:visited{color:#666666;}
a:hover,a:active {color: #333; text-decoration : none;}


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

.module-content a { color: #666; }
.module-content a:hover { color: #cc0033; }



/* 見出し */

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


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

body
{
   min-width: 740px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   color: #000;
   line-height:19px;
   background-attachment: fixed;
   background-image: url(img/bb.gif);
}

#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 740px;
   border-left : 1px solid #999;
   border-right : 1px solid #999;
}

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


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

#banner
{
   position: relative;
   width: 740px; /* necessary for ie win */
   height: 120px;
   background: url(img/0.jpg) left no-repeat;
}

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


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

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 2em;
   font-weight: normal;
   line-height: 1.25;
   position:absolute; top:79px; left:20px;
}


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

#banner-search
{
   position:absolute; bottom:2px; right:10px;
   color: #fff;
}


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

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

#banner-description
{
   display: none;
}


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

#pagebody
{
   position: relative;
   width: auto;
   _width: 100%;
   text-align: center;
   background: #FFFFFF;
}

#pagebody-inner 
{
   position: static;
   width: 730px; 
   padding: 10px 0;
   margin: 0 auto; 
   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: 0px 10px 10px 0px; 
   width: 510px; 
}
#alpha-inner { 
   padding: 10px;
   width : auto;
}

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

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


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

.archive-header,.trackbacks-header,.comments-header,.comments-open-header
{
font-size : 110% ;
padding : 0.5em ;
color : #fff ;
background : #fff url(img/title.png) repeat ;
}

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

.entry-header{
font-size : 110% ;
padding : 0.5em ;
color : #fff ;
background : #fff url(img/title.png) repeat ;}

.entry-c { 
background-color : #fff ;
padding : 0em ;
line-height : 160% ;
border : 1px solid #999 ;
margin-bottom : 5px ;
}

.entry-co { 
position: static; clear: both; 
background-color : #fff ;
padding : 1em ;
line-height : 160% ;
border : 1px solid #999 ;
margin-bottom : 10px ;}



.archive-content{
position: static; clear: both; 
background-color : #fff ;
padding : 1em ;
line-height : 160% ;
border : 1px solid #999 ;
margin-bottom : 10px ;}




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



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

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #ccc;
   padding: 0 10px;
   color: #999;
   font-size: 11px;
   text-align: center;
}
.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #ccc;
   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; }
.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: 740px; /* necessary for ie win */
   height: 60px;
   background: url(img/footer.jpg)  no-repeat;
   position: relative;
}

#footer-inner
{
   font-size: 13px;
   color: #000;
   text-align: right;
   text-indent: 40px;
   line-height: 40px;
   border-left : 0px solid #000 ;
   border-right : 0px solid #000 ;
   border-top : 0px solid #ccc ;
   margin-top : 15px ;
   margin-right : 10px ;
}

.footer-navi
{ 
   width: 740px;
   background: #ffffff;
   font-size: 13px;
   text-align: center;
   line-height: 20px;
   clear: both;
   color: #000;
}

.footer-navi a
{ 
   color: #666;
}

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

.module-header{
font-size : 110% ;
font-weight: bold;
padding : 0.5em ;
margin-top : 10px ;
color : #fff ;
background : #fff url(img/title.png) repeat ;}

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

.module-content{
background-color : #fff ;
padding : 1em ;
line-height : 160% ;
border : 1px solid #999 ;}

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

.module-list-item{
font-size: 14px;
line-height : 200% ;}



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

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

/* 表示補助 */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}
.box {
margin-bottom : 30px ;
}
.box2 {
margin-bottom : 15px ;
}

.archive-link{
font-size : 14px ;
text-indent : 1em ;
padding : 0.2em ;
margin-bottom : 30px ;}

.text {padding : 1.3em ;}

.style1 {color: #FF0000}
.style2 {font-size: medium;
            text-transform: uppercase;
            text-decoration: underline;
            font-weight: bold;
            color: #009900;}


}

.img-center{
float: center;}

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

.top-title{
font-size: 15px;
color: #009900;
font-family: Tahoma;
text-decoration: underline;
font-weight: bold;
margin: 5px 0px 8px 0; }


.a-header{
font-size : 110% ;
padding : 0.5em ;
margin-bottom : 10px ;
color : #fff ;
border : 1px solid #999 ;
background : #fff url() repeat ;}