/***** 女優ページ　-　検索・５０音別 *****/
.name_h {
	background:#AD58D6;
	margin-bottom:10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	margin-top: 6px;
	color: #FFCCFF;
	width:96%;
	margin-left:20px;
	margin-top:20px;
}
.cast_searchs {
	background:#FFFFCC;
	margin-bottom:7px;
	font-size: 14px;
	text-align: center;
	padding: 3px;
	border: 1px solid #FF9900;
}
.cast {
	font-size: 12px;
	text-align: center;
	line-height: 130%;
	padding-bottom: 6px;
}
.fifty{
	width:580px;
	font-size:12px;
	margin: 0;
}
.up{
	text-align:center;
	height:30px;
}
.page1{
	background-color:#3939d4;
	color:#CCFFFF;
	width:80px;
	border:1px solid #CCCCCC;
	font-weight:bold;
}
.page2{
	color:#333333;
	width:80px;
	border:1px solid #CCCCCC;
	font-weight:bold;
}
.fifty2{
	width:50px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.fifty3{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#3939d4;
	width:50px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.fifty a{
	display:block;
	height:35px;
	line-height:35px;
	background-color:#FFFFFF;
	text-decoration:underline;
	text-align:center;
	color:#333;
}
.fifty a:hover{
	background-color:#FFCCCC; 
	color:#FF3399;
}
.fifty_sub{
	margin:0;width:580px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-colspace:collapse;
	background-color: #E8E8E8;
}
.fifty_sub a{
	text-decoration:underline;
	color:#333;
}
.fifty_sub a:hover{
	color:#FF3399;
}
.down{
	background-color: #E8E8E8;
	text-align:left;
	padding:7px;
	margin: 0 0 10px 0;
}
.gyou {
	background-color: #E8E8E8;
	text-align: left;
	padding: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#castlist table.fifty tr.btm td{
	text-align:left;
	height:30px;
	padding-left:13px;
	background-color:#efeff2;
	border-left:solid 1px #666;
	border-right:solid 1px #666;
	border-bottom:solid 1px #666;
}
#castlist table.fifty tr.btm td a{
	color:#333;
}
#castlist table.fifty tr.btm td a:hover{
	color:#FF6600;
}
#castlist table.fifty tr.btm td span.select{
	color:#333;
	font-weight:bold;
}
