@charset "utf-8";
/*--------------------------------
　共通部分
--------------------------------*/
#wrapper {
	padding-top: 10px;
	background: url(../../images/background_second.jpg) center 0 no-repeat #000;
	position: relative;
}

#navigation {
	margin-bottom: 14px;
}

#onair {
	position: absolute;
	text-indent: -9999px;
}

#contents {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/*--------------------------------
　グッズ goods
--------------------------------*/

#goods #contents h2 {
	height: 58px;
	text-indent: -9999px;
	background-image: url(../images/h2_goods.png);
	background-repeat: no-repeat;
}
#goods #contents_inner {
	overflow: hidden;
	margin-bottom: 40px;
}
/* leftCnt */
#goods #contents_inner #leftCnt {
	width: 245px;
	float: left;
	margin:0px 0 0 0px;
	padding: 0px 0px 0px 32px;
	}
#goods #contents_inner #leftCnt ul {
	width: 213px;
	padding:30px 0 0 0;
}
#goods #contents_inner #leftCnt li {
	padding:0 0 12px 0;
}

/* rightCnt */
#goods #contents_inner #rightCnt {
	width: 662px;
	float: right;
	padding: 54px 0px 0px 0px;
	margin: 30px 0 0;
}
#goods #contents_inner #rightCnt .sectionWrp{
		margin:0 0 40px 0;
}
#goods #contents_inner #rightCnt .bottomImg{
	height: 100%;
	line-height: 1;
}
#goods #contents_inner #rightCnt .section{
	width: 590px;
	height:100%;
	position: relative;
	background: url(../images/info_section.gif) no-repeat;
	padding:20px 36px 14px 36px;
}
#goods #contents_inner #rightCnt .section p.new {
	position: absolute;
	top: -70px;
	right: 2px;
}
#goods #contents_inner #rightCnt .section p.date {
	font-size: 90%;
	font-weight: bold;
	color: #f06103;
	padding:2px 4px 2px 4px;
	border: 1px solid #f06103;
	display: inline;
	
}
#goods #contents_inner #rightCnt .section h3 {
	font-size: 146%;
	padding:4px 0 4px 0;
	color:#00ccff;
	background: url(../images/info_section_line.gif) repeat-x;
	background-position: bottom;
	}
#goods #contents_inner #rightCnt .section h3 span.org {
	background: url(../images/goods_ico.png) no-repeat;
	padding: 0px 0px 0px 28px;
	}
	#goods #contents_inner #rightCnt .section h3 span.cd {
	background: url(../images/cd_ico.png) no-repeat;
	padding: 0px 0px 0px 28px;
	}
	#goods #contents_inner #rightCnt .section h3 span.dvd {
	background: url(../images/dvd_ico.png) no-repeat;
	padding: 0px 0px 0px 28px;
	}
#goods #contents_inner #rightCnt .section .textArea .rightimg{
	float: right;
	width: 186px;
	display: block;
	}
#goods #contents_inner #rightCnt .section .textArea .rightimg img{
	padding:0 0px 8px 8px;
	
}
#goods #contents_inner #rightCnt .section .textArea {
	padding:12px 0 4px 0;
	color: #FFFFFF;
	}
	#goods #contents_inner #rightCnt .section .textArea p span{
	color: #ffea00;
	font-weight: bold;
	}
#goods #contents_inner #rightCnt p.pageTop {
	float: right;
	padding:8px 4px 0px 0px;
	
}
#goods #contents_inner #rightCnt .section .textArea .movie {
	padding-left: 20px;
	margin-bottom: 8px;
	}
#goods #contents_inner #rightCnt .section .textArea .movie img {
	float: none;
	padding: 0;
}

/* centerCnt */
#info #contents_inner #centerCnt {
	width: 662px;
	margin:100px auto;
}

#info #contents_inner #centerCnt .sectionWrp{
		margin:0 0 40px 0;
}
#info #contents_inner #centerCnt .bottomImg{
	height: 100%;
	line-height: 1;
}
#info #contents_inner #centerCnt .section{
	width: 590px;
	height:100%;
	position: relative;
	background: url(../images/info_section.gif) no-repeat;
	padding:20px 36px 14px 36px;
}

#info #contents_inner #centerCnt .section .textArea {
	padding:12px 0 4px 0;
	color: #FFFFFF;
	}
#info #contents_inner #centerCnt p.pageTop {
	float: right;
	padding:8px 4px 0px 0px;
	
}


.url {
	margin:0px auto;
	font-size:16px;
	text-decoration:underline;
	color: #FF0;
	}
.url a {
	color: #FF0;
	}
