@charset "UTF-8";

/* --------------------------------------------------------
 ナビ
-------------------------------------------------------- */
#tnavi li.n1 a{ background:url(/nnp/book/images/navi1_f3.gif) no-repeat;}

#bnavi { border-top:2px solid #900;}

/* --------------------------------------------------------
 カテゴリータイトル
-------------------------------------------------------- */
.news_index_header {
    padding:0;
    margin:0;
	color:#FFFFFF;
    background:url(./cate_title.gif) no-repeat;
}
.news_index_header a {
	height:35px;
	display:block;
}

.news_index_header h2 {
	text-indent:-9999px;
}

/* --------------------------------------------------------
 記事
-------------------------------------------------------- */
/* ニュース記事タイトル */
.news_item_title {
	border-top:4px double #900;
}

/* ニュース記事追加内容 */
.news_item_foot {
	border-bottom:2px solid #900;
}

/* --------------------------------------------------------
 バックナンバー
-------------------------------------------------------- */
.news_index_title {
    clear:both;
    padding:0;
    margin:30px 0 0 0;
    background: url(./bn.gif) no-repeat;
	border-bottom:2px solid #900;
}
.news_index_title h3 {
	height:30px;
	text-indent:-9999px;
}



