@charset "EUC-JP";

/*----------------------------------------------------------------

	1.pageTitle

	2.mainVisual
	
	3.subGenre

	4.wrapper
		4-1.h2 genre color
		4-4.h2 div.inlineTxt for music

	5.sectionA
	
	6.sectionB
	
	7.sectionC

	8.sectionD

	9.ul.sectionE

	10.sectionF
		10-1.h2 genre color
	
	11.sectionG
	
	12.sectionH

----------------------------------------------------------------*/

/* 1.pageTitle
========================================== */
#contents h2#pageTitle{
	color:#FFFFFF;
	height:18px;
	padding:7px 0 0 10px;
	background:url(/r_img/base/genre_bg.gif) no-repeat;
	background-position: 0 0;
	margin-bottom:10px;
}

/* 2.mainVisual
========================================== */
#contents div#mainVisual{
	background:#666;
	margin-bottom:10px;
}

/* 3.subGenre
========================================== */
#contents ul.subGenre{
	display:table;
	margin:0 auto 20px;
	width:100%;
	background:#f2f2f2;
	padding:4px 0 8px;
}
#contents ul.subGenre li{
	float: left;
	display:inline;
	margin:5px 10px 0;
	white-space:nowrap;
}
/*for IE6*/
*html #contents ul.subGenre{
	text-align:center;
	background:#f2f2f2;
	width:715px;
	margin:0 auto 20px;
	padding-bottom:10px;
	letter-spacing:-0.1em;
}
*html #contents ul.subGenre:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
*html #contents ul.subGenre li{
	display:inline;
	zoom:1;
	text-align:left;
}
/*for IE7*/
*:first-child+html #contents ul.subGenre{
	text-align:center;
	background:#f2f2f2;
	width:715px;
	margin:0 auto 20px;
	padding-bottom:10px;
	letter-spacing:-0.1em;
}
*:first-child+html #contents ul.subGenre:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
*:first-child+html #contents ul.subGenre li{
	display:inline;
	zoom:1;
	text-align:left;
}

/* 4.wrapper
========================================== */
#contents div.wrapper{
	word-break:break-all;
}
#contents div.wrapper h2{
	position:relative;
	height:22px;
	padding:6px 0 0 28px;
	background:url(../img/bar.gif) no-repeat;
	margin-top:-11px;
	color: #C00;
	font-weight:bold;
}
#contents div.wrapper div.sectionF div.container h2{
	height:18px;
	padding:4px 0 0 14px;
	background:url(/r_img/base/top_bg_section_tit.gif) no-repeat;
	margin-top:0;
}

/* 4-1.h2 genre color
========================================== */
#contents div.wrapper h2 span{
	position:absolute;
	top:5px;
	right:4px;
	padding:1px 10px;
	font-size:10px;
	font-weight:normal;
	color:#f279b6;
	background:url(/r_img/base/genre_bg_span_advanced.gif) repeat-x;
}
#contents div.wrapper h2 span a{
	color:#FFF;
}
#contents div.wrapper h2.rental span a{
	color:#bd0100;
}

#contents div.wrapper h2 span.none{
	position:absolute;
	top:5px;
	right:4px;
	padding:1px 10px;
	font-size:10px;
	font-weight:normal;
	background:none;
}

/* 4-4.h2 div.inlineTxt for music
========================================== */
#contents div.wrapper h2 div.inlineTxt{
	display:inline;
	font-size:10px;
	background:none;
	margin-left:10px;
}



/* 5.sectionA
========================================== */
#contents div.wrapper div.sectionA{
	clear:both;
	width:715px;
	border-bottom:1px solid #d2d2d2;
	margin:10px -14.75px 10px 0;
}
#contents div.wrapper div.sectionA:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
#contents div.wrapper div.sectionA div.unit{
	float:left;
	display:inline;
	width:164px;
	margin:0 14.75px 10px 0;
}
#contents div.wrapper div.sectionA div.unit div.img{
	float:left;
	display:inline;
	width:164px;
	margin-bottom:2px;
}
#contents div.wrapper div.sectionA div.unit div.img a{
	float:left;
	display:inline;
	width:160px;
	background:#FFF;
	border:1px solid #cdcdcd;
	padding:1px;
}
#contents div.wrapper div.sectionA div.unit div.img a:hover{
	float:left;
	display:inline;
	width:160px;
	background:#FFF;
	border:1px solid #464646;
	padding:1px;
}
#contents div.wrapper div.sectionA div.unit h3{
	margin:4px 0;
}
#contents div.wrapper div.sectionA div.unit h3 img{
	float:left;
	display:inline;
	margin:3px 4px 1px 0;
}

