@import "common.css";


/*女性一覧*/




#mainBox ul a:link{
	text-decoration:none;
	color:#e64805;
}
#mainBox ul a:visited{
	text-decoration:none;
	color:#e64805;
}
#mainBox ul a:hover{
	text-decoration:underline;
	color:#e64805;
}
#mainBox ul a:active{
	text-decoration:none;
	color:#e64805;
}
#mainBox{
	width:610px;
	background:#fff5e9;
	font-size:14px;

	float:left;
	padding-bottom:5px;
}
#mainBox h3 {
	padding-left:15px;
}

#mainBox li{
	background:url(../images/ladies_back.jpg) no-repeat;
	width:140px;
	height:182px;
	text-align:center;
	color:#e64805;
	font-size:17px;
	font-weight:bold;
	float:left;
	line-height:1.0;
	position:relative;
	padding-top:3px;
	margin-right:7px;
	margin-bottom:7px;
	overflow:hidden;
}
#mainBox li dl {
	/*position:absolute;*/
	top:23px;
	left:9px;
	line-height:1.2;
}
#mainBox li dl dt img{
	border:1px #fff solid;
	line-height:1;
}
.new{
	height:18px;
}
span{
	font-size:15px;
	padding-left:4px;
}
.movie {
	color:#448800;
}
span img {
	margin-right:4px;
}
.photo img{
	border:1px #fff solid;
}
