@charset "Shift_JIS";
/*共通のボディー指定*/
body {
	font-size: 100%;
	color: #666666;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	clear: right;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
}
.p_txt {
	font-size: 80%;
	line-height: 1.3em;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
}
.ad_line {
	border: 1px solid #ADA250;
	padding: 5px;
	width: 693px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F6F5E8;
}
.reservation_waku {
	background-color: #EEEEEE;
	text-align: left;
	padding: 10px;
	width: 680px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.reservation_txt {
}
#flash_line {
	border: 1px solid #4D4844;
	text-align: left;
	height: 550px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

