@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:600px;
	background:#fff5e9;
	font-size:14px;
	margin-left:15px;
	float:left;
	padding-bottom:5px;
}
#mainBox h3 {

	background:url(../images/lady/namebar.jpg) no-repeat;
	height:38px;
	width:518px;
	color:#ff5292;
	font-size:24px;
	padding-top:22px;
	padding-left:72px;
}
#image {
	width:330px;
	height:306px;
	background:url(../images/lady/photoback.jpg) no-repeat;
	text-align:center;
	padding-top:4px;
	margin-bottom:5px;
}
#left {
	width:330px;
	float:left;
}
#left ul {
	height:130px;
	padding:0;
	width:330px;
	text-align:center;
}
#left ul li{
	display:inline;
	padding:3px;
}
#left ul li img {
	border:1px solid #ffcfad;
	cursor:pointer;
}
#left p{
	margin-top:10px;
}
#right {
	width:260px;
	float:left;
}
#right #name {
	text-align:right;
	padding-right:8px;
	font-size:16px;
	line-height:1.5;
	font-weight:bold;
}
#right #message {
	background:#fff;
	border: 2px solid #ffcfad;
	margin-left:10px;
	padding:5px;
	line-height:1.3;
	margin-bottom:10px;
}
#right ul {
	text-align:right;
	font-weight:bold;
	padding-bottom:5px;
}
#right ul li {
	display:inline;
	padding-left:4px;
	padding-right:4px;
}

#movie {

}
h4 {
	padding-left:5px;
}
#right div {
	border: 1px solid #ffcfad;
	padding:5px;
	margin-left:10px;
	margin-top:5px;
}
#right table {
	margin: 8px 10px 0.5em 10px;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px solid #ffcfad;
	color:#ff5292;
	width:250px;
}
#right td {
	padding: 2px 2px;
	border: 1px solid #ffcfad;
	text-align:center;
}

#right th {
	padding: 2px 2px;
	width:66px;
	border: 1px solid #ffcfad;
	font-weight:normal;
	font-weight:bold;
}