@import "../../css/common.css";
body {
	background:none;
}

/*-------------------profile----------------------*/
#wrap {
	width:790px;
	height:700px;
	margin:0 auto;
	background:transparent url(../images/lady_back.png) no-repeat left top;
}

* html #wrap {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=noscale,src='../images/lady_back.png');
}

#wrap table {
	border-collapse:collapse;
}

#prof {
	width:318px;
	float:right;
	padding:26px 26px 0 0;
}

#prof img {
	vertical-align:baseline;
}

#prof p {
	margin:10px auto 11px auto;
	text-align:right;
}

#prof div {
	width:284px;
	height:380px;
	text-align:left;
	padding:32px 17px 21px 17px;
	background:url(../images/prof_back.jpg) no-repeat left top;
}
#prof table {
	width:284px;
	height:380px;
	border:solid 1px #4e6ef8;

}
#prof th {
	border:solid 1px #4e6ef8;
	background-color:#a6dcfe;
	padding-left:10px;
	text-align:left;
}

#prof td {
	border:solid 1px #4e6ef8;
	padding-left:10px;
}

#prof #pr {
	height:95px;
	padding:10px;
	font-size:14px;
	vertical-align:top;
}

#photo {
	width:400px;
	height:535px;
	padding:26px 0 0 26px;
	float:left;
}

#image dt {
	width:400px;
	height:400px;
	overflow:hidden;
	text-align:center;
	background-color:#041266;
	margin-bottom:15px;
}

#image dd {
	float:left;
	position:relative;
}

#image dd img {
	margin-right:13px;
}

#image dd#movieBtn {
	cursor:pointer;
}

#image dd#movieBtn img {
	margin-right:0px;
}

#under {
	padding-left:26px;
	padding-top:15px;
	clear:both;
}

* html #under {
	padding-top:2px;
}


#under #schedule {
	width:618px;
	height:94px;
	padding:27px 13px 11px 10px;
	background:url(../images/schedule_back.jpg) no-repeat left top;
	float:left;
}

#schedule table {
	width:595px;
	height:60px;
	text-align:center;
}

#schedule td {
	width:84px;
	height:29px;
}

#close {
	float:right;
	padding:12px 45px 0 0;
	position:relative;
}

#close img {
	cursor:pointer;
}