@charset "utf-8";
#reserve {
	background: url(../reserve/back_white.jpg) no-repeat;
	padding: 20px;
}
.reserve-left{
	width: 330px;
	float: left;
	padding: 0px 20px 20px;
	color: #000000;
	}
.reserve-left p{
	margin-bottom:20px;
	}
.reserve-left ul{
	padding-left: 20px;

	}
.reserve-left li{
	margin-bottom: 10px;
	list-style: square;

	}
.reserve-right{
	float: right;
	background: #FFFFFF;
	width: 421px;
	margin-top: 60px;
	margin-bottom: 50px;
	border: 1px solid #999999;
	}
.reserve-right td{
	padding:10px;
	border-bottom: 1px solid #999999;
}

#policy h2{
	font-size: 14px;
	background: #EDDFA7;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#policy h3{}
#policy ol{ margin:5px;}
#policy li{ margin-left:30px;}
#policy .hyou td{ border-left:solid 1px #999999 }

