@charset "utf-8";
@import url("common.css");

/* 女性一覧ページ */

#ladies {
	color: #ffe099;
	font-size: 123.1%;
}
h3 {
	width: 733px;
	height: 33px;
	margin-top: 16px;
	margin-bottom:24px;
	padding-left: 60px;
	padding-top: 15px;
	background: url(../images/title/ladies.jpg) no-repeat;
	color: #efe4cc;
	overflow:hidden;
}
#ladies ul{
	padding-left:36px;
	padding-bottom:10px;
	float:left;
}
#ladies li {
	color:#533d0a;
	font-size:14px;
	width:180px;
	height:250px;
	background: url(../images/ladies_back.gif) no-repeat top center;
	text-align:center;
	position:relative;
	float:left;
	margin-right:3px;
	margin-bottom:12px;
}
#ladies li dl {
	position:absolute;
	bottom:0;
	left:0;
	width:120px;
	height:32px;
	background: url(../images/name.png) no-repeat;
	text-align:center;
	padding:12px 30px 0;
	font-weight:bold;
	overflow:hidden;
	z-index:2;
}
* html #ladies li dl {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}

#ladies li img{
	background:#fff;
	z-index:1;
}

#ladies li dt {
	display:inline;
	width:70px;
	position:relative;
}
#ladies li dd {
	display:inline;
	width:40px;
	position:relative;
}
#ladies li p {
	padding-top:55px;
}
/*
.new{
	color:#880f0f;
}
*/
#ladies li.new{
	background: url(../images/ladies_back2.gif) no-repeat top center;
	/*color:#880f0f;*/
}

#ladies li dl.up {
	background: url(../images/name2.png) no-repeat;
}
* html #ladies li dl.up {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}
#footer a{
	color:#594e37;
	cursor:text;
}