hr.br { color: #FFF; width: 0%; border: none; }

.ads { font-size: 10px; }

.title-header { font-size: 14px; font-weight: bold; }

.entrypr { color: #999; font-size: 10px; }

.entrypr a { color: #999; font-size: 10px; text-decoration: none; }

.entrypr a:hover { color: #999; }

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



/* 基本レイアウト */



html { margin: 0; padding: 0; }

form, input { margin: 0; padding: 0; }

a img { border: 0; }





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



a { color: #blue; text-decoration: underline; }

a:hover { color: #ff9900; }





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

/* タイトルのリンク色 */

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

#banner a:hover { color: #666; }





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

/* 更新履歴リンク色 */

.module-content a { color: #000; }

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





/* 見出し */



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: 730px;

   margin: 0;

   padding: 0;

   font-family: verdana, 'trebuchet ms', sans-serif;

   font-size: 13px;

   text-align: center;

   color: #000;

   background: #FFF;

   line-height: 1.3;

}



#container

{

   position: relative;

   margin: 0 auto; 

   text-align: left;

   width: 730px;

   background: url(img/0.jpg)  top right no-repeat;

}



#container-inner

{

   position: static;

   width: auto;

}



#container:after {

    content: "";

    display: block;

    clear: both;

    height: 1px;

    overflow: hidden;

}



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



#banner

{

   position: relative;

   width: 730px; /* necessary for ie win */

   height: 300px;

   margin: 0;

   background: url(img/top.gif)  bottom left no-repeat;

}



#banner-inner

{

   position: static;

   width: 730px;

   margin: 0;

   height: 300px;

}





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



#banner-header

{

   width: 500px;

   margin: 0;

   font-size: 28px;

   font-weight: normal;

   line-height: 1.5;

   position:absolute; top:15px; left:5px;

   font-family: "ヒラギノ角ゴ8","HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";

}



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



#banner-search

{

   position:absolute; bottom:15px; left:260px;

   color: #666;

}





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



.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: 730px; 

   text-align: center;

}



#pagebody-inner 

{

   position: static;

   width: 730px; 

   padding: 0 0 10px;

   margin: 0;

   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: 0; 

   width: 530px; 

}

#alpha-inner { 

   width: auto; 



   padding: 10px;

   background: #FFF;

}

/* メインコンテンツ背景色 */





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



#beta {

   margin: 0; 

   width: 200px;

}

#beta-inner { padding: 10px; }





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

/* 記事部分タイトル色 */

.archive-header,.trackbacks-header,.comments-header,.comments-open-header

{

   position: relative;

   width: auto;

   margin: 0;

   padding: 5px 0 2px 10px;

   color: #666;

   border-left: 5px solid #ccc;

   border-bottom: 1px solid #ccc;

   font-size: 18px;

   line-height: 1.25;

   font-family: "ヒラギノ角ゴ8","HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";

   font-weight: normal;

   clear: both;

}



.img { float: right; margin: 5px 5px 5px 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 { margin: 15px 0; clear: both; }

.entry-body { margin: 15px 0; width: 100%; }

.entry-footer{

   margin: 5px 10px 0 0;

   padding: 5px 0;

   text-align: right;

   font-size: 10px;

   border-top: 1px dotted #ccc;

   color: #999;

}



.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: 730px; /* necessary for ie win */

   height: 70px;

   background: url(img/footer.gif)  bottom right no-repeat;

   position: relative;

}



#footer-inner

{

   font-size: 10px;

   text-align: center;

   color: #ccc;

   line-height: 70px;

}



.footer-navi

{ 

   font-size: 10px;

   text-align: left;

   padding-left: 15px;

   padding-right: 15px;



   line-height: 1.25;

   clear: both;

   color: #fff;

   background: #999 ;

}



.footer-navi a

{ 

   color: #fff;

}



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



.module-header

{

.module-header

{

   position: relative;

   width: auto;

   height: 20px;

   margin: 0;

   padding: 3px 0;

   color: #666;

   border-top: 1px solid #ccc;

   border-bottom: 1px solid #ccc;

   font-size: 12px;

   font-weight: bold;

   line-height: 20px;

   text-align: center;

}

}



.module-content

{

   margin: 10px 0;

   padding: 0;

   color: #000;

}



.module-list

{

   margin: 0;

   padding: 0;

   list-style: none;

}



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

.module-list-item a

{

   width: 178px; 

   background-color: none;

   text-indent: 5px;

   display: block;

   font-size: 12px;

   line-height: 1.25;

   margin: 2px 0;

   padding: 5px 0;

   border: 1px solid #ccc;

   text-decoration: none;

   color: #000;

}



.module-list-item a:hover

{

   background: #cc0000;

   border: 1px solid #999;

   color: #FFF;

}



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



.pickup

{

   width: auto; 

   height: 190px;

   margin: 5px 0;

   padding: 5px;

   color: #333;

   border: 1px solid #999;

   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;

}


