/* --General elements-- */
a:link {
	color:#D4F4D9;
	text-decoration: none;
}
a:visited {
	color:#D4F4D9;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
}
body {
	background-color: #787878;
	font: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.table_top {
	margin-top: 20px;
}

/* --For content text using-- */
.text {
	color: #FFFFFF;
	font-size: 11pt;
	padding-left: 20px;
}

/* --Just for list text content-- */
.text_list {
	color: #FFFFFF;
	font-size: 11pt;
}

.menu_text_general {
	color: #CCCCCC;
	font-size: 10pt;
}
.menu_text_now {
	color: #CCCCCC;
	font-size: 10pt;
	font-weight: bold;
}
.menu01_effect {
	margin-top: 5px;
}
.menu02_effect {
	padding-left: 40px;
	padding-top: 5px;
}
