body{
	margin: 			0px;
	color:				white;
	background-color:	gray;
	font-family:		sans-serif;
}

a{
	color:				inherit;
	text-decoration: 	none;
}
a:hover{
	color:				yellow;
	text-decoration: 	underline;
}

div.title {
	width:				410px;
	height:				31px;
	font-size:			20px;
	background-color:	black;
	border-bottom:		1px solid gray;
}
div.group {
	width:				410px;
	height:				30px;
	font-size:			18px;
	text-align:			center;
	background-color:	black;
	border-bottom:		1px solid gray;
}
div.page_num {	/* 1/0表示をさせない */
	display:			none;
}
div.menulist {
	width:				410px;
	min-height:			162px;
	align:				center;
	background-color:	black;
	border-bottom:		1px solid gray;
}
div.footer {
	width:				410px;
	height:				25px;
	background-color:	black;
}

span.currentpage{
	border-bottom:		solid tomato 2px;
}

table{
	width:				390px;
	line-height:		24px;
	margin-left:		5px;
	font-size:			16px;
	border-spacing:		0px;
}

tr.menulist_selected{
	background-color:	#953300;
}
tr.menulist_dis{
	opacity:			0.5;
}

td.c1 {
	border-bottom:		1px solid #303030;
}

td.c2 {
	color:				lightgray;
	border-bottom:		1px solid #303030;
	text-align:			right;
}

img.back{
	position:		relative;
	left:			360px;
	top:			3px;
	width:			33px;
	height:			16px;
}
img.icon{
	width:			auto;
	height:			16px;
}