/* CSS Document */
#main #cast h2 {
	background: url(img/title_cast.gif) no-repeat;
	height: 58px;
	width: 418px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#main #cast p {
	margin-bottom: 40px;
	background: url(img/ico1.gif) no-repeat left center;
	text-indent: 12px;
}
#main #cast ul {
	width: 800px;
}
#main #cast li {
	text-align: center;
	width: 160px;
	float: left;
	height: 300px;
}
#main #cast li img {
	border: 1px solid #4B4D3C;
	padding: 2px;
}
#main #cast li .position {
	font-size: 10px;
}


#main #cast {
	height: auto;
	margin-bottom: 100px;
}
