@charset "utf-8";
/* CSS Document */
/* /nenga/のみスタイル */


div#wrapContentsBG {
	background: url(/nenga/images/bg_nenga_2010_c.jpg) repeat-x top center;
}

div#wrapContentsBG2 {
	width: 985px;
	margin: 0 auto;
	background: url(/nenga/images/bg_contents_alpha2.png) no-repeat center top;
}

* html div#wrapContentsBG2 {
	background: url(/nenga/images/bg_nenga_2010_c_ie6.jpg) repeat-x top center;
}



div#pageTitle {
	margin-bottom: 0;
}


div#pageTitle h1, div#pageTitleS h1 {
	border-bottom: 3px solid #cc0101;
	background: url(/shared/images/bg_h1_nenga.jpg) no-repeat left bottom;
}


h2 {
	background: url(/shared/images/bg_h2_nenga.gif) no-repeat left bottom;
}




ul.topicPath li a {
	padding-right: 25px;
	background: url(/nenga/images/bg_topicpath_pass.gif) no-repeat right top;
}


/* TAB, TABF(noJS) */
ul.listTab, ul.listTabF {
	background: url(/nenga/images/bg_ul_tabs.gif) no-repeat left bottom;
}

ul.listTab li a, ul.listTabF li a {
	background: url(/nenga/images/bg_ul_tabs_a.gif) 0 0 no-repeat;
}

ul.listTab li a span, ul.listTabF li a span {
	background: url(/nenga/images/bg_ul_tabs_a_end.gif) right 0 no-repeat;
}

ul.listTab li a:hover, ul.listTab li a:active, ul.listTab li a.active,
ul.listTabF li a:hover, ul.listTabF li a:active, ul.listTabF li a.active {
	color: #fff;
}




ul.listNengaType {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

ul.listNengaType li {
	display: inline;
	float: left;
	margin: 0 4px;
	padding: 0;
}






div#wrapSideBar dt {
	background: url(/shared/images/bg_menu_nenga.gif) -200px center no-repeat;
}

div#wrapSideBar dd a {
	background: url(/shared/images/ico_menu_arrow_nenga.gif) left center no-repeat;
}

div#wrapSideBar dd a:hover {
	background-position: -190px center;
}


ul#listMenuSide li a {
	background: url(/shared/images/bg_menu_nenga.gif) 0 center no-repeat;
}

ul#listMenuSide li a:hover, ul#listMenuSide li.sfHover a {
	background-position: -200px center;
}



a.icoArrow {
	background-image/shared/hared/images/arrow_red_7x7.gif);
}

























ul.listNengaType:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE6 */
* html ul.listNengaType {
	display: inline-block;
}

/* for IE7 */
*+html ul.listNengaType {
	display: inline-block;
}