.tokka {
	width: 230px;
	font-size: 0.80em;	
}

div#combination-list {
	margin-top: 1em;
}

div #spec {
	margin: 0.3em 0 0.3em 0;
	line-height: 2em;
}

#footer {
	float: left;
	text-align: center;
	width: 100%;
	font-size: 9px;
	border-top: 3px solid #036;
}

#credit ul li{
	margin: 15px 15px 15px 15px;
}

#caution ul li{
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.caution li {
	list-style: decimal;
	margin: 0.5em 0em 0.5em 2em;
}

div.message ul li{
	list-style: circle;
	margin: 0.5em 0em 0.5em 2em;
}

div.message p {
	margin: 0.5em 0em 0.5em 1em;
}

.headertext {
	float:right;
	font-size: 0.7em;
	margin-right: 5px;
	background-color: #FFF;
 	border-color: #000;
 	border-style: solid;
	border-width: 0px;
	line-height: 11px;
}

.counter {
	float:left;
	background-color: #FFF;
	text-align: right;
 	border-color: #000;
 	border-style: solid;
	border-width: 0px;
	font-size: 8px;
	line-height: 11px;
}

.left {
	clear: both;
	margin-top: 1px;
	float: left;
}

.textleft{
	float: left;
	text-align: left;
}

.right {
	margin-top: 1px;
	float: right;
}

.difference {
	margin-top: 1px;
	float: right;
	color: red;
}

.menutitle {
	font-size: 1em;
	color: #B5370F;
	width: 95%;
	background: #FFC364;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0;
	padding: 3px 5px 3px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #B5370F;
}

.machine-menutilte {
	font-size: 1em;
	color: #e0370F;
	width: 95%;
	background: #FFC3ee;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0;
	padding: 3px 5px 3px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #B5370F;
}

.menu_content {
	font-size: 0.95em;
	line-height: 135%;
	background: #fff;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px 5px 3px 5px;
	border-width: 0px	;
	border-style: solid;
	border-color: #B5370F;
}

.newitem-category {
	font-size: 1em;
	color: #B5370F;
	width: 98%;
	background: #FFC364;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0;
	padding: 3px 5px 3px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #B5370F;
}

.newitems {
	font-size: 0.95em;
	line-height: 135%;
	background: #fff;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px 5px 3px 5px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #B5370F;
}

.newitems ul {
    list-style: none;
    font-size: 0.9em;
}
 
.newitems ul li {
	margin-bottom: 2px;
	padding-left: 2em; /*1em（1文字）分、右に動かす*/
	text-indent: -2em; /*最初の行だけ1em（1文字）分、左に動かす*/
}

.newitems ul li font.newitem_price {
	color:#e0370F;
}

h2 {
	font-size: 1.5em;
	font-weight: bolder;
}

div#footer_navcontainer{
	margin: 0px;
	padding: 0px;
	height: 22px;
	font: 1em Verdana, sans-serif;
	width: 100%;
	list-style-type: none;
	background: #fff;
}

div#footer_navcontainer ul{
	color: black;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#footer_navcontainer ul li{
	display: inline;
	margin-left: -4px;
}

div#footer_navcontainer ul li a,div#footer_navcontainer ul li a:link{
	background: #fff;
	color: #555;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #bbb;
}

div#footer_navcontainer ul li a:hover{
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	border-bottom: 3px solid #bbb;
	cursor: pointer;
	background: #eee;
}