@charset "utf-8";
body {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.title {
	font-size: 17px;
	font-weight: bold;
	color:#666666;
	text-align:center;
	}
.gap {
	font-size: 14px;
	color:#CCC;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
.copyright {
	font-size: 11px;
	color: #333333;
}