@charset "UTF-8"


/* --------------------------------------------------------------------------------------
 基本
--------------------------------------------------------------------------------------- */


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}


html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) repeat-y #FFF7E4;
}

body > #container {height:auto;}


.red {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	letter-spacing: 0.2em;
}

/* コンテンツ -------------------- */

.txt {
padding: 0 0 0 7px;
}

.content {
	margin: 20px 0 50px;
}


#right ul {
	margin: 30px 0 50px;
}

#right ul li {
	margin: 0 15px 0 0;
	float: left;
}


#btn-reserv a {
	display: block;
	width: 263px;
	height: 40px;
	margin: 0;
	background: url(../reservation/images/btn_reserv2.gif) 0 0 no-repeat;
}

#btn-reserv a:hover {
	background-color: #fff7e4;
}

#btn-reserv a:hover img {
	visibility: hidden;
}

#btn-reserv2 a {
	display: block;
	width: 343px;
	height: 40px;
	margin: 0;
	background: url(../reservation/images/btn_reserv_sweets2.gif) 0 0 no-repeat;
}

#btn-reserv2 a:hover {
	background-color: #fff7e4;
}

#btn-reserv2 a:hover img {
	visibility: hidden;
}

#tel {
	margin: 15px 0 0;
}

.txt-l {
margin: 0 65px 0 0;
/margin: 0 90px 0 0;
padding: 0 0 0 7px;
float: left;
}

.txt-r {
padding: 0 0 0 7px;
float: left;
}