@charset "UTF-8";

@import url(../css/base.css);
@import url(../css/layout.css);


h1{
	background-image: url(../img/h1_member.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 840px;
	clear:both
}

h1 span{ display:none}

/* index */
 
#member{
}
#member h2,#member p{
	float: left;
	clear: both;
}
#member p{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	clear: both;
}

#login{
	background-image: url(../img/loginbg.gif);
	height: 240px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 30px;
	background-repeat: no-repeat;
	clear: both;
}
#logout{
	background-image: url(../img/loginbg.gif);
	height: 170px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 100px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#login a{
	background-image: url(../img/heading02.gif);
	background-repeat: no-repeat;
	background-position: 1px 15px;
	margin-top: 20px;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#ifNoid{
	margin-top: 10px;
}
#reservation th{
	background-color: #F2F2F2;
}
.plan01{
	background-color: #EBF1E5;
}
.plan02{
	background-color: #B2CC9F;
}
#service{}


#rules {
	border: 10px solid #EAEAEA;
	height: 300px;
	overflow-y: scroll;
	width: 520px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: left;
}
#rules h3{
	font-size: 100%;
	color: #FFFFFF;
	background-color: #5F8B38;
	padding: 5px;
	margin: 20px;
	font-weight: bold;
	
}
#rules h3 span{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 5px;
}
#rules p{
	padding-right: 20px;
	padding-left: 20px;
}
#rules ol li{
	list-style-type: none;
	margin: 20px;

} 
#rules ul li{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#btn{
	text-align: left;
	margin-top: 20px;
}
.reservationHistory table{
	margin-top: 15px;
	margin-bottom: 15px;
}
.maru{
	color: #B0CB43;
}
.reservationHistory h3{
	font-weight: bold;
}
