@charset "utf-8";

/*カテゴリー用*/
/*------------------------------*/
#category {
	background-color: #333333;

	padding-bottom: 14px;
	margin-bottom:6px;

}

/*2番目カテゴリー左用*/
/*------------------------------*/
#category02 {
	width:344px;
	background-color: #333333;

	margin-left: 80px;
	margin-bottom:6px;
	float: left;
	_margin-left: 40px;
}



/*2番目カテゴリー右用*/
/*------------------------------*/
#category03 {
	width:344px;
	background-color: #333333;

	margin-left: 20px;
	margin-bottom:6px;
	float: left;
}

/*カテゴリーセンター用*/
/*------------------------------*/
#center {
	width:700px;
	background-color: #464646;
	text-align:left;
	padding: 5px;
	margin-bottom:10px;
	margin-left: 80px;
	border: 1px solid #999999;
}


.whitefont {
	font-size: 11px;
	_font-size: 70%;
	line-height:140%;
	color: #999999;
}


/*ボタン専用*/
#kasaimusic a {
	background-image: url(img/tsm_music.jpg);
}
#kasaidance a {
	background-image: url(img/tsm_dance.jpg);
}
#shibuyamusic a {
	background-image: url(img/shibuya_music.jpg);
}
#dadance a {
	background-image: url(img/da_dance.jpg);
}


#btn li {
	float: left;
	_display:inline;
}
#btn li a {
	display: block;
	height: 60px;
	width: 170px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#btn li a:link, #btn li a:visited {
	background-position: top;
}
#btn li a:hover {
	background-position: bottom;
}

/*リニューアル*/
h2.eventTitle{
	width:732px;
	height:93px;
	margin:10px auto 20px;
	background-image: url(img/event_title.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.eventKasai ,
.eventShibuya {
	width:420px;
	height:468px;
	display:inline;
	margin:0 0 20px 5px;
	background-repeat:no-repeat;
	position:relative;
}
.eventKasai {
	float:left;
	background-image: url(img/event_kasai_img.jpg);

}
.eventShibuya {
	float:right;
	background-image: url(img/event_shibuya_img.jpg);
}
.eventKasai h3 ,
.eventShibuya h3 {
	text-indent:-9999px;
}
.eventKasaiNav ,
.eventShibuyaNav {
	width:410px;
	height:60px;
	position:absolute;
	top:403px;
	left:5px;		
}

.eventKasaiNav a ,
.eventShibuyaNav a{
	float:left;
	display:block;
	width:205px;
	height:60px;
	text-indent:-9999px;
	overflow: hidden;
}
.eventKasaiNav a {
	background-image: url(img/event_kasai_btn.jpg);
}
.eventShibuyaNav a {
	background-image: url(img/event_shibuya_btn.jpg);
}
a.eventTsmMusic ,
a.eventTsmShibuya{
	background-position:0 0;
}
a.eventTsmMusic:hover ,
a.eventTsmShibuya:hover {
	background-position:0 bottom;
}
a.eventTsmDance ,
a.eventDaTokyo{
	background-position:-205px 0;
}
a.eventTsmDance:hover ,
a.eventDaTokyo:hover {
	background-position:-205px bottom;
}

.eventTopic {
	width:732px;
	height:40px;
	margin:10px auto 20px auto;
	background-image: url(img/event_spring.jpg);
	background-repeat:no-repeat;	
}
.eventTopic p{
	text-indent:-9999px;
}

.eventJob {
	width:820px;
	margin:0 auto 10px auto;
	padding:10px 15px;
	border:#999999 3px solid;
	background-color:#EEEEEE;
	background-image: url(img/event_job_bg.gif);
	background-repeat:repeat;
}
.eventJob p {
	font-size:12px;
	line-height:1.4;
	margin:0;	
}
p.jobTitle {
	color:#A37823;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;	
}
.colorVocal { color:#FF0000;}
.colorMusician { color:#FF6600;}
.colorSuisou { color:#5B5BAE;}
.colorConcert { color:#148CC7;}
.colorBusiness { color:#5B8730;}
.colorMedia { color:#A70F81;}