@charset "utf-8";

/* ------------------------------------------
Since: 2009-12-08
Version: 1.0
Auther: TAKASHI MIYAZAWA(visual and echo japan)
------------------------------------------*/

/*******************************************
List
*******************************************/




#List .Komoku{
	font-size:16px;
	font-weight:bold;
	color:#FB029A;
	font-weight:bold;
	border-bottom:1px #333 dotted;
	
}
#List .Komoku a{
	display:block;
	padding:10px 20px 10px 20px;
	color:#FB029A;
	background-color:#000;
}

#List .Komoku a:hover{
	display:block;
	padding:10px 20px 10px 20px;
	color:#000;
	background-color:#FB029A;
}
#List .Komoku .date{
	float:left;
	margin: 0;
	width:90px;
	font-size:12px;
}
#List .Komoku .artist{
	float:left;
	margin: 0;
	width:45px;
	font-size:12px;
}
#List .Komoku .visual{
	float:left;
	margin: 0;
	width:130px;
}
#List .Komoku .event{
	float:left;
	width:270px;
	
}

#List .Komoku h2{
	font-size:11px;
	color:#FFFFFF;
}
#List .Komoku .place{
	float:left;
	width:170px;
	color:#FFFFFF;
	font-size:11px;
	
}


#List a:link {
	text-decoration:none;color:#FB029A;
}
#List a:active {
	text-decoration:none;color:#FB029A;
}
#List a:visited {
	text-decoration:none;color:#FB029A;
}
#List a:hover {
	text-decoration:none;color:#000;
	background-color:#FB029A;
}



/*******************************************
contents
*******************************************/

.Live a:link {
	text-decoration:none;color:#FB029A;
}
.Live a:active {
	text-decoration:none;color:#FB029A;
}
.Live a:visited {
	text-decoration:none;color:#FB029A;
}
.Live a:hover {
	text-decoration:none;color:#000;
	background-color:#FB029A;
}


.Live{
	padding:20px 20px 20px 20px;
	
}
/*******************************************/

div.jqueryCalendar {
	width: 708px;
	
}

div.jqueryCalendar a {
	outline		: 0;
	text-decoration	: none;
}

div.jqueryCalendar ul.navi {
	position	: relative;
	width		: 700px;
	height		: 28px;
	margin		: 0;
	padding		: 7px 5px 0;
}

div.jqueryCalendar ul.navi li {
	display		: inline;
	margin		: 0;
	padding		: 0;
	list-style	: none;
}

div.jqueryCalendar ul.navi li a {
	display		: block;
	width		: 72px;
	height		: 11px;
	background	: #FFF;
	text-indent	: -9999px;
	overflow	: hidden;
}

div.jqueryCalendar ul.navi li.prev a {
	float		: left;
	background-image:url(../images/prevmonth.jpg);
}

div.jqueryCalendar ul.navi li.prev a:hover {
}

div.jqueryCalendar ul.navi li.next a {
	float		: right;
	background-image:url(../images/nextmonth.jpg);
}

div.jqueryCalendar ul.navi li.next a:hover {
}

div.jqueryCalendar div.main {
	padding		: 0 0 5px;
	background	: url('images/sprites.png') -272px 100% no-repeat;
}

div.jqueryCalendar div.caption {
	position	: relative;
	width		: 101px;
	height		: 18px;
	margin		: -30px auto 3px;
	padding		: 2px;
	font-size	: 20px;
	line-height	: 18px;
	text-align	: center;
	vertical-align	: middle;
	font-weight:bold;
	padding-bottom:8px;
}

div.jqueryCalendar div.main table {
	position	: relative;
	margin		: 0 auto;
	border-collapse	: collapse;
	border-spacing	: 0;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}

div.jqueryCalendar div.main th,
div.jqueryCalendar div.main td {

}

div.jqueryCalendar div.main th {
	width: 89px;
	padding: 3px 5px;
	
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #1B1B1B;
	font-weight: bold;
	text-align: center;
}

div.jqueryCalendar div.main td {
	width: 89px;
	height: 50px;
	padding: 5px;
	background-color: #0F0F0F;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

div.jqueryCalendar div.main table .sun {
	color		: #C14F22;
}

div.jqueryCalendar div.main table .sat {
	color		: #6699FF;
}

div.jqueryCalendar div.main table .otherMonth {
	color		: #CFCFCF;
}

div.jqueryCalendar div.main table .today {
	background-color:#00b9f2;
	color: #000;
}

div.jqueryCalendar div.main table .event,
div.jqueryCalendar div.main table .event a{
	width		: 89px;
	height		: 50px;
	background-color:#FB029A;
	color: #000;
}

div.jqueryCalendar div.main td.event a:hover {
	color:#000000;
}

div.jqueryCalendar div.todayLink {
	padding		: 3px 0;
	font-size	: 13px;
	text-align	: center;
}
/*******************************************/






/*******************************************
detail
*******************************************/




#detail{
	width: 498px;
	float:left;
}

.detail-visual{
	margin-bottom:20px;

}

.detail-date{
	font-size:20px;
	font-weight:bold;
	color:#FB029A;
	padding-top:5px;

}
.detail-open{
	font-size:14px;
	font-weight:bold;
}
.detail-place{
	font-size:12px;
}
.detail-place a:link {
	text-decoration:none;color:#FB029A;
}
.detail-place a:active {
	text-decoration:none;color:#FB029A;
}
.detail-place a:visited {
	text-decoration:none;color:#FB029A;
}
.detail-place a:hover {
	text-decoration:none;color:#000;
	background-color:#FB029A;
}
.detail-ticket{
	font-size:11px;
}



#detail h2{


}


/*******************************************
Submenu
*******************************************/
#Submenu{
	float:right;
	width:250px;
}


/* sizeM */
#detail .sizeM{
	width: 498px;
	background-color: #000;
	margin-right:1px;
	margin-bottom:1px;
	background-image:url(../../images/tableSizeM_top.jpg);
	background-repeat:no-repeat;
	
}

#detail .sizeM .Inbottom{
	background-image:url(../../images/tableSizeM_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:20px;
	min-height:210px;
}

/*******************************************
side
*******************************************/


#side .title{
	border-bottom:1px #333 dotted;
	padding-bottom:10px;
	margin-bottom:10px;

}
#side .title h2{
	padding:20px 0 0 20px;
}

#side .category{


}
#side .category ul{
	padding:0px 20px 0 20px;


}

#side .category li{
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	padding-left:12px;
	border-bottom:1px #333 dotted;
	padding-bottom:3px;
	margin-top:2px;


}
#side .category a:link {
	text-decoration:none;color:#ffb800;
}
#side .category a:active {
	text-decoration:none;color:#ffb800;
}
#side .category a:visited {
	text-decoration:none;color:#ffb800;
}
#side .category a:hover {
	text-decoration:none;color:#000;
	background-color:#ffb800;
}


























