@charset "utf-8";

/* CSS Document */

/*==========================================================================================

	// system

==========================================================================================*/

h2 {
	height: 50px;
	width: 880px;
	background: url() repeat left top;
	text-indent: -9999px;
}


h2#schedule {
	background-image: url(../images/h2-schedule.jpg);
}

h2#girls {
	background-image: url(../images/h2-girls.jpg);
}


/*==========================================================================================

	// wrap

==========================================================================================*/

div#wrap {
	padding: 5px 30px;
	background: url(../images/other-wrap2.jpg) repeat-y left top;
}


div#wrap-over {
	height: 20px;
	margin: 15px 0 0;
	background: url(../images/other-wrap1.jpg) no-repeat left top;
}


div#wrap-under {
	height: 20px;
	background: url(../images/other-wrap3.jpg) no-repeat left top;
}


/*==========================================================================================

	// h3

==========================================================================================*/

div#wrap h3 {
	height: 28px;
	width: 814px;
	color: #FFFFFF;
	line-height: 28px;
	background-color: #EA5711;
	text-indent: 0.8em;
}


div#wrap h3 span , div#wrap h4 span {
	margin-right: 0.3em;
}


/*==========================================================================================

	// ul week

==========================================================================================*/

ul#schWeek {
	width: 802px;
	margin: 0 auto 10px;
}


ul#schWeek li {
	float: left;
	padding: 0 7px;
}


ul#schWeek li a {
	display: block;
	overflow: hidden;
	height: 26px;
	width: 100px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	background: url(../images/schedule-week.jpg) no-repeat left top;
	text-decoration: none;
}


ul#schWeek li a.now {
	background-position: -100px 0;
}

ul#schWeek li a:hover {
	text-decoration: underline;
}



/*==========================================================================================

	// ul girls

==========================================================================================*/

ul#schGirls {
	padding: 10px 0 0 17px;
}


ul#schGirls li {
	float: left;
	width: 141px;
	padding: 0 20px 20px 0;
	text-align: center;
}


ul#schGirls li div.image {
	padding: 9px;
	background: #510000 url(../images/girls-list-bg.gif) no-repeat left top;
}


ul#schGirls li div.image a {
	display: block;
	padding: 1px;
	background-color: #510000;
}

ul#schGirls li div.image a:hover {
	background-color: #33CC33;
}


ul#schGirls li div.image img {
	height: 160px;
	width: 120px;
}


ul#schGirls li h4 {
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 138.5%;
}


ul#schGirls li h4 a {
	color: #009C84;
	text-decoration: none;
}


ul#schGirls li h4 a:hover {
	color: #33CC33;
	text-decoration: underline;
}


ul#schGirls span {
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 108%;
}


ul#schGirls span.gl3size {
	height: 21px;
	width: 141px;
	line-height: 21px;
	background: url(../images/girls-list-3size.jpg) no-repeat left top;
}


ul#schGirls span.glFrom {
	float: left;
	height: 20px;
	width: 70px;
	line-height: 20px;
	background: url(../images/girls-list-from.jpg) no-repeat left top;
}


ul#schGirls span.glAttri {
	float: right;
	height: 20px;
	width: 71px;
	line-height: 20px;
	background: #000 url(../images/girls-list-attri.jpg) no-repeat left top;
}


ul#schGirls span.glTime {
	clear: both;
	overflow: hidden;
	height: 26px;
	width: 141px;
	line-height: 28px;
	background: #000 url(../images/girls-list-time.jpg) no-repeat left top;
}


ul#schGirls span.glKwsk {
	clear: both;
	overflow: hidden;
	height: 26px;
	width: 141px;
	color: #FFFF00;
	line-height: 28px;
	background: #000 url(../images/girls-list-kwsk.jpg) no-repeat left top;
}