/* 6.sectionB
========================================== */
#contents div.wrapper div.sectionB{
	clear:both;
	width:715px;
	border-bottom:1px solid #d2d2d2;
	margin:10px -14.75px 10px 0;
}
#contents div.wrapper div.sectionB:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
#contents div.wrapper div.sectionB div.unit{
	float:left;
	display:inline;
	width:164px;
	margin:0 14.75px 10px 0;
}
#contents div.wrapper div.sectionB div.unit div.img{
	float:left;
	display:inline;
	width:97px;
	margin:0 4px 0 0;
}
#contents div.wrapper div.sectionB div.unit div.img a{
	float:left;
	display:inline;
	width:93px;
	background:#FFF;
	border:1px solid #cdcdcd;
	padding:1px;
}
#contents div.wrapper div.sectionB div.unit div.img a:hover{
	float:left;
	display:inline;
	width:93px;
	background:#FFF;
	border:1px solid #464646;
	padding:1px;
}
#contents div.wrapper div.sectionB div.unit h3{
	float:left;
	display:inline;
	width:63px;
}
#contents div.wrapper div.sectionB div.unit h3 img{
	float:left;
	display:block;
	margin:0 3px 3px 0;
}

/* 7.sectionC
========================================== */
#contents div.wrapper div.sectionC{
	clear:both;
	width:715px;
	border-bottom:1px solid #d2d2d2;
	margin:10px -10.3px 10px 0;
}
#contents div.wrapper div.sectionC:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
#contents div.wrapper div.sectionC div.unit{
	float:left;
	display:inline;
	width:228px;
	margin:0 10.3px 10px 0;
}
#contents div.wrapper div.sectionC div.unit div.img{
	float:left;
	display:inline;
	width:79px;
	margin-right:4px;
}
#contents div.wrapper div.sectionC div.unit div.img a{
	float:left;
	display:inline;
	width:75px;
	background:#FFF;
	border:1px solid #cdcdcd;
	padding:1px;
}
#contents div.wrapper div.sectionC div.unit div.img a:hover{
	float:left;
	display:inline;
	width:75px;
	background:#FFF;
	border:1px solid #464646;
	padding:1px;
}
#contents div.wrapper div.sectionC div.unit div.txt{
	float:left;
	display:inline;
	width:140px;
	padding:0 0 0 5px;
}
#contents div.wrapper div.sectionC div.unit h3{
	line-height:1.2;
}
#contents div.wrapper div.sectionC div.unit h3 img{
	float:left;
	display:inline;
	margin:1px 4px 1px 0;
}

/* 8.sectionD
========================================== */
#contents div.wrapper div.sectionD{
	clear:both;
	width:715px;
	border-bottom:1px solid #d2d2d2;
	margin:10px -12px 10px 0;
}
#contents div.wrapper div.sectionD:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
#contents div.wrapper div.sectionD div.unit{
	float:left;
	display:inline;
	width:90px;
	margin:0 12px 10px 0;
}
#contents div.wrapper div.sectionD div.unit div.img{
	float:left;
	display:inline;
	width:79px;
	margin-bottom:2px;
}
#contents div.wrapper div.sectionD div.unit div.img a{
	float:left;
	display:inline;
	width:75px;
	background:#FFF;
	border:1px solid #cdcdcd;
	padding:1px;
}
#contents div.wrapper div.sectionD div.unit div.img a:hover{
	float:left;
	display:inline;
	width:75px;
	background:#FFF;
	border:1px solid #464646;
	padding:1px;
}
#contents div.wrapper div.sectionD div.unit div.img:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
#contents div.wrapper div.sectionD div.unit h3{
	clear:both;
	width:79px;
	margin:4px 0;
}
#contents div.wrapper div.sectionD div.unit h3 img{
	display:block;
	margin:0 3px 3px 0;
}


