@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------
基本情報
------------------------------------------------------- */
body{
	font-family: ヒラギノ, "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	font-size:12px;
	line-height:1.50;
	color:#404040;
}


#profile{

}

#profile #bodycontent{
	width:900px;
	margin:0 auto 0 auto;
	padding:0 10px 0 10px;
	background:#ffffff;

}


/*-------------------------------------------------------
ヘッダー
------------------------------------------------------- */
#profile #header{
	background:url(../images/ladies/bg_profile_head_tile.gif) repeat-x;
	width:auto;
	height:60px;
}

#profile #header .content{
	background:url(../images/ladies/bg_profile_head.gif) no-repeat;
	width:900px;
	height:60px;
	margin:0 auto 0 auto;
}

/* ------ プロフィール画像 ------  */

#profile #photoArea{
	position:relative;
	background:#ffffff;
	border:1px solid #333333;
	padding:2px;
	width:900px;
	height:600px;
}

#profile #detailArea{
	position:absolute;
	top:480px;
	left:0;
}

/* ------ サムネイルボックス ------  */

#profile #detailArea ul.thumbnailBox{
	width:450px;
	margin:10px 30px 0 30px;
	overflow:hidden;
	float:left;
}

#profile #detailArea ul.thumbnailBox li{
	background:url(../images/ladies/bg_pr_thumbnail.gif) no-repeat;
	width:68px;
	height:45px;
	padding:2px;
	margin:0 7px 7px 0;
	float:left;	
}

/* ------ ディテールボックス ------  */

#profile #detailArea .detailBox{
	background:url(../images/ladies/bg_profile_detail.png) no-repeat;
	width:326px;
	height:103px;
	padding:20px 0 0 20px;
	float:left;
}

#profile #detailArea .detailBox dl{
	color:#111111;
	font-weight:bold;
	font-size:14px;
	padding:0 0 8px 0;
}
#profile #detailArea .detailBox dt,
#profile #detailArea .detailBox dd,
#profile #detailArea .detailBox li{
	display:inline;
}

#profile #detailArea .detailBox dl.name{
	width:110px;
}

#profile #detailArea .detailBox dl.old{
	width:65px;
}

#profile #detailArea .detailBox ul.exp{
	width:145px;
	padding:0 0 8px 0;
}

#profile #detailArea .detailBox ul.exp li{
	padding:0 0px 0 0;
}

#profile #detailArea .detailBox dl.tall{
	width:95px;
}

#profile #detailArea .detailBox dl.threesize{
	width:188px;
}

/* ------ 左サイドエリア ------  */

#profile #leftSideArea{
	width:475px;
	height:auto;
	margin:20px 25px 0 0;
	padding:0 0 20px 0;
	float:left;
	overflow:hidden;
}

#profile #leftSideArea #eventArea{
	margin:0 0 10px 0;
}

#profile #leftSideArea .commentBox{
	margin:0 0 20px 0;
}

#profile #leftSideArea .commentBox dt{
}

#profile #leftSideArea .commentBox dd{
	width:455px;
	height:auto;
	background:url(../images/ladies/bg_profile_message.gif) no-repeat bottom;
	padding:10px;
}

#profile #leftSideArea .messageBox{
	margin:0 0 20px 0;
}

#profile #leftSideArea .messageBox dt{
}

#profile #leftSideArea .messageBox dd{
	width:455px;
	height:auto;
	background:url(../images/ladies/bg_profile_message.gif) no-repeat bottom;
	padding:10px;
}

#profile #leftSideArea .weekBox tr.date{
	width:475px;
}
#profile #leftSideArea .weekBox tr.date td{
	background:url(../images/ladies/bg_pr_schedule_top.gif) no-repeat;
	width:95px;
	text-align:center;
	padding:2px 0 2px 0;
	color:#ffffff;
}
#profile #leftSideArea .weekBox tr.schedule{
	
	width:475px;
}
#profile #leftSideArea .weekBox tr.schedule td{
	background:url(../images/ladies/bg_pr_schedule_bottom.gif) no-repeat;
	width:95px;
	font-weight:bold;
	text-align:center;
	padding:2px 0 4px 0;
	color:#333333;
}


/* ------ 右サイドエリア ------  */

#profile #rightSideArea{
	width:400px;
	height:auto;
	float:left;
	margin:20px 0 0px 0;
	padding:0 0 20px 0;
	overflow:hidden;
}

#profile #rightSideArea .optionBox{
}

#profile #rightSideArea .optionBox li{
	float:left;
	width:130px;
	padding:0 2px 2px 0;
}



#footer{
	clear:both;
	width:920px;
	margin:0px auto 0 auto;
}



