/* ---------------------------------------------------------------
   HOTEL ANON Homepage Style Sheet
------------------------------------------------------------------ */

/* ---------------------------------------------------------------
   reservation
------------------------------------------------------------------ */
#wrap_reserv {
	width:650px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
ul,ol p{
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	border-bottom: dashed 2px orange;
	padding-bottom:10px;
	color:#630;
	margin-top:20px;
	margin-bottom:20px;
	}

ul,ol {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
  border: dashed 2px #ffb03f;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

ol li, ul li{
  line-height: 1.5;
  padding: 0.5em 0;
  list-style: decimal;
}
ol span{
	color:#900;
}


.back_to_top a{
	height:28px;
	width:150px;
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	margin:0 0 0 570px;
	clear:both;
}
.back_to_top a:link,
.back_to_top a:visited {
	background: url(../image/anon/top_return.jpg) no-repeat;
}

.back_to_top a:hover {
	background: url(../image/anon/top_return_a.jpg) no-repeat;
}