/* 9.ul.sectionE
========================================== */
#contents div.wrapper ul.sectionE{
	clear:both;
	/*border-bottom:1px solid #d2d2d2;*/
	margin:10px 0;
}
#contents div.wrapper ul.sectionE:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
#contents div.wrapper ul.sectionE li{
	float:left;
	display:inline;
	width:218px;
	margin:0 10px 10px 0;
	background:url(/r_img/base/bg_arrow.gif) no-repeat;
	background-position:0 5px;
	padding:0 0 0 8px;
}
#contents div.wrapper ul.sectionE li.clear{
	clear:both;
}
#contents div.wrapper ul.sectionE li img{
	float:left;
	display:inline;
	margin:1px 4px 1px 0;
}

/* 10.sectionF
========================================== */
#contents div.wrapper div.sectionF{
	clear:both;
	width:715px;
	margin:-11px -10.3px 10px 0;
	background:#FFF;
	padding-bottom:10px;
}
#contents div.wrapper div.sectionF:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
/*for IE6*/
*html #contents div.wrapper div.sectionF{
	clear:both;
	margin-left:0;
}
#contents div.wrapper div.sectionF div.container{
	float:left;
	display:inline;
	width:228px;
	margin:0 10.3px 10px 0;
}
#contents div.wrapper div.sectionF div.container h2{
	height:17px;
	padding:4px 0 1px 14px;
}
#contents div.wrapper div.sectionF div.container span{
	position:absolute;
	top:3px;
	right:3px;
	padding:1px 10px;
	font-size:10px;
	font-weight:normal;
}
#contents div.wrapper div.sectionF div.container div.inner{
	width:226px;
	border:1px solid #d2d2d2;
	border-top:none;
	background:#f2f2f2;
}
#contents div.wrapper div.sectionF div.container div.inner:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
#contents div.wrapper div.sectionF div.container div.inner div.unit{
	float:left;
	display:inline;
	width:97px;
	margin:10px 8px;
}
#contents div.wrapper div.sectionF div.container div.inner div.unit div.img{
	float:left;
	display:inline;
	width:97px;
	margin-bottom:2px;
}
#contents div.wrapper div.sectionF div.container div.inner div.unit div.img a{
	float:left;
	display:inline;
	width:93px;
	background:#FFF;
	border:1px solid #cdcdcd;
	padding:1px;
}
#contents div.wrapper div.sectionF div.container div.inner div.unit div.img a:hover{
	float:left;
	display:inline;
	width:93px;
	background:#FFF;
	border:1px solid #464646;
	padding:1px;
}
#contents div.wrapper div.sectionF div.container div.inner div.unit h3{
	clear:both;
	width:97px;
	margin:4px 0;
	line-height:1.2;
}
#contents div.wrapper div.sectionF div.container div.inner div.unit h3 img{
	float:left;
	display:inline;
	margin:1px 4px 1px 0;
}
#contents div.wrapper div.sectionF div.container div.inner ul{
	clear:both;
	width:190px;
	margin:5px 8px;
	padding:10px 10px 5px;
	border-top:1px solid #d2d2d2;
}
#contents div.wrapper div.sectionF div.container div.inner li{
	margin:0 10px 5px 0;
	background:url(/r_img/base/bg_arrow.gif) no-repeat;
	background-position:0 5px;
	padding:0 0 0 8px;
}
#contents div.wrapper div.sectionF div.container div.inner li img{
	float:left;
	display:inline;
	margin:1px 4px 1px 0;
}

/* 10-1.h2 genre color
========================================== */
#contents div.wrapper div.sectionF div.container h2{
	color:#C00;
	background:#C00 url(/r_img/base/top_bg_section_tit.gif) no-repeat;
}


/* 11.sectionG
========================================== */
#contents div.wrapper div.sectionG{
	clear:both;
	border-top:1px solid #d2d2d2;
	padding:10px 0;
	text-align:center;
}
#contents div.wrapper div.sectionG span{
	margin-right:20px;
}

/* 12.sectionH
========================================== */
#contents div.wrapper div.sectionH{
}