@charset "UTF-8";
/* CSS Document */


body{
	/* Setting default text color, background and a font stack */
	color:#40220F;
	font-size:13px;
	font-family: sans-serif;
	margin:0;
	padding:0;
	background-image:url(../img/b1.png);
}

#base{
	margin: 0 auto;
	padding: 5px 10px;
	width: 900px;
	}


#headder{
}


#main{
	height: auto;
	padding: 10px;
	width: 880px;
	}
	
#btn ul{
	margin:0 auto;
	}

#btn li{
	float: left;
	list-style: none;
	text-align: center;
}

#info{
	width: 366px;
	margin-top: 40px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	/*
	background-image: url(../img/kotei_info_bk.png);
	background-repeat: repeat;*/
	background-color:#fff;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	float: left;
	line-height: 22px;
	font-weight: bold;
	border: #C9BC9C solid 1px;
	}
	
#news{
	width: 460px;
	float: right;
	background-image: url(../img/info_bk.png);
	background-repeat: no-repeat;
	height: 300px;
	}

#news_text{
	width: 400px;
	margin-top: 4px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 5px;
	height: 230px;
	overflow: auto;
	padding-top: 20px;
	text-align: left;
	font-size: 15px;
}

.info_day{
	font-size:16px;}

.contents1{
	margin: 0 auto;
	height: auto;
	width: 840px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.contents1 img{
	float: left;
	padding-top: 0px;
}

.menu{
	width: 500px;
	float: left;
	height: auto;
	background-image: none;
	margin-left: 0px;
	}

.menu_text{
	width: 450px;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 0;
	background-image: url(../img/menu_bk.png);
	background-repeat: repeat-y;
	margin-top: 73px;
	margin-bottom: 0px;
	font-size: medium;
	}

.menu_text td{
	border: none;
	padding: 6px 0;
}

.treat td{
	border:#C9BC9C solid 1px;
	padding:3px 5px;}
	
.menu_text small{
	font-size:11px;}

.contents2{
	margin: 0 auto;
	height: auto;
	width: 840px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.contents2 img{
	float:right;}
	
.access{
	width:420px;
	height:auto;
	float:left;
	}

.access img{
	float:none;
	}

#fooder{
	width:100%;
	background-color:#A48B78;
	margin:0;}

.food-text{
	width:840px;
	margin:0 auto;
	padding:30px 0;
	text-align:center;
	color:#fff;}

/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
