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


/* トップバナー topimg */

#topimg {
	width:950px;
	height:680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	background-image:url(../img/topimg2.jpg);
	text-align:right;
}

/* トノフォンツイッター tonotwi*/

#tonotwi a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 75px;
	float:right;
    background-image: url(../img/tonotwi3.gif);
    padding-top: 50px;
    text-align: center;
}

#tonotwi a:hover {
   background-position: 0 -50px;

}

/* トップページメイン main */

#topmain {
	width:950px;
	border:0px;
	text-align:center;
	padding-top:10px;
	margin-top:0px;
	margin-bottom:50px;
	margin-left: auto;
 margin-right: auto;

}

#date_l{
	width:420px;
	height:350px;
	border:dotted #D2C661 1px;
	text-align:center;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:40px;
font-size:16px;
float:left
}


#date_r{
	width:420px;
	height:350px;
	border:dotted #D2C661 1px;
	text-align:center;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:40px;
font-size:16px;
float:right;
}



#ticket1 {
	width: 580px;
	border:double #D2C661 3px;
	text-align:center;
	font-size:14px;
	padding:30px;
	margin-left: auto;
 margin-right: auto;
   clear:both;
}

.artist {
	width:880px;
	height:320px;
	border:dotted #D2C661 0px;
	text-align:center;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:auto;
	margin-left:auto;
	margin:10px;
}

.artist_text{
	width:380px;
	font-size:12px;
	float:left;
	padding:5px;
	line-height: 150%;
	margin-top:auto;
	margin-bottom:auto;
}

.artist_photo{
	width:450px;
	text-align:center;
	float:right;
	padding:10px;
}
	
	


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/


#slider {
	position:relative;
    width:420px;
    height:420px;
    margin-left:0px;
	background:url(../img/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


.nivo-controlNav a {
	display:block;
	width:0px;
	height:0px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.clear {
	clear:both;
}
