@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
	color: #666;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	background-color: #369;
	background-image: url(images/bg_body.png) ;
	background-repeat: repeat-y;
	background-position: center;
}

a:link {
	color: #099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #066;
}
a:hover {
	text-decoration: none;
	color: #0CC;
}
a:active {
	text-decoration: none;
	color: #0CC;
}

img,a img {
	border: none;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
p {
	margin: 0;
	padding: 0;	
}

/* div */
#pagebody {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/bg_pagebody.png) ;
	background-repeat: repeat;
}

#header {
	width: 800px;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;	
}

#menu {
	width: 800px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/bg_menu.png) ;
	background-repeat: no-repeat;
	font-size: 0px;
	letter-spacing: -2px;
}


#end {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	background-repeat: no-repeat;
	text-align: center;	
}



#trailer {
	width: 800px;
	height: 515px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	background-image: url(images/bg_trailer.png) ;
	background-repeat: no-repeat;
	text-align: center;	
}

#contents {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}


#main {
	width: 470px;
	float: left;
	padding-bottom: 40px;
}

#side {
	width: 300px;
	float: right;
	padding-bottom: 40px;
}

#footer {
	clear: both;
	height: 40px;
	margin-top: 30px;
	padding-top:5px;
	text-align: center;
	background-color: #000;
	font-size: 0px;
	letter-spacing: -2px;
}

#bg {
	width: 790px;
	margin: 0 auto;
	text-align: center;	
	background: url(images/bg.gif) repeat-y top left
}

#bgtop {
	width: 790px;
	height: 20px;
	margin: 0 auto;
	background: url(images/bg_top.gif) no-repeat top left;
}

#bgbtm {
	width: 790px;
	height: 20px;
	margin: 0 auto;
	background: url(images/bg_btm.gif) no-repeat top left;
}

#comingsoon {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	text-align: center;	
}

#ticket {
	width: 800px;
	height: 510px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	text-align: center;	
	background-image: url(images/bg_ticket.gif) ;
	background-repeat: no-repeat;
}


/* info */
dl.info dt{
	color: #099;
	font-weight: bold;
	border-left: 5px solid #9FF;
	padding: 3px;
	margin: 15px 0px 5px 10px;
}
dl.info span {
	font-weight: normal;
	font-size: 0.8em;
}
dl.info dd {
	padding: 5px 10px 10px 10px;
	border-bottom: 1px dotted #0CC;
}
dl.info a {
	font-size: 0.9em;
}

/* line up */
table#lineup {
	width: 795px;
	margin: 0px auto;
	text-align: center;
}

table#lineup td {
	height: 200px;
}


/* other shows */
table#othershowstb{
	width: 780px;

}

table#othershowstb caption{
	margin-bottom: 10px;	
}

table#othershowstb th {
	width: 400px;
	vertical-align: top;
}


dl#osdate{
	font-weight: bold;
		text-align: left;	
}


dl#osdate dt{
	font-weight: bold;
}

dl#osdate dd{
	border-bottom: 1px solid #099;
	margin:5px 20px 10px 0px;
	padding-bottom: 10px;
}

table#osticket {
	width: 700px;
	margin: 0px auto;
	border: 1px solid #333;
	border-spacing: 2px;
}

table#osticket caption {
	color: #099;
	font-weight: bold;
}

table#osticket th,#osticket td {
	border: 1px solid #333;
}

table#osticket th {
	color: #000;
	background: #CCC
}

/* ticket */
table#tickettb {
	width: 770px;
	margin: 0px auto;
	text-align: center;
}

table#ticketdate {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	border: 1px solid #333;
	border-spacing: 2px;
}

table#ticketdate td{
	border: 1px solid #333;
}