@charset "utf-8";
/*------------------------------------------------
                   EMM-3NV 特設ページ             
                                                  
    http://www.narishige-group.com/special/emm/   
------------------------------------------------*/
@media all {
/* -----------------
   Basic            
----------------- */
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	background-color: black;
}
h1 {
	color: white;
}
div#emm {
	width: 100%;
	height: 100%;
}
div#emm div {
	margin: 1em;
	padding: 1em;
	width: 800px;
	height: 600px;
	background-color: white;
}
img {
	border: 0;
	vertical-align: text-bottom;
}
p#footer {
	color: white;
	width: 800px;
	text-align: right;
}
p#footer a {
	color: white;
	text-decoration: none;
}
/*Media End*/}

