.logo{
	width: 460px;
	margin-top: 40px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.titlelist{
	width: 400px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}
.titlelist span{
	width: 80px;
	overflow:hidden;
	margin-left: 10px;
	font-weight: bold;
}
.titlelist a:link{
	font-size: 14px;
	width:110px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: lighter;
}
.titlelist a:visited{
	font-size: 14px;
	width:110px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: lighter;
}
.titlelist a:hover{
	font-size: 14px;
	width:110px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: lighter;
}
.formbox{
	width: 730px;
	margin-left: auto;
	margin-top: 20px;
	height:320px;
	margin-right: auto;
}
.formbox #keyword{
	height:22px;
	font-size: 18px;
}
.formbox #go{
	height:28px;
	font-size: 18px;
}
.words{
	width: 500px;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 100px;
	margin-right: auto;
}
.words #wordspace{
	height: 40px;
	width: 500px;
	overflow:hidden
}
.words #wordspace span{
	font-weight: bold;
	line-height: 20px;
	height: 20px;
}
.words #wordspace ul{
	height: 20px;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
.words #wordspace ul li{
	height: 20px;
	width: 90px;
	line-height:20px;
	overflow:hidden;
	float:left;
	margin-left:10px;
	display:inline;
	padding: 0px;
}



