@charset "utf-8";
a  {
	color: #CCC;
}
/* cast style
------------------------------------*/
.castNameList {
	width: 170px;
	padding-left: 0px;
	float: left;
	text-align: center;
}
.castNameList h1 {
	font-size: 180%;
}

.castNameList ul li {
	list-style: none;
	height: 40px;
	font-size: 130%;
}
.castNameList ul li:hover {
	background-color: #900;
}
#castIntoroduce {
	width: 460px;
	float: left;
	height: 360px;
	overflow: hidden;
}
#castIntoroduce .person {
	width: 460px;
	height: 360px;
}

#castIntoroduce .photo {
	float: left;
	padding: 10px;
	width: 200px;
	height: 260px;
	background-color: #900;
	margin-left: 10px;
}
#castIntoroduce .profile {
	float: left;
	width: 230px;
}

#castIntoroduce table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 200px;
}
#castIntoroduce .small {
	font-size: 80%;
}

#castIntoroduce .name {
	font-size: 150%;
}
#castIntoroduce .as {
	font-size: 200%;
}
#castIntoroduce .introduction {
	font-size: 130%;
}
