@import url("global.css");
#contents {
	background:url(../ladies/images/title.png) no-repeat 5px top;
}
ul.ladies {
	margin:50px 0px 100px 20px;
	padding:0px;
	position:relative;
	top:77px;
}
ul.ladies li {
	width:220px;
	height:180px;
	list-style-type:none;
	background:url(../schedule/images/list_back.png) no-repeat right top;
	float:left;
	position:relative;
	margin:0px 10px 0 10px;
	padding:0px;
}
ul.ladies .thumnail {
	border:5px solid #ED1E79;
	margin:20px 0px 4px 0px;
	width:100px;
	height:100px;
}
ul.ladies .profile {
	position:absolute;
	top:25px;
	left:120px;
	height:50px;
}
img.profilebtn {
	width:103px;
	height:20px;
}
/*--------------------*/
/*プロフィール用*/
/*--------------------*/
#profile-area {
	background:#e3d8cc;
	margin:100px 10px 0 10px;
	_margin:100px 10px 0 5px;
	width:330px;
	float:left;
}
#profile-area h2 {
	font-size:2px;
	background:#C7B299;
	margin:0px;
	position:relative;
	height:14px;
}
#profile-area h2 img {
	position:absolute;
	top:0px;
	left:0px;
}
p.name {
	font-size:150%;
	font-weight:bold;
	color:#ED1E79;
	margin:10px 0 0 15px;
}
#profile-area table {
	font-size:0.9em;
}
#profile-area th {
	color:#ED1E79;
	text-align:right;
	width:110px;
}
p.comment {
	width:90%;
	margin:0 auto;
}
#otherphoto-area {
	text-align:left;
	margin:10px 0 10px 5px;
}
#photo-area {
	width:410px;
	float:left;
}
#backarea {
	background:url(../images/border1.gif) repeat-x;
	height:200px;
	margin-left:1px;
	text-align:right;
	padding:13px 0 0 0;
}
.profile a {
	font-weight:bold;
}
.newface, .update {
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	/*background:red;*/
	color:white;
	padding:1px 3px;
	height:15px;
	width:70px;
	margin:0px 0 5px -3px;
}
.newface {
	background:red;
}
.update {
	background:#f8358c;
}
