/*            general styles              */
BODY {
	font-size: 12px;
	font-family: verdana,arial;
	line-height: 15px;
}

A:link {
	text-decoration: none;
	color: #003399;
}
A:visited {
	text-decoration: none;
	color: #003399;
}
A:active {
	text-decoration: none;
	color: #003399;
}
A:hover {
	text-decoration: underline;
	color: red;
}

TD {
	vertical-align: top;
}

.subtitle_lvl1 {
	color: #3f2c0f;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.subtitle_lvl2 {
	color: #3f2c0f;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.dishname {
	color: #ba5800;
	font-weight: bold;
}

.dishname_katakana {
	color: #3f2c0f;
	font-weight: bold;
}

.dishdescription {
	color: #000000;
}

.price {
	color: #ba0000;
	font-weight: bold;
}

.news {
	color: #650000;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

.date {
	color: #3f2c0f;
	font-weight: bold;
}

