@charset "utf-8";
/* CSS Document */
.head_welcome {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
}
.poster_content {
	background: url(../images/trans50.png) repeat left top;
	text-align: center;
	display: block;
	font-family: "Arial Narrow", Arial;
	vertical-align: top;
	width: 600px;
}
.head_reg {
	font: 18px "Arial Narrow", Arial;
}
.head_tasi {
	font: bold 12px "Century Gothic", "Times New Roman", Times, serif;
}
.head_chelsea {
	font: bold 16px "Century Gothic", "Times New Roman", Times, serif;
	color: #F00;
}
.head_ital {
	font: italic 14px "Arial Narrow", Arial;
}
.head_red {
	color: #F00;
	font: bold 20px "Arial Narrow", Arial;
}
.moon_title {
	font: 24px "Bauhaus 93", "Arial Narrow", Arial;
	color: #008080;
}
.moon_lead {
	font: italic 14px "Arial Narrow", Arial;
	color: #008080;
}
.moon_author {
	font: bold 18px "Arial Narrow", Arial;
	color: #008080;
}
.play_title {
	width: 275px;
	display: block;
	text-align: right;
}
.getting_title {
	font: 24px "Blue Highway Linocut", "Arial Narrow", Arial;
	color: #F60;
}
.getting_lead {
	font: italic 14px "Arial Narrow", Arial;
	color: #F60;
}
.getting_author {
	font: bold 18px "Arial Narrow", Arial;
	color: #F60;
}
.synopsis {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #333;
}
#cast {
	position:absolute;
	left:100px;
	top:230px;
	width:600px;
	height:500px;
	z-index:1;
	font-family: "Arial Narrow", Arial;
	background: #000;
	color: #FFF;
	border: 3px groove #CCC;
	cursor: hand;
	visibility: hidden;
}
#cast body {
	color:#FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#cast td {
	margin: 0px;
	padding: 0px;
	font: 14px "Arial Narrow", Arial;
	color: #FFF;
}
#cast th {
	font-family: Arial Narrow, Arial;
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#cast a:link {
	color: #F00;
	text-decoration: none;
}
#cast .red {
	color: #F00;
}
#cast .red22 {
	color: #F00;
	font-size: 14px;
}
#cast .moontitle {
	font: bold 26px "Times New Roman", Times, serif;
	color: #01d3f9;
}
#cast .moonauthor {
	font: bold 18px "Arial Narrow", Arial;
	color: #01d3f9;
}
#cast .gettingtitle {
	font: bold 26px "Times New Roman", Times, serif;
	color: #fd9500;
}
#cast .gettingauthor {
	font: bold 18px "Arial Narrow", Arial;
	color: #fd9500;
}
#cast .directed {
	font-size: 12px;
	font-style: italic;
}
#cast .directorjohn {
	font-size: 16px;
	font-weight: bold;
}
#cast #email {
	width: 100%;
}
#cast .moontime {
	font-size: 14px;
	color: #01d3f9;
}
#cast .gettingtime {
	font-size: 14px;
	color: #FD9500;
}
