/* Suggested order:
   * display
   * list-style
   * position
   * float
   * clear
   * width
   * height
   * margin
   * padding
   * border
   * background
   * color
   * font
   * text-decoration
   * text-align
   * vertical-align
   * white-space
   * other text
   * content
   *
   */

* {
 margin : 0;
 padding : 0;
}

body{
	margin-left:auto;margin-right:auto;
	padding: 0;
	font: normal normal normal 12pt "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 800px;
}

body { margin 0; padding: 0;} 

#body{
	margin : 0 auto;
	padding: 0;

}

p {
  text-align : justify;
}

img {
  border-style : none;
}

li{
	list-style-type : none;
}

a:link {
	text-decoration : none;
	color: #00A0C6;
}

a:visited {
	text-decoration : none;
	color: #00A0C6;
}

a:hover{
	text-decoration : none;
	color : #F0037F;
}

hr{
	clear: both;
	display: none;
}

#top{
	margin: 80px auto;
}

#top p{
	text-align: center;
}

#main{
	margin: 30px auto;
}

#main h1{
	margin: 30px auto;
	text-align: center;
}

#main h1 span{
	visibility: hidden;
}

#main #button-list{
	margin:0 auto;
	width: 730px;
	padding-left:60px;
	float:none;
}

#main #button-list li{
	display: block;
	float: left;
	margin: 0 10px;
}

#main #button-list #about a{
	display: block;
	width: 92px;
	height: 22px;
	background: url(../img/about.jpg) no-repeat;
}

#main #button-list #about a:hover{
	background-position: 0 -22px;
}

#main #button-list #about span{
	visibility: hidden;
}

#main #button-list #guideline a{
	display: block;
	width: 92px;
	height: 22px;
	background: url(../img/guideline.jpg) no-repeat;
}

#main #button-list #guideline a:hover{
	background-position: 0 -22px;
}

#main #button-list #guideline span{
	visibility: hidden;
}

#main #button-list #artist a{
	display: block;
	width: 92px;
	height: 22px;
	background: url(../img/artists.jpg) no-repeat;
}

#main #button-list #artist a:hover{
	background-position: 0 -22px;
}

#main #button-list #artist span{
	visibility: hidden;
}

#main #button-list #ticket a{
	display: block;
	width: 92px;
	height: 22px;
	background: url(../img/ticket.jpg) no-repeat;
}

#main #button-list #ticket a:hover{
	background-position: 0 -22px;
}

#main #button-list #ticket span{
	visibility: hidden;
}

#main #button-list #access a{
	display: block;
	width: 92px;
	height: 22px;
	background: url(../img/access.jpg) no-repeat;
}

#main #button-list #access a:hover{
	background-position: 0 -22px;
}

#main #button-list #access span{
	visibility: hidden;
}

#main #button-list #notice a{
	display: block;
	width: 92px;
	height: 22px;
	background: url(../img/notice.jpg) no-repeat;
}

#main #button-list #notice a:hover{
	background-position: 0 -22px;
}

#main #button-list #notice span{
	visibility: hidden;
}


#contents{
	width: 680px;
	margin:40px 60px 40px 60px;
	float:left;
	}

*+html #contents{
	clear: both;
	width: 730px;
	margin: 50px auto;
}

* html #contents{
	clear: both;
	width: 730px;
	margin: 50px auto;
}

#contents #left{
	width: 170px;
	float: left;
	padding-left:10px;
}

#contents #center{
	margin-left:10px;
	width: 326px;
	float: left;
}

#contents #right{
	padding:0px 10px 0px 5px;
width:70px;
float:right;
}

#contents #right li{
	margin-bottom: 20px;
	text-align: center;
}

#contents #center #news{
	border: solid 1px #F0037F;
}

#contents #center #news h3{
	border-bottom: solid 1px #F0037F;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: bottom;
}

#contents #center #news h3 img{
	vertical-align: bottom;
}

#contents #center #news-box{
	height: 326px;
	overflow: auto;
	padding: 10px;
}

#contents #center #news-box li{
	line-height: 2em;
	font-size: 8pt;
	border-bottom: dotted 1px #999;
	color: #00A0C6;
}

#footer{
	clear: both;
	border-top: solid 1px #666;

}

#footer .copy{
	font-size: 12px;
	color:#666666;
	margin: 5px 0 0 20px;
	padding: 5px;
}
.copy1 {
	border-top: solid 1px #666;
	font-size: 12px;
	color:#666666;
	margin: 5px 0;
	padding: 5px 0;
	text-align:center;
}


#contents #center-area{
	margin:0px 0px 0px 15px;
	width: 326px;
	float: left;
	color: #00A0C6;
	font-size: 9pt;
	line-height: 2em;
}

#notice1{
	margin:0px 0px 0px 18px;
	float: left;
	font-size: 9pt;
}

#contents #center-area a:link {
	text-decoration : underline;
	color: #00A0C6;
}

#contents #center-area a:visited {
	text-decoration : underline;
	color: #00A0C6;
}

#contents #center-area a:hover{
	text-decoration : underline;
	color : #F0037F;
}

#contents #center-area h3{
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 15px;
	color : #F0037F;
}

#contents #center-area .h3-ticket{
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 15px;
	color: #00A0C6;
}

#contents #center-area ul{
	margin-top: 10px;
}

#contents #center-area p{
	margin-bottom: 10px;
}

#contents #center-area p span{
	font-size: 12pt;
	color : #F0037F;
}

#contents #center-area p .span2{
	font-size: 12pt;
	color: #00A0C6;
}

#contents #center-area p .black{
	font-size: 12px;
	color: #000000;
}

.black2{
	color: #000000;
}

.pink{
	color : #F0037F;
}

#contents #artist-area{
	color: #00A0C6;
	font-size: 9pt;
	line-height: 2em;
	padding-right:10px;

}

#banner{
	width: 700px;
	margin: 10px auto;
}

#banner li{
	display: inline;
}

#andmore{
	margin-top: 30px;
	margin-left: 20px;
	color : #F0037F;
}

.caution{
	border-top: solid 1px;
	padding-left: 10px;
	padding-top: 20px;
}

.caution li{
	text-indent: -10px;
}

.li-lineheigt li{
	margin-bottom: 15px;
}


.out{
	text-decoration: line-through;
}

.border-top{
	border-top: solid 1px;
	margin-top: 10px;
	padding-top: 10px;
}

.ticket-dl{
	color: #000;
}

.ticket-dl dt{
	width: 100px;
	float: left;
}

.ticket-dl dd{
	margin-left: 110px;
}

.ticket-info{
	color: #00A0C6;
}

.caution-list{
	padding-left: 10px;
	padding-bottom: 20px;
}

.caution-list li{
	text-indent: -10px;
	color: #000000;
}

.caution-list-b{
	padding-bottom: 20px;
}

.caution-list-b li{
	color: #00A0C6;
}

.guidelist th{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.guidelist{
	line-height: 2em;
	padding-bottom:5px;
}

#ticket-list{
	margin-bottom: 10px;
}

#ticket-list dt{
	width: 30px;
	float: left;
	color : #F0037F;
}

#ticket-list dd{
	margin-left: 30px;
}
.notice li{
	color:#000000;
	list-style-type:disc;
	padding:0px 0px 13px 0px;
	}

.black_titel {
	font-size:16px;
	}
.artistbox{
	margin-left:48px;
	margin-top:10px;
	font-size:12px;
	}	
#gallery {
	margin-left:40px;
	width:780px;
	}
.afrtistnew {
	text-align:right;
	}	
.dj {
	border-bottom: solid #00A0C6 1px;	