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

body {
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-color: #04011d;
	color: #ffffff;
	font-size: 95%;
	line-height: 1.6em;
}

#header {
	height: 780px;
}

#header h1,h2 {
	text-indent: -9999px;
}

#menu {
	margin-top: 40px;
	margin-right: 65px;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 202px;
	height: 500px;
	font-size: 70%;
	line-height: 1.6em;
	float: right;
}



.infoh3{
	font-size: 120%;
	width: 180px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#menu strong {
	font-size: 130%;
}

#menu img {
	margin-bottom: 10px;
}

#menu li {
	margin: 10px 0px;
	list-style: none;
	border: 1px solid #999;
	height: 50px;
	background-color: #000;
}

.lista {
	display: block;
	width: 200px;
	height: 50px;
	text-indent: -9999px;
}



.info {
	height: 120px !important;
	font-size: 90%;
	background-color: #000;
	margin-top: 10px;
	padding: 5px;
	text-indent: 0px;
}

.mail {
	color: #fff100;
}

.mail:hover {
	color: #666;
}

#catch {
	position: absolute;
	top: 520px;
	margin-left: 65px;
	margin-right: 65px;
	line-height: 2.1em;
}

#catch strong{
	font-size: 150%;
}

#contentbody {
	margin-left: 65px;
	margin-right: 65px;
}

#contentbody h1{
	color: #fff100;
	height: 65px;
	padding-bottom: 2px;
	margin-bottom: 30px;
	border-bottom: 2px solid #fff;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#contentbody h2{
	font-size: 110%;
	color: #fff100;
	margin-top: 25px;
	margin-bottom: 10px;
	text-indent: 0px;
}

.content {
	margin-top: 40px;
	margin-bottom: 100px;
}

.content p {
	font-size: 90%;
}

.content p a {
	font-size: 70%;
	color: #fff100;
}

.content p a:hover {
	color: #666;
}

.content p img {
	border: 1px solid #999;
	margin: 10px 0px 20px 0px;
	padding:3px;
}

.caption {
	font-size: 90%;
}

.cast {
	font-size: 120% !important;
	line-height: 1.7em;
}

#li_top a {
	background-image: url("../images/li_top.jpg");
}

#li_cast_staff a {
	background-image: url("../images/li_cast_staff.jpg");
}

#li_schedule a {
	background-image: url("../images/li_schedule.jpg");
}

#li_theater a {
	background-image: url("../images/li_theater.jpg");
}

#li_ticket a {
	background-image: url("../images/li_ticket.jpg");
}

#li_top a:hover {
	background-image: url("../images/li_top_over.jpg");
}

#li_cast_staff a:hover {
	background-image: url("../images/li_cast_staff_over.jpg");
}

#li_schedule a:hover {
	background-image: url("../images/li_schedule_over.jpg");
}

#li_theater a:hover {
	background-image: url("../images/li_theater_over.jpg");
}

#li_ticket a:hover {
	background-image: url("../images/li_ticket_over.jpg");
}




#cast_staff {
	background-image: url("../images/cast_staff.gif");
}

#schedule {
	background-image: url("../images/schedule.gif");
}

#theater {
	background-image: url("../images/theater.gif");
}

#ticket {
	background-image: url("../images/ticket	.gif");
}

table {
	border-collapse:collapse;
    border-spacing:0;
    text-align: center;
    width: 400px;
    height: 200px;
    margin: 5px 0px;
}

table td{
	border: 1px solid #fff;
}

hr {
	border: none;
	display: none;
}

#footer {
	margin-top: 200px;
}

#copyright {
	font-size: 70%;
	margin-left: 65px;
}