@charset "UTF-8";

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

img {
	border: 0;
}

p {
	margin: 1.2em 0;
	padding: 0;
	color: #b1bbb9;
	font: smaller/1.75 Verdana, Geneva, sans-serif;
}

li {
	margin-bottom: 0.8em;
	color: #b1bbb9;
	font: smaller/1.4 Verdana, Geneva, sans-serif;
}

dt {
	margin: 0;
	padding: 0;
	color: #959864;
	font: smaller/1.75 Verdana, Geneva, sans-serif;
	letter-spacing: 0.2em;
}

dd {
	margin: 0 0 1em 1.5em;
	padding: 0;
	color: #b1bbb9;
	font: smaller/1.75 Verdana, Geneva, sans-serif;
}

dd li {
	font-size: 100%;
}

em {
	color: #959864;
	font-style: normal;
}

th, td {
	color: #3c2619;
	font: smaller/1.75 Verdana, Geneva, sans-serif;
}
	

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

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

.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 */

/** header **/

#header {
	position: relative;
	height: 70px;
}

#header .box {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	left: 0;
	top: 10px;
}

#sitemenu {
	position: absolute;
	left: 585px;
	top: 28px;
}

#sitemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitemenu li {
	margin: 0;
	padding: 0;
	float: left;
}

#sitemenu li a {
	display: block;
	height: 42px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#sitemenu li.select a {
	background-position: 0 -42px;
}

#sitemenu li.about a {
	width: 100px;
	background-image: url(../siteimages/headerfooter/about.png);
}

#sitemenu li.about a:hover {
	background-position: 0 -42px;
}

#sitemenu li.cast a {
	width: 85px;
	background-image: url(../siteimages/headerfooter/cast.png);
}

#sitemenu li.cast a:hover {
	background-position: 0 -42px;
}

#sitemenu li.staff a {
	width: 95px;
	background-image: url(../siteimages/headerfooter/staff.png);
}

#sitemenu li.staff a:hover {
	background-position: 0 -42px;
}

#sitemenu li.ticket a {
	width: 95px;
	background-image: url(../siteimages/headerfooter/ticket.png);
}

#sitemenu li.ticket a:hover {
	background-position: 0 -42px;
}

/** footer **/

#footer {
	position: relative;
	padding-top: 57px;
}

#footer .box {
	width: 960px;
	height: 28px;
	margin: 0 auto;
	padding-top: 12px;
	background: url(../siteimages/headerfooter/footerbar.png) no-repeat center top;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#footer li {
	display: inline;
	margin: 0 0 0 12px;
	padding: 0 0 0 20px;
	background: url(../siteimages/headerfooter/separator.gif) no-repeat left center;
}

#footer li:first-child {
	background: none;
}

#footer li a:hover {
	border-bottom: 1px solid #424746;
}

#copyright {
	padding-bottom: 15px;
	text-align: center;
}

#amipro-kenproduce {
	margin: 60px auto 0;
	text-align: center;
}

/** topics **/

#topics {
	width: 960px;
	height: 400px;
	margin: 0 auto;
	padding: 10px;
	background: url(../images/topics_background.png) no-repeat;
}

/** contents **/

#contents {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#index-column {
	position: relative;
	margin-top: 20px;
}

#index-column h2 {
	margin: 0 0 12px;
	padding: 0;
}

#normal-column {
	position: relative;
	margin-top: 40px;
}

#normal-column h2 {
	margin: 0 0 12px;
	padding: 0;
}

#normal-column h2.margin {
	margin-top: 30px;
}

#index-column .column {
	background: url(../siteimages/background/column_separator.png) repeat-y 570px;
}

.column .left {
	position: relative;
	width: 560px;
	float: left;
}

.column .right {
	position: relative;
	width: 340px;
	float: right;
}

.column-half .left {
	position: relative;
	width: 450px;
	float: left;
}

.column-half .right {
	position: relative;
	width: 450px;
	float: right;
}

#contents p,
#contents dl {
	margin-left: 20px;
}

/** check list **/

ul.check-list {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: square;
}

ul.check-list li {
	margin: 0;
	padding: 0.5em 0;
}

* +html ul.check-list li {
	padding: 0 0 1em 1em;
}

* html ul.check-list li {
	padding: 0 0 1em 1em;
}

/** cast **/

ul.cast {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.cast li {
	width: 132px;
	margin-left: 20px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.2em;
	float: left;
}

ul.cast li img {
	border: 1px solid #222a2d;
	margin-bottom: 3px;
}