/* CSS Document */

body{
	background-image: url(http://nve-net.com/images/bg-1.jpg);
	background-repeat: repeat-x;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:100%;
}


a:link{
  color:#FFFFFF;
  text-decoration:underline;
  font-weight:normal;
}

h1 {
	display: none;
}

#wrap{
	overflow:auto;
	height:380px;
	width:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-300px;
	text-align: center;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#enterbox{
	height: 121px;
	width: 135px;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
}

address{
	font-size: 70%;
	font-style: normal;
}