@import "common.css";
body {
	background:url(../images/others_line.gif) repeat-x top left;
}

#cast {
	clear:both;
	width:100%;
	margin:auto;
	background:url(../images/under.gif) repeat-x bottom left;
}

#cast div {
	height:auto;
	overflow:auto;
}

* html #cast div {
	overflow:visible;
}

*:first-child+html #cast div {
	overflow:visible;
}

#cast_wrap {
	width:800px;
	background:url(../images/conts_head.gif) repeat-x top left;
	padding-bottom:40px;
	margin:auto;
}

#cast_wrap h2 {
	width:780px;
	height:54px;
	margin:0 auto;
	background:url(../images/cast_head_back.gif) no-repeat top left;
}

* html #cast_wrap h2 {
	margin:0;
}

#cast_wrap h2 img {
	margin-top:27px;
}

#ladies {
	margin:auto;
	width:758px;
	padding-left:22px;
	padding-top:15px;
	background:url(../images/cast_back.gif) repeat-y top left;
}

#ladies div {
	float:left;
	width:169px;
	height:253px;
	padding-top:27px;
	position:relative;
	padding-left:16px;
	padding-bottom:18px;
	text-align:left;
	cursor:pointer;
	margin-bottom:4px;
	background:url(../images/block.gif) repeat-y top left;
}


#ladies p {
	position:absolute;
	top:0px;
	left:12px;
	height:41px;
	width:41px;
}

* html #ladies p {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='images/sche.png');
}

* html #ladies p img {
	display:none;
}


#inner {
	padding-bottom:30px;
	margin-top:40px;
	width:800px;
	background:#FFFFFF url(../images/cast_footer.gif) no-repeat bottom center;
}

#ladies div dl {
	text-align:center;
	font-size:13px;
	line-height:17px;
	padding-top:3px;
	width:150px;
}

#ladies div dt {
	font-weight:bold;
}

#ladies div dt span {
	font-weight:normal;
}

* html #ladies div dd span {
	filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+this.firstChild.src+",sizingMethod=scale)");
	width:expression(this.firstChild.clientWidth+"px");
	height:expression(this.firstChild.clientHeight+"px");
	display:inline-block;
}
* html #ladies div dd span img {
	visibility:expression("hidden");
}


.footer {
	margin:0 auto;
	width:780px;
}

* html .footer {
	margin:0 auto;
}



