@charset "UTF-8";
/* ********************
 *
 * Nouvelle Ere
 *
 * ********************
*/

/* ALL LINE
-------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	}
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #000000;
	color: #333333;
	letter-spacing:2pt;
	text-align: center;
	font-size: 12px;
	font-family:
		Verdana,
		Arial,
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	}
#contents {
	width:630px;
	height:630px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-315px;
	margin-left:-315px;
	}
/* past ------------------
#contents {
	width: 600px;
	padding-top: 10px;
	padding-bottom: 50px;
	margin: auto;
	}
 */
img {
	border: none;
	}

/* contents
-------------------------------------------- */
#mainbg {
	background: url(../images/no_main.jpg) no-repeat left top;
	height: 454px;
	width: 600px;
	}
#info {
	height: 100px;
	width: 275px;
	position: absolute;
	top: 230px;
	left: 300px;
	font-size: 10px;
	line-height: 16px;
	padding-left: 30px;
	}
.em {
	font-weight: bold;
	}

div#footer{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	left: 0px;
	overflow: hidden;
}
#footer p {
	margin-right: 10px;
}

