@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
body,td,th {
	font-size: 14px;
	color: #acabab;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
a {
	font-size: 14px;
	color: #999;
	text-decoration:none;
}

#M_menu {
	font-size:18px; 
	text-align:center; 
	padding-top: 30px; 
	padding-bottom: 20px;
	width: 225px;
	vertical-align:top;
	}

#t_coming {
	color: #3c3b3b;
	font-size: 30px;
	text-align:center;
	width: 225px;
	border-left: #666 1px solid;
	}
	
#t_coming_light {
	color: #999;
	font-size: 30px;
	text-align:center;
	width: 225px;
	border-left: #666 1px solid;
	}	
	
	
#wrap_logo {
	text-align:center; 
	padding-top: 30px;
	}	
	
#wrap_bottom {
	padding: 10px 0px;
	}


#txt_copyright {
	text-align:center; 
	border-top: #666 1px solid; 
	width: 80%; 
	color:#666; 
	font-size:12px; 
	padding-top: 10px;
	}