@import url("/_common/css/basic.css");


/***** HTML basic elements *****/

h4 {
	font-size:     medium;
	margin-bottom: 0px;
}

h5 {
	font-size:     100%;
	margin-top:    0px;
	margin-bottom: 0px;
}


/***** Classified elements *****/

div.restaurantmenu-category {
	margin-top:30px;
	border:#1f1610 2px solid;
	padding:10px;
}

table.restaurantmenu-table {
	width:594px;
}

div.restaurantmenu-item {
	margin-bottom:15px;
}

div.restaurantmenu-name {
	margin-top:15px;
	font-size:medium;
	font-weight:bold;
	clear:both;
}

div.restaurantmenu-name-udon {
	font-size: medium;
	font-weight:bold;
}

div.restaurantmenu-item-with-desc {
	margin-left: 15px;
	margin-right:15px;
}

img.restaurantmenu-photo-na {
	margin:5px 0px;
}

div.udon-title {
	font-weight: bold;
	margin-bottom:5px;
}

div.udon-price {
	text-align:  right;
	color:       #ff0000;
	font-weight: bold;
}


/***** new page *****/

h3.rmenu-ctitle {
	margin-bottom: 15px;
}

table.rmenu-table {
	border-collapse: collapse;
	border-spacing:  0px;
}

table.rmenu-table tr {
	text-align:     center;
	vertical-align: top;
}

table.rmenu-table td {
	padding: 0px;
}

div.rmenu-item {
	margin:        0px 5px;
	margin-bottom: 1.5em;
}

img.rmenu-image {
	margin-bottom:5px;
}

div.rmenu-label {
	width: 138px;
}
