@charset "utf-8";
@import url("common.css");

/* システムページ */


#main_contents {
	width:770px;
	height:1170px;
	background:#fff url(../images/system_back.jpg) no-repeat;
	letter-spacing: 0px;
}


#main_contents h2 {
	background:url(../images/title/system_line.gif) repeat-x;
	width:680px;
	margin-left:45px;
	margin-top:44px;
	margin-bottom:5px;
	text-align:left;
}
#main_contents h3 {
	background:url(../images/title_back.png) no-repeat;
	height:20px;
	width:676px;

	text-align:center;
}
* html #main_contents h3 {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}

#price {
	overflow:hidden;
	margin-left:47px;
}
#price h3 {
	margin-bottom:34px;
}

/**
 *	料金表
 *
 */
#price table {
	border:1px solid #c23067;
	color: #c23067;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	height:146px;
	padding:0;
	
	width: 558px;
	height: 144px;
	margin-left: 60px;
	margin-bottom: 30px;
	background: #fff url(../images/back_price.jpg) left top no-repeat;
}

tr {

}

tr.friendCourse {
	color: #a79b10;
}

tr.immoralityCourse {
	color: #9966cc;
}

tr.loverCourse1Course {
	color: #dd33ab;
}

tr.loverCourse2Course {
	color: #e3127a;
}

tr.extension {
	color: #e9926c;
}

/**
 *	コース名
 *
 */
#price th {
	border:1px solid #c23067;
	width: 216px;
	/*background:url(../images/th_back.jpg) repeat-x left bottom;*/
}

/**
 *	時間と料金
 *
 */
#price td {
	width: 208px;
	border:1px solid #c23067;
	/*height:28px;*/
	/*background:url(../images/td_back.jpg) repeat-x left bottom;*/
	
}

/**
 *	料金部分の幅
 *
 */
#price td.time {
	width: 138px;
}

#price p{
	margin-left: 60px;
}

/**
 *	「※大塚･巣鴨限定!」
 *
 */
span.area {
	font-size: 12px;
	font-weight: normal;
	color: #c23067;
	margin-left: 4px;
}

/**
 *	交通費
 *
 */
#expenses {
	width:676px;
	margin:0 auto;
	text-align:center;
	color:#cc6699;
	font-size:116%;
	font-weight:bold;
	line-height: 1.3;
}
#expenses h3 {
	margin-top:15px;
	margin-bottom:10px;
}

/**
 *	コスプレ
 *
 */
#cos {
	width:676px;
	margin:0 auto;
	text-align:center;
	color:#cc6699;
	font-size:116%;
	font-weight:bold;
}
#cos h3 {
	margin-top:15px;
	margin-bottom:10px;
}

#cos ul {
	line-height: 1.3;
}

/**
 *	禁止事項
 *
 */
#stopplay {
	width:676px;
	margin:0 auto;
	line-height:1.0;
	color:#000;
}
#stopplay h3 {
	margin-top:15px;
	margin-bottom:10px;
}

#stopplay ul {
	margin-left:115px;
	line-height: 1.2;
}
#stopplay li{
	background: url(../images/flower.png) no-repeat;
	height:22px;
	width:500px;
	padding-left:26px;
	line-height:1.3;
	font-size:116%;
}

* html #stopplay li {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}
#stopplay p {
	text-align:center;
}
#ng {
	font-weight:bold;
	color:#000;
	margin:8px;
	font-size:116%;
}
#stop {
	color:#cc3366;
	font-size: 93%;
	margin-top:10px;
	line-height:1.4;
	
}
