/* ---------- タイトル ---------- */
div#main_box_title{
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url("../img/reserve_title.png");
	background-repeat:no-repeat;
	background-position:left top;
	width:800px;
	height:60px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	text-indent:-999999px;
	clear:both;
}

/*POPUPのBOX*/
div#reserveContainer{
	background-image:url("../img/reserve.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#000000;
	width:885px;
	height:740px;
	margin:0px auto;
	padding:0px;
	clear:both;
}




/*テキスト*/
div#reserve_text{
	width:700px;
	height:150px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	line-height:150%;
	color:#E2D084;
	clear:both;
	}
div#reserve_text span{
	color:#ffffff;
	}

/*table*/
table{
	margin:0px auto;
	padding:2px;
	width:85%;
	height:auto;
	clear:both;
	}
table th{
	margin:0px;
	padding:3px;
	text-align:right;
	color:#34021C;
	background-color:#E2D084;
	font-size:11px;
	}
table td{
	margin:0px;
	padding:3px;
	text-align:left;
	color:#ffffff;
	background-color:#DB0F10;
	font-size:11px;
	}
table td.botan{
	text-align:center;
	}

/* ---------- 閉じる ---------- */
div#close{
	width:780px;
	height:30px;
	margin:0px auto;
	padding-top:20px;
	text-align:center;
	clear:both;
	}