#tabContent {
	padding: 0;
	background:url(../img_v3/news_body.png) top left no-repeat;
}

#tabIndex {
	margin: 0;
	padding: 0 0 0 36px;
	width:509px;
	height:30px;
	display: block;
	background:url(../img_v3/news_head_bottom.png) top left no-repeat;;
}

#tabIndex li {
	float: left;
	margin-right: 5px;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
	text-indent:-9999px
}
#tabIndex li span {
	height: 30px;
	width: 72px;
	display:block;
}
#tabIndex li .tabPickup {
	width: 86px;
	background:url(../img_v3/news_tab_pickup_off.png) top left no-repeat;
}
#tabIndex li .tabOpera {
	background:url(../img_v3/news_tab_opera_off.png) top left no-repeat;
}
#tabIndex li .tabBallet {
	background:url(../img_v3/news_tab_ballet_off.png) top left no-repeat;
}
#tabIndex li .tabDance {
	background:url(../img_v3/news_tab_dance_off.png) top left no-repeat;
}
#tabIndex li .tabPlay {
	background:url(../img_v3/news_tab_play_off.png) top left no-repeat;
}
#tabIndex li .tabTraining {
	background:url(../img_v3/news_tab_training_off.png) top left no-repeat;
}
#tabIndex li .tabPickup:hover,
#tabIndex .open .tabPickup{
	background:url(../img_v3/news_tab_pickup_on.png) top left no-repeat;
}
#tabIndex li .tabOpera:hover,
#tabIndex .open .tabOpera {
	background:url(../img_v3/news_tab_opera_on.png) top left no-repeat;
}
#tabIndex li .tabBallet:hover,
#tabIndex .open .tabBallet {
	background:url(../img_v3/news_tab_ballet_on.png) top left no-repeat;
}
#tabIndex li .tabDance:hover,
#tabIndex .open .tabDance {
	background:url(../img_v3/news_tab_dance_on.png) top left no-repeat;
}
#tabIndex li .tabPlay:hover,
#tabIndex .open .tabPlay {
	background:url(../img_v3/news_tab_play_on.png) top left no-repeat;
}
#tabIndex li .tabTraining:hover,
#tabIndex .open .tabTraining {
	background:url(../img_v3/news_tab_training_on.png) top left no-repeat;
}

#tabIndex .close {
}
#tabIndex .open {
}

#tabBoxIndex {
	padding: 25px;
	clear: both;
}
#contentsNewsTop .tabBoxPickup table th{
	background: #edeae6;
}
#contentsNewsTop .tabBoxOpera table th{
	background: #eae1f0;
}
#contentsNewsTop .tabBoxBallet table th{
	background: #f6d4d1;
}
#contentsNewsTop .tabBoxDance table th{
	background: #f6d4d1;
}
#contentsNewsTop .tabBoxPlay table th{
	background: #cbe7eb;
}
#contentsNewsTop .tabBoxTraining table th{
	background: #daebc6;
}
#tabBoxIndex .tabBox .tabRss {
	margin-top:12px;
	text-align:right;
	font-size:smaller;
}
#tabBoxIndex .tabBox .tabRss a {
	display:block;
	padding-top:6px;
	padding-right:26px;
	height:15px;
	line-height:100%;
}
#tabBoxIndex .tabBox .tabRss a{
	color:#444444;
}
#tabBoxIndex .tabBox .tabRss a:link,
#tabBoxIndex .tabBox .tabRss a:visited{
	color: #666;
}
#tabBoxIndex .tabBox .tabRss a:hover{
	color: #999;
}
#tabBoxIndex .tabBoxPickup .tabRss a {
	background:url(../img_v3/rss_pickup.png) top right no-repeat;
}
#tabBoxIndex .tabBoxOpera .tabRss a {
	background:url(../img_v3/rss_opera.png) top right no-repeat;
}
#tabBoxIndex .tabBoxBallet .tabRss a {
	background:url(../img_v3/rss_ballet.png) top right no-repeat;
}
#tabBoxIndex .tabBoxDance .tabRss a {
	background:url(../img_v3/rss_dance.png) top right no-repeat;
}
#tabBoxIndex .tabBoxPlay .tabRss a {
	background:url(../img_v3/rss_play.png) top right no-repeat;
}
#tabBoxIndex .tabBoxTraining .tabRss a {
	background:url(../img_v3/rss_training.png) top right no-repeat;
}