@charset "utf-8";
.main_menu_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: 990000;
	font-weight: bold;
	text-align: left;
	padding: 16px;
}
.main_menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: cccccc;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: cccccc;
}
.main_menu_item_s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

