@charset "utf-8";
@import url("./common.css");

#ladies {
	height: auto;
	overflow: auto;
	background: url(../images/ladies//back_ladies.jpg) 10px 35px no-repeat;
}

h2 {
	margin-left: 10px;
}

.mainContents {
	width: 800px;
	margin-left: 0;
}

.lady {
	float: left;
	width: 146px;
	height: 231px;
	margin-top: 20px;
	margin-left: 11px;
	margin-right: 0;
	display: inline;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	line-height: 1.3;
	background: url(../images/ladies//back_size.jpg) left top no-repeat;
}

.lady p {
	text-align: center;
}

.lady p img {
	width: 120px;
	height: 180px;
}

.lady dl {
	text-align: center;
	margin-top: 2px;
}

.lady dd {
	display: none;
}

.lady ul {
	position: relative;
	height: 24px;
}

.lady ul img {
	margin: 0;
	padding: 0;
}

.lady li {
	margin: 0;
	padding: 0;
}

.lady li.new {
	position: absolute;
	top: 0;
	left: 0;
}

.lady li.up {
	position: absolute;
	top: 0;
	left: 50px;
}

.lady li.movie {
	position: absolute;
	top: 0;
	left: 80px;
}
