/* utf-8 です。 */
table#meno
{
	border					:	1px solid darkorange;
	border-collapse			:	collapse;
	margin					:	10px 40px 20px 40px;
}
table#meno th
{
	border					:	1px solid darkorange;
	padding					:	4px 5px;
	background-image		:	url("thb.png");
	background-repeat		:	repeat-x;
	font-weight				:	normal;
}
table#meno th.fixed100
{
	width					:	70px;
}
table#meno td
{
	border					:	1px solid darkorange;
	padding					:	5px 20px 5px 20px;
}
table#meno td.radio
{
	padding					:	5px;
	text-align				:	center;
}
table#meno td.num
{
	padding					:	5px 10px 5px 15px;
	text-align				:	right;
}
table#meno tr.even
{
	background-image		:	url("tdb.png");
	background-repeat		:	repeat-x;
}
div#buttonarea
{
	text-align				:	center;
}
input#submitbutton
{
	font-size				:	18px;
}
div#buttonarea
{
	margin					:	30px 0px 20px 0px;
}
ol
{
	margin-left				:	100px;
}
ol li
{
	color					:	#FF1493;
}