/* castlist.css
/*
/* 在籍女性一覧ページスタイル
/* 
/* 1：#container
/* 
------------------------------------------------------------------------------*/


/* 1：#container
------------------------------------------------------------------------------*/

div#container h2{
	width: 670px;
	height: 28px;
	text-indent: -9999px;
	background: url("/img/cast_h2.gif") no-repeat left top;
	margin: 5px 0 0 0;
}

/*キャストボックス*/
div#container div.cast {
	position: relative;
	background: url("/img/cast_bg.gif")  no-repeat left top;
	height: 243px;
	width: 160px;
	float: left;
	margin: 10px 10px 0 0;
}

div#container img.border {
	height: 200px;
	width: 150px;
	margin: 4px 4px 0 4px;
	border: 1px solid #CCB991;
}

/* 20:57 2009/08/19 修正 */
div#container div.cast p{
	width: 59px;
	height: 24px;
	position: absolute;
	bottom: 38px;
	right: 6px;
	text-indent: -9999px;
}

div#container div.cast p{
	background: url("/img/today.gif") no-repeat left top;
}

/* 20:57 2009/08/19 修正ここまで */

/*  20:57 2009/08/19 C.O

div#container div.cast p{
	width: 73px;
	height: 42px;
	position: absolute;
	top: 4px;
	left: 4px;
	text-indent: -9999px;
}

div#container div.cast p.newcome{
	background: url("/img/pink.png") no-repeat left top;
}

div#container div.cast p.verygood{
	background: url("/img/silver.png") no-repeat left top;
}

div#container div.cast p.excellent{
	background: url("/img/gold.png") no-repeat left top;
}

div#container div.cast p a, div#container div.cast p a:link{
	display: block;
	width: 73px;
	height: 42px;
}
*/

div#container ul{
	height: 30px;
	width: 152px;
	margin: 3px 4px 0 4px;
}

div#container ul.excellent {
	background: url("/img/cast_gold.gif") no-repeat left top;
}

div#container ul.verygood {
	background: url("/img/cast_silver.gif") no-repeat left top;
}

div#container ul.newcomer {
	background: url("/img/cast_new.gif") no-repeat left top;
}

div#container li.name {
	font-size: 13px;
	text-align: center;
	height: 19px;
	width: 150px;
	line-height: 19px;
}

div#container li.name a, div#container li.name a:link {
	font-size: 13px;
	line-height: 19px;
	color: #303030;
	font-weight: normal;
	text-decoration: none;
}

div#container li.name a:hover{
	text-decoration: underline;
}

div#container .size {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	height: 10px;
	width: 150px;
	line-height: 10px;
}

