@charset "utf-8";

/* cast.css */

#cast {
	width: 775px;
}

#cast .header {
	width: 775px;
	height: 35px;
	background-image: url('../img/cast.png');
	background-repeat: no-repeat;
}

#cast .body {
	width: 773px;
	border: 1px solid #ddd;
}

#cast .body p.leadtext {
	text-align: center;
	font-size: 110%;
	margin: 10px 0;
}

#cast .body .sumbnail {
	width: 720px;
	margin: 0 auto;
}

#cast .body .sumbnail ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#cast .body .sumbnail ul li {
	width: 124px;
	margin: 10px 10px;
	background-color: #FFCCFF;
	list-style-type: none;
	float: left;
	text-align: center;
}

#cast .body .sumbnail ul li:hover {
	background-color: #FFEEFF;
}

#cast .body .sumbnail ul li img {
	width: 120px;
	height: 120px;
	margin: 2px 1px;
	border: 1px solid #FF00FF;
}

#cast .body .sumbnail ul li img:hover {
	border: 1px solid #FF0000;
}

#cast .body .sumbnail ul li .name {
	font-weight: bold;
	color: #FF3366;
;
}

#cast .body .sumbnail ul li .birthday {
	font-weight: bold;
	color: #330099;
}

#cast .footer {
	width: 775px;
	height: 35px;
	background-image: url('../img/cast_footer.png');
	background-repeat: no-repeat;
}
