@charset "utf-8";
/* CSS Document */
#content{
	width:400px;
	height:autt;
	margin-left:auto;
	margin-right:auto;
}
#content p{
	font-size:10px;
	color:#CC9966;
	line-height:1.5em;
	display:inline;
}
#top{
	width:400px;
	height:250px;
	background-image:url(../img/ninshou.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
#textarea{
	width:400px;
	height:100px;
	text-align:center;
}
#entrance{
	width:400px;
	height:50px;
}
#enter{
	width:200px;
	height:50px;
	float:left;
	}
#exie{
	width:200px;
	height:50px;
	float:right;
}
.floatend{
	clear:both;
	}

img {
	border:none;
}
h1{
	font-size:12px;
	font-weight:lighter;
	display:inline;
}
a:link{
	text-decoration:none;
}
a:hover{
	background-color:#FFFFFF;
	}
