@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	line-height: 1;
	background: #000;
}

img {
	border: 0;
}

p {
	margin: 0.8em 0;
	padding: 0;
	color: #ccc;
	font-size: 90%;
	line-height: 1.8;
}

p.smaller {
	font-size: 80%;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 1.2em 0 1.2em 1.8em;
	padding: 0;
	color: #ccc;
	font-size: 90%;
	line-height: 1.8em;
}

a:link, a:visited {
	color: #ccc;
	text-decoration: underline;
}

a:hover, a:active {
	color: #1fc7f7;
	text-decoration: underline;
}

.text-center {
	text-align: center;
}

.clearfix:after {
	content: "";
	font-size: 0.1em; 
	display: block; 
	line-height: 0; 
	height: 0.1px;
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* {
	zoom: 1;
}


#wraper {
	position: relative;
	margin: 20px 0 10px;
}

/** contents **/

#contents {
	position: relative;
	margin: 30px 0 30px;
}

#contents .box {
	width: 840px;
	margin: 0 auto;
}

#contents .margin {
	margin-top: 1em;
}

#contents h2 {
	margin: 2em 0 0;
}

/** header **/

#header {
	position: relative;
	width: 880px;
	height: 94px;
	margin: 0 auto;
}

#header h1 {
	position: absolute;
	width: 880px;
	height: 94px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../siteimages/header/go-zen.gif);
}

#header ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header li {
	position: absolute;
	height: 32px;
	margin: 0;
	padding: 0;
	top: 31px;
}

#header li a {
	display: block;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
}

#header li.active a {
	background-position: 0 -32px !important;
}

#header li a:hover {
	background-position: 0 -32px !important;
}
	
#header li.top {
	width: 74px;
	left: 32px;
}

#header li.top a {
	width: 74px;
	background: url(../siteimages/header/top.gif) no-repeat;
}

#header li.news {
	width: 96px;
	left: 154px;
}

#header li.news a {
	width: 96px;
	background: url(../siteimages/header/news.gif) no-repeat;
}

#header li.stage {
	width: 99px;
	left: 627px;
}

#header li.stage a {
	width: 99px;
	background: url(../siteimages/header/stage.gif) no-repeat;
}

#header li.cast {
	width: 87px;
	left: 751px;
}

#header li.cast a {
	width: 87px;
	background: url(../siteimages/header/cast.gif) no-repeat;
}

/** footer **/

#footer {
	position: relative;
}

#footer ul {
	width: 880px;
	margin: 0 auto;
	padding: 10px 0 0;
	list-style: none;
	text-align: center;
	border-top: 1px solid #2c2c2c;
}

#footer li {
	display: inline;
	margin: 0 5px;
}