@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
a {
	color:#333333;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.content {
	margin:auto;
	width:500px;
	text-align:center;
}
#siteList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: none;
}
#siteList li {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#title {
	font-weight:bolder;
	margin-top:10px;
}
h1 span {
	display: none;
}


