/* 基本レイアウト */



html { margin: 0; padding: 0; }

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

a img { border: 0; }





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



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

a:hover { color: #ff9900; }





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



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

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





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



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

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

   text-align: center;

   color: #000;

   background: #f5f5f5;

   line-height: 1.5;

}



#container

{

   position: relative;

   margin: 0 auto; 

   text-align: left;

   width: 740px;

}



#container-inner

{

   position: static;

   width: auto;

   background: url(img/bbg.gif) ;

}



#container:after {

    content: "";

    display: block;

    clear: both;

    height: 1px;

    overflow: hidden;

}



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



#banner

{

   position: relative;

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

   height: 260px;

   margin: 0 5px;

}



#banner-inner

{

   position: static;

   width: 730px;

   height: 260px;

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

}





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



#banner-header

{

   width: 700px;

   margin: 0;

   font-size: 26px;

   line-height: 1.5;

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

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

   font-weight: normal; 

}



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



#banner-search

{

   position:absolute; top:70px; right:20px;

   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;

}



#pagebody-inner 

{

   position: static;

   width: 730px; 

   padding: 0;

   margin: 0; 

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

   width: 510px; 

   background: #fff;

}

#alpha-inner { 

   width: auto; 

   _width: 100%; 

   padding: 10px;

}





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



#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 5px 15px;

   color: #666;

   font-size: 18px;

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

   font-weight: normal; 

   clear: both;

   border-bottom: 2px solid #336699;

   border-left: 5px solid #336699;

}



.img { float: left; 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;
width: 100%;
clear: both;
}

.entry,

.entry-more {
width: 100%;
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: 60px;

   margin: 0 5px;

   background: url(img/footer.gif) ;

   position: relative;

}



#footer-inner

{

   font-size: 10px;

   text-align: right;

   padding: 0 15px;

   color: #fff;

   line-height: 60px;

}



.footer-navi

{ 

   width: 730px;

   padding: 5px 0;

   margin: 0 5px;

   font-size: 10px;

   text-align: center;

   line-height: 20px;

   clear: both;

   color: #666;

}



.footer-navi a

{ 

   color: #666;

}



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



.module-header

{

   position: relative;

   width: auto;

   height: 30px;

   margin: 0 0 10px 0;

   padding: 0;

   color: #fff;

   background: url(img/mh.gif)  no-repeat;

   font-size: 12px;

   font-weight: bold;

   line-height: 30px;

   text-align: center;

}



.module-content

{

   margin: 10px 0;

   padding: 0;

   color: #999;

}



.module-list

{

   margin: 0;

   padding: 0;

   list-style: none;

}



.module-list-item a

{

   width: 178px; 

   background-color: #f5f5f5;

   text-indent: 5px;

   display: block;

   font-size: 12px;

   line-height: 1.25;

   margin: 2px 0;

   padding: 5px 0;

   border: 1px solid #999;

   text-decoration: none;

   color: #336699;

}



.module-list-item a:hover

{

   background: #336699;

   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;

}


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

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

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


div.waku-categorydescription {
border:solid 1px #ccc;
background-color: #e6e6e6;
padding:10px;
margin: 0px 15px 10px 30px;
}

div.waku-entrytitle {
padding:10px;
margin: 0px 0px 0px 30px;
}

div.top-explain {
margin: 0px 0px 30px 30px;
font-size:17px;
font-weight: bold; 
}

div.top-explain a {
color: #ff0000;
text-decoration:none;
}

.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.affi-line {
border-width: 1px;
border-color: orange;
border-style: solid;
margin:20px 0px 40px 0px;
padding:5px;
}

.pr { 
font-size: 10px;
text-align: center; 
}

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:10px;
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 0 20px 0;
}

div.waku-clear {
margin-top: 80px;
}

.waku-clear-top {
padding-bottom: 10px;
}

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

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

.master-info {
    display: block;
    height: 84px;
    width: 364px;
    margin: 0 0 30px 0;
    background: url(img/master-info.gif) no-repeat;
    text-decoration: none;
}


.rpg-ranking a {
    display: block;
    height: 70px;
    width: 480px;
    margin: 0 auto ;
    background: url(img/rpg-1.jpg) no-repeat;
    text-decoration: none;
}

.rpg-ranking a:hover {
    display: block;
    height: 70px;
    width: 480px;
    background: url(img/rpg-2.jpg) no-repeat;
}

.rpg-ranking a span {
    display: none;
}

.rpg-ranking { text-align: center; }
