h1, h2, h3, h4, h5, h6 { font-weight: bold; }


#banner 

.module-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;

   margin: 0;
   border-left: 5px solid #FFFF00;
   padding: 5px;
   color: #fff;
   background: #666;
   font-size: 14px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.entry-header
{
   margin: 5px 0 5px 0;
   border-left: 5px solid #FF0000;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 16px;
}

.entry-header2
{
   margin: 5px 0 5px 0;
   border-left: 5px solid #FF0000;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 12px;
}

.entry-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #FF9933;
   padding-top: 3px;
   color: #FF9933;
   font-size: 10px;
   text-align: right;
}

/* =タイトル画像指定部分
----------------------------------------------- */
#a_topics #newstitle { 
background: url(/news/img/a_topics.jpg) no-repeat center bottom;
height: 100px;
width: 730px;
display: block;
}
#b_jpop #newstitle {
background: url(/news/img/b_jpop.jpg) no-repeat left bottom;
height: 100px;
width: 730px;
display: block;
}
#c_wmp #newstitle {
background: url(/news/img/c_wmp.jpg) no-repeat left bottom;
height: 100px;
width: 730px;
display: block;
}
#d_asia  #newstitle {
background: url(/news/img/d_asia.jpg) no-repeat left bottom;
height: 100px;
width: 730px;
display: block;
}
#e_oyaji #newstitle {
background: url(/news/img/e_oyaji.jpg) no-repeat left bottom;
height: 200px;
width: 730px;
display: block;
}
#f_indies #newstitle {
background: url(/news/img/f_indies.jpg) no-repeat left bottom;
height: 100px;
width: 730px;
display: block;
}
#g_thema #newstitle {
background: url(/news/img/g_thema.jpg) no-repeat left bottom;
height: 100px;
width: 730px;
display: block;
}
#h_tvradio #newstitle {
background: url(/news/img/h_tvradio.jpg) no-repeat left bottom;
height: 100px;
width: 730px;
display: block;
}
#i_download #newstitle {
background: url(/news/img/i_download.jpg) no-repeat left bottom;
height: 100px;
width: 730px;
display: block;
}
#j_sityou #newstitle {
background: url(/news/img/j_sityou.jpg) no-repeat left bottom;
height: 100px;
width: 730px;
display: block;
}
#k_sitenews #newstitle {
background: url(/news/img/k_sitenews.jpg) no-repeat left bottom;
height: 100px;
width: 730px;
display: block;
}
#l_classic  #newstitle {
background: url(/news/img/l_classic.jpg) no-repeat left bottom;
height: 100px;
width: 730px;
display: block;
}

/* =h1のテキストを非表示
----------------------------------------------- */
#newstitle h1 {
text-indent: -9999px;
} 
