@charset "utf-8";
/* CSS Document */
/*写真*/
div.profile{
	width:548px;
	border:#333333 solid 1px;
}
div.profile h2{margin-bottom:10px;}
/*プロフィール*/
.profile_content{
	clear:both;
	margin-left:10px;
	margin-bottom:7px;
	width:506px;
	border:#444444 solid 1px;
	padding:10px;
}
/*名前とか*/
.profile_txt{
	font-size:1.15em;
	position:relative;
	margin-bottom:5px;
}
.prof_name{
	font-weight:bolder;
	font-size:1.3em;
	color:#FFFFFF;
}
.prof_name img{
	margin-right:20px;
	margin-bottom:-5px;
}
.prof_size{
	text-align:right;
	position:absolute;
	bottom:0px;
	right:12px;
}
/*写真*/
.photo_area{
	float:left;
	margin-top:10px;
	margin:10px 0;
	width:410px;
	height:540px;
}
.photo_area img{
	border:#444444 solid 1px;
	padding:9px;
}
.photo_btn{
	float:right;
	margin-top:10px;
	height:525px;
	width:79px;
	padding:7px 3px 6px;
	border:#444444 solid 1px;
	cursor:pointer;
}
.photo_btn li{
	height:100px;
	margin-bottom:3px;
	overflow:hidden;
}

/*ブログ*/
.prof_blogllink{
	width:80%;
	margin:10px auto;
	border:#444444 solid 1px;
}
.prof_blogllink a{
	display:block;
	border:#000000 solid 1px;
	text-align:center;
	font-size:16px;
	padding:20px 0;
	background:url(../image/cast/individual/blogbtn_bg.png) repeat-x;
	background-position:left -10px;
}
.prof_blogllink a:hover{
	background-position:left -90px;
}

/*出勤表*/
.prof_schedule{
	position:relative;
}
.title_schedule{
	margin-top:15px;
	margin-bottom:10px;
}
.btn_reserve{
	position:absolute;
	top:-5px;
	right:0px;
	border:#444444 solid 1px;
	width:212px;
}

.btn_reserve a{
	display:block;
	padding:6px 0;
	font-size:14px;
	text-align:center;
	border:#000000 solid 1px;
	background:url(../image/cast/individual/reservebtn_bg.png) repeat-x;
	background-position:left -5px;
}
.btn_reserve a:hover{
	background-position:left -50px;
}
.prof_schedule table{
	width:100%;
	background-color:#444444;
	margin-bottom:5px;
}
.prof_schedule table th{
	font-weight:normal;
	background-color:#222222;
	width:14%;
}
.prof_schedule table th,.prof_schedule table td{
	text-align:center;
	padding:10px 0;
}
.prof_schedule table td{
	background-color:#000000;
}
/*メッセとコメント*/
.profile_content h4{
	margin-top:10px;
	padding-left:15px;
	font-weight:normal;
	font-size:10px;
	color:#777777;
}
.prof_message,.prof_comment{
	line-height:1.4;
	margin-top:2px;
	padding-left:15px;
	margin-bottom:10px;
}

/*お薦め女性*/
.recommend_content{
	margin:10px;
	border:#FFBFD5 solid 1px;
	padding-bottom:5px;
}
.r_cast{
	text-align:center;
	margin-top:10px;
	margin-left:10px;
}
.r_cast li{
	float:left;
	margin-right:5px;
}
.r_castphoto img{
	padding:1px;
	border:#444444 solid 1px;
}
.r_castphoto a:hover img{  
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
/*
.r_castphoto{
	height:89px;
}*/
.r_cast:after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.r_cast{
	display:inline-block;
	min-height:1%;  /* for IE 7 and MacIE5.5*/
}
/* Hides from IE-mac \*/
*html .r_cast{height: 1%;}
.r_cast{display: block;}
/* for ie5,6*/




div.possiblepray{
	clear:both;
	margin:10px;
	padding:10px;
	border:#333333 solid 1px;
}
div.possiblepray h4{margin-bottom:10px;}
.i-possiblepray{
	margin:0px auto;
	width:500px;
	border:#000000 solid 1px;
	border-top:none;
}
.i-possiblepray th{
	width:30%;
	padding:2px 2px 2px 5px;
	font-weight:normal;
	text-align:left;
	background-color:#333333;
	border-top:#000000 solid 1px;
}
.i-possiblepray td{
	width:20%;
	padding:2px;
	text-align:center;
	background:url(../image/cast/individual/i-possiblepray_bg.gif) repeat;
	font-family:"ＭＳ ゴシック", "Osaka－等幅",monospace;
	border-top:#000000 solid 1px;
}
.sign{
	margin-top:10px;
	padding-top:5px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅",monospace;
	color:#FFFFFF;
	background:url(../image/linedot_dark.gif) repeat-x;
	background-position:top;
}
.sign span{
	margin-right:10px;
}
.gotosystem{
	text-align:right;
}

div.p-qaa{
	margin:10px;
	padding:10px;
	border:#333333 solid 1px;
}
.p-qaacontent{
	width:500px;
	margin:10px auto 5px;
	padding-bottom:5px;
}
.p-qaa dt{
	float:left;
	width:250px;
	padding:0px 5px 3px 15px;
	margin-bottom:2px;
	background:url(../image/linedot_dark.gif) repeat-x;
	background-position:bottom;
	color:#999999;
}
.p-qaa dd{
	padding-bottom:3px;
	margin-bottom:2px;
	background:url(../image/linedot_dark.gif) repeat-x;
	background-position:bottom;
}
