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

/* CSS Document */

body {
	padding:0;
	margin:0;
	background-color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
}

a {font-size:11pt;
	color:red;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:white;
	color:gray;
	outline:0;
}

#site_container{
	position:relative;
	display:block;
	margin: 0 auto;
	overflow:hidden;
	width:960px;
}

#intro_img{
	position:relative;
	display:none;
	width:617px;
	height:800px;
	background:url(../images/intro_img.jpg) no-repeat top left;
	margin:0 auto;
}

#intro_img a img{
	width:617px;
	height:800px;
	border:0;
	outline:0;
}
#img_row{
	position:relative;
	display:none;
	overflow:hidden;
	width:551px;
	height:48px;
	margin:0 auto;
	background:url(../images/img_row.jpg) no-repeat top left;
}
#nav_box{
	position:relative;
	display:none;
	overflow:hidden;
	width:0px;
	margin:0 auto;
}
#ticket_box{
	display:block;
	position:relative;
	overflow:hidden;
	border-bottom:1px dashed white;
	padding:0;
	width:310px;
	height:0px;
	margin:15px 0 0 0;
}
#ticket_box li{
	display:block;
}
#ticket_box li a{
	width:310px;
	background:url(../images/btn_ticket.jpg) no-repeat top right;
}
#ticket_box li a:hover{
	width:310px;
	background:url(../images/btn_ticket_hover.jpg) no-repeat top right;
}
#ticket_box li a.out{
	width:310px;
	background:url(../images/btn_ticket_out.jpg) no-repeat top right;
}
#site_enter_lnk{
	position:relative;
	display:block;
	overflow:hidden;
	margin:0 auto;
	background-color:black;
	height:338px;
	text-align:center;
}
#site_enter_lnk a img{
	width:701px;
	height:338px;
	border:0;
	margin:0 auto;
}

#site_enter_lnk a{
	background:url(../images/site_enter.gif) no-repeat top center;
}
#site_enter_lnk a:hover{
	background:url(../images/site_enter_hover.gif) no-repeat top center;
}

#text_box{width:100%;color:white;display:none;}

