@charset "UTF-8";
/* CSS Document */

/* promotionArea ------------------------------------*/
#promotionArea{
	background-color:#000;
	padding:10px;
	margin:0px 0px 40px 0px;
}

#promotionAreaLeft{
	float:left;
	margin:0px 10px 0px 0px;
}
*html #promotionAreaLeft{
	float:left;
	margin:0px 7px 0px 0px;
}
#promotionAreaRight{
	margin:0px 0px 0px 0px;
}

#pv{
	margin:0px 0px 10px 0px;
}

/* contentWrapper ------------------------------------*/

/* contentWrapperLeft ------------------------------------*/
#contentWrapperLeft{
	float:left;
	width:600px;
	margin:0px 40px 0px 0px;
}

#contentWrapperLeft h2{
	display:block;
	text-indent:-9999px;
	width:304px;
	height:18px;
	margin:0px 0px 20px 0px;
	background:url(../img/title_topics_news.gif) 0px 0px no-repeat;
}
#contentWrapperLeft h3{
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

#topicslist{
	margin:20px 0px 0px 0px;
}

/* topics-block ------------------------------------*/
div.topics-block {
	width:280px;
	margin:0px 15px 5px 0px;
	padding:12px 0px 0px 0px;
	border-top:1px dotted #000;
	text-align:left;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	clear:both;
}

div.topics-block > div{
	width:280px;
}

div.topics-block-text{
	float:left;
	width:280px;
}

div.topics-block a {
	width:280px;
	display:block;
	text-decoration:none;
	background:url(../common/img/listmark.gif) 0% 50% no-repeat;
}

*html div.topics-block a {
	width:280px;
	display:block;
	text-decoration:none;
	background:url(../common/img/listmark.gif) 0% 50% no-repeat;
}

div.topics-block a:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div.topics-block a {
    height: 1em;
    overflow: visible;
}
/**/


div.topics-block a:hover {
	color:#4c0065;
}

div.topics-block strong.topics-title {
	font-weight:bold;
	line-height:130%;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 20px;
	background:url(../img/orange_listmark.gif) 0% 50% no-repeat;
	display:block;
}



/* contentWrapperRight ------------------------------------*/

#contentWrapperRight{
	float:left;
	width:300px;
	margin:0px 0px 0px 0px;
}

#contentWrapperRight #liveschedule{
	margin:0px 0px 30px 0px;
}

#contentWrapperRight #liveschedule h2{
	display:block;
	text-indent:-9999px;
	width:176px;
	height:30px;
	margin:0px 0px 10px 0px;
	background:url(../img/title_liveschedule.gif) 0px 0px no-repeat;
}

#liveschedule ul li{
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px dotted #000;
	line-height:130%;
}

#liveschedule ul li a{
	display:block;
	font-weight:bold;
	padding:0px 0px 0px 20px;
	background:url(../common/img/listmark.gif) 0% 50% no-repeat;
}

#liveschedule ul li a:hover{
	color:#4c0065;
}

#liveschedule ul li a span{
	font-size:84%;
}

#liveschedule p a{
	display:block;
	text-indent:-9999px;
	width:130px;
	height:15px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background:url(../img/all_liveschedule_btn.gif) 0px 0px no-repeat;
}

#liveschedule p a:hover{
	background:url(../img/all_liveschedule_btn.gif) 0px -15px no-repeat;
}

#contentWrapperRight #discography_media h2{
	display:block;
	text-indent:-9999px;
	width:268px;
	height:30px;
	margin:0px 0px 10px 0px;
	background:url(../img/title_discography_media.gif) 0px 0px no-repeat;
}

.discography_block{
	margin:0px 0px 15px 0px;
}

.discography_block img{
	float:left;
	margin:0px 10px 0px 0px;
	padding:1px;
	border:1px solid #000;
	display:block;
}

.discography_block dl{
	display:block;
}

.discography_block dl dt{
	font-weight:bold;
	line-height: 130%;
	margin:0px 0px 2px 0px;
}

.discography_block dl dd{
	line-height: 130%;
}

#discography_media p a{
	display:block;
	text-indent:-9999px;
	width:130px;
	height:15px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background:url(../img/all_discography_btn.gif) 0px 0px no-repeat;
}

#discography_media p a:hover{
	background:url(../img/all_discography_btn.gif) 0px -15px no-repeat;
}



