@charset "utf-8";

h2 {
	margin-bottom: 10px;
}
#scheduleWrap {
	clear: both;
	width: 610px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
ul#weekList {
	padding-left: 5px;


}
ul#weekList li {
	background: url(../images/prof-week-bg.gif) no-repeat;
	height: 38px;
	width: 83px;
	display: block;
	float: left;
	text-align: center;
	color: #FF6D00;
	font-size: 12px;
	line-height: 140%;
	padding-top: 12px;
	margin-right: 3px;
}
ul#weekList span {
	font-size: 11px;
	color: #6633CC;
}
ul#weekList li.sat {
	color: #409AFF;
}
ul#weekList li.sun {
	color: #FF4A4A;
}
h3  {
	font-size: 14px;
	line-height: 40px;
	background: url(../images/prof-h-2.gif) no-repeat;
	text-align: center;
	width: 165px;
	font-weight: bold;
	color: #409AFF;
	margin-bottom: 10px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
ul#girlsList li {
	background: url(../images/frame1.gif) no-repeat;
	float: left;
	height: 240px;
	width: 145px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	margin-bottom: 10px;
	display: inline;
}
ul#girlsList img {
	margin-top: 13px;
	margin-bottom: 5px;
}

ul#girlsList dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}
ul#girlsList dt a {
	color: #409AFF;
}

ul#girlsList dd {
	color: #663399;
	line-height: 130%;
}
ul#girlsList dd span {
	color: #EF5292;
}
ul#girlsList dd em {
	font-size: 14px;
	font-style: normal;
}

