/* CSS ē */

body {
	background-color: #990000;
	margin-top: 20px;
}
.style1 {
	font-size: 10px;
	color: #FFFFFF;
}
body,td,th {
	font-size: 12px;
	color: #000000;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #990000;
	padding: 3px;
	text-align: left;
	margin: 10px;
}
.style2 {
	color: #990000;
	font-weight: bold;
}
.style3 {color: #990000; font-weight: bold; font-size: 21px; }
.style5 {color: #FF0000; font-weight: bold; font-size: 21px; }
.style7 {font-size: 16px}
.style8 {color: #FF0000; font-weight: bold; font-size: 13px; }

#menulist {
	padding: 15px;
}

#menulist table {
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	margin-bottom: 20px;
}
#menulist table caption {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	text-align: left;
	padding: 5px;
}
#menulist th {
	font-size: 12px;
	background-color: #FFCCCC;
	text-align: left;
	width: 40%;
}
#menulist td {
	background-color: #F3F3F3;
	text-align: right;
}
