body {
	margin: 0px;
	padding: 0px;
	color: #2B1E0D;
	line-height: 18px;
	font-size: 13px;
	text-align: center;
	background-image: url(../image/g-image/spacer-beige.gif);
}
h1 {
	font-size: 10px;
	color: #E3792D;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	line-height: 12px;
	text-decoration: none;
}

/* ヘッダー文字 */
.hedder-t {
	color: #2B1E0D;
	font-size: 10px;
	line-height: 15px;
}

/* ヘッダーナビ */
.hedder-navi a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
.hedder-navi a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}

/* パンくず */
.pan-t {
	color: #2B1E0D;
	text-decoration: none;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.pan-t a {
	color: #2B1E0D;
	text-decoration: underline;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.pan-t a:hover {
	color: #999999;
	text-decoration: underline;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* 見出し文字 */
.midashi-t {
	color: #2B1E0D;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

/* 基本リンク */
.baselink a {
	color: #2B1E0D;
	text-decoration: underline;
}
.baselink a:hover {
	color: #999999;
	text-decoration: underline;
}

/* メニューページ */
h2{
	margin: 20;
	padding: 15px;
	text-align: center;
	border: solid 2px #000000;
	border-radius: 10px;
}
.takeout{
	display: flex;
	justify-content: space-between;
	
}


