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

/* 女性一覧ページ */


#main_contents {
	width:770px;
	background:#fff url(../images/ladies_back.jpg) no-repeat center bottom;
	letter-spacing: 0px;
}

#main_contents h2{
	background: url(../images/rose_top.png) no-repeat;
	width:725px;
	height:77px;
	padding-top:28px;
	padding-left:45px;
	margin-top:15px;
}
* html #main_contents h2 {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}
#main_contents h2 img{
	border-bottom:1px solid #000;
	height:22px;
	padding-right:522px;
}


#ladies_wrap {
	width:770px;
	background: url(../images/rose_middle.gif) repeat-y;
	position:relative;
	z-index:3;
}

.ladies_main {
	margin-top:-41px;
	width:725px;
	background: url(../images/ladies_bottom.jpg) no-repeat left bottom;
	position:relative;
	z-index:4;
	padding-bottom:48px;
	padding-left:45px;
	overflow:hidden;
	height:100%;
}
* html .ladies_main {
	padding-bottom:63px;
}
.lady {
	/*overflow:hidden;
	height:100%;*/
	width:215px;
	line-height:1.3;
	font-size:12px;
	float:left;
	margin-right:18px;
	margin-bottom:15px;

}
.lady p {
	/*float:left;*/
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	layout-grid-line:163px;
	height:163px;
	width:122px;
	margin-right:4px;
	/*border:1px solid #edb9ca;*/
}
.lady a {
	background:#000;
	display:block;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	border:1px solid #edb9ca;
}


* html .lady a {
	display:inline;
}
*:first-child+html .lady a {
	display:inline;
}

.lady p img{
	vertical-align:middle;
	/*border:1px solid #edb9ca;*/

}
.lady div {
	float:right;
	background: url(../images/ladies_prof.png) no-repeat;
	margin-top:-162px;
	height:142px;
	width:89px;
	overflow:hidden;
	text-align:center;
	padding-top:20px;
}
* html .lady div {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}
.lady div dl {
	background: url(../images/nameline.gif) no-repeat center bottom;
	line-height:1.3;
	padding-bottom:4px;
}
.ladysize {

	padding:4px 0px 0px 9px;
	width:89px;
	display:inline-block;
	margin-bottom:3px;
}
.ladysize:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ladysize li{
	float:left;
}
.mark {
	line-height:1;
	padding-top:3px;
	background: url(../images/nameline.gif) no-repeat center top;
}
.mark li {
	margin-top:3px;
}