@charset "shift_jis";

/**
 * 
 * trailer.css
 * 
 * 2006/11/10 -> 2007/01/10
 * 
 */

/* initialize */
*{
	margin: 0;
	padding: 0;
	font-size: small;
	color: #FFFFFF;
}

/* fullscreen-flash */
/* hide from ie on mac \*/
html{
	height: 100%;
	overflow: hidden;
}
#main{
	height: 100%;
}
/* end hide */

body{
	height: 100%;
	background-color: #000000;
}


/* for javascript-disabled-users */
#main h1,
#main p,
#main address{
	width: 70%;
	margin: 0 auto;
}
#main h1{
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: medium;
}
#main address{
	margin-top: 15px;
	font-style: normal;
}


