@charset "utf-8";
/* CSS Document */

.intro {
	background-color:#111;
	border:solid 3px #000;	
	
}

.intro p {
	text-indent:50px;
}

.cast {
	padding-top:20px;	
}

.cast .list {
	width:240px;
	float:left;
}

.cast .TV {
	width:644px;
	height:455px;
	float:right;
}

.cast .TV .top {
	width:644px;
	height:47px;
	background-image:url(../images/about/TV_top.png);
	background-repeat:no-repeat;
}

.cast .TV .left {
	width:50px;
	height:358px;
	float:left;
	background-image:url(../images/about/TV_left.png);
	background-repeat:no-repeat;
}

.cast .TV #screen {
	float:left;
	width:535px;
	height:349px;
	background-image:url(../images/about/TV_screen.png);
	background-repeat:no-repeat;
	padding-left:9px;
	padding-top:9px;
}

.cast .TV #screen .image {
	float:left;
	width:203px;
}

.cast .TV #screen .text {
	float:left;
	width:300px;
}

.cast .TV p {
	padding-top:5px;
}

.bigtext {
	font-size:36px;	
}

.cast .TV .right {
	width:50px;
	height:358px;
	float:left;
	background-image:url(../images/about/TV_right.png);
	background-repeat:no-repeat;
}

.cast .TV .bottom {
	width:644px;
	height:50px;
	clear:both;
	background-image:url(../images/about/TV_bottom.png);
	background-repeat:no-repeat;
}
