@charset "utf-8";
.main_menu_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: f6ecde;
	background-color: 2a1f1d;
	font-weight: bold;
	text-align: right;
	border: 1px solid #000000;
	padding: 2px;
}
.main_menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: d1e8fe;
	font-weight: normal;
	text-align: right;
	padding: 2px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: f6ecde;
}
.main_menu_item_s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: f6ecde;
	font-weight: bold;
	text-align: right;
	padding: 2px;
}
