@charset "UTF-8";

#main-information {
	clear: both;
}

#main-information h2 {
	padding: 10px 0 5px 0;
	color: #6b4844;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #e16e6b;
	letter-spacing: 0.15em;
}

#main-information h3 {
	padding: 5px 0;
	color: #e16e6b;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#main-information p {
	color: #e16e6b;
	font-size: 10.5px;
	letter-spacing: 0.18em;
	line-height: 16px;
}

#main-whatsnew {
	margin-top: 20px;
}

#main-whatsnew h2 {
	margin-bottom: 5px;
}

#main-whatsnew #whatsnew {
	width: 525px;
	height: 350px;
	overflow-y: scroll;
}

#whatsnew p.date {
	color: #ffffff;
	font-weight: bold;
	background: #ff9999;
	padding: 4px 3px 0 3px;
}

#whatsnew h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	background: #ff9999;
	padding: 2px;
}

#whatsnew .content {
	font-size: 12px;
	margin: 10px 0 25px 0;
	padding: 0 6px 10px 6px;
	line-height: 1.2;
	border-bottom: 1px dotted #888888;
}

#whatsnew .content img {
	margin-bottom: 10px;
	text-align: center;
}

#whatsnew .content a {
	color: #8080a0;
	text-decoration: underline;
}

#main-schedule {
	margin-top: 30px;
}

#main-schedule h2 {
	margin-bottom: 5px;
}

#main-schedule #schedule {
	width: 525px;
	height: 525px;
	overflow-y: scroll;
}

#schedule .date {
	padding: 5px 0;
}

#schedule .open {
	padding: 0 0 20px 0;
}

#schedule .girls {
	width: 230px;
	height: 120px;
	margin: 10px;
	float: left;
}

#schedule a {
	color: #333333;
}

#schedule a:link {
	color: #333333;
}

#schedule a:visited {
	color: #333333;
}

#schedule .girls:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#schedule .girls-photo {
	width: 90px;
	height: 112px;
	float: left;
}

#schedule .name,
#schedule .age,
#schedule .tall,
#schedule .size,
#schedule .time,
#schedule .now{
	float: left;
	width: 130px;
}

#schedule .name {
	font-size: 12px;
	margin: 0 0 3px 10px;
}

#schedule .age {
	margin: 0 0 10px 10px;
}

#schedule .tall {
	font-size: 11px;
	margin: 0 0 3px 10px;
}

#schedule .size {
	font-size: 11px;
	margin: 0 0 10px 10px;
}

#schedule .time {
	margin: 0 0 5px 10px;
}

#schedule .now {
	margin: 0 0 5px 10px;
}

