/* メインコンテンツ全体 */
#mainContents{
	font-size:16px;
}

/* 全員の画像 */
#profImg{
	margin:0px 0px 0px 0px;
}

/* メインメンバーの名前 */
#castProf {
}
#castProf ul{
	padding: 20px 0px 10px 35px;
	list-style:none;
}
#castProf li{
	margin-right:30px;
	display:inline;
}

/* 主に裏方メンバーの名前 */
#staffProf {
	
}
#staffProf ul{
	padding: 10px 0px 10px 0px;
	margin-left:50px;
	list-style:none;
}
#staffProf li{
	margin-right:65px;
	display:inline;
}