
body, ul, li, form, h1, h2 {
	margin: 0; padding: 0; border: 0; list-style-type: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 20px;
	color: #777;
}

.head {
}

h1 {
	font-size: 24px;
	margin: 0 0 0 0;
}

h1 a {
	color: #777;
	text-decoration: none;
}

p {
	width: 650px;
	font-size: 14px;
	line-height: 20px;
	margin: 3px 0 25px 0;
}

p a {
	font-weight: normal;
	background: #ffc;
	color: #777;
	text-decoration: none;
}

p a:hover {
	background: #ff0;
	color: #333;
}

.bar ul {
	width: 750px;
	height: 30px;
	padding: 5px 5px 0 5px;
	border-bottom: 1px solid #ccc;
	background: #eee;
}

.bar ul li {
	float: left;
	height: 30px;
	line-height: 33px;
	font-size: 12px;
}

.bar ul li a {
	padding: 0 10px;
	float: left;
	height: 30px;
	color: #333;
}

.bar ul li.sel {
	border: 1px solid #ccc;
	border-bottom: 0;
	position: relative;
	top: 1px;
	height: 29px;
	line-height: 28px;
	background: #fff;
	font-size: 14px;
}

.bar ul li.sel a {
	text-decoration: none;
}

.bar ul li a:hover {
	color: #000;
}

.bar ul li.custom {
	float: right;
	padding: 0 10px;
}

.pagetoplist {
	position: relative;
	width: 760px;
	margin: 20px 0 40px 0;
}

.fb-box {
	border-bottom: 1px solid #ddd;
	float: left;
	clear: both;
	height: 62px;
	padding-left: 20px;
	position: absolute;
	background: #fff;
	color: #333;
}

.fb-box span {
	display: block;
	float: left;
	width: 110px;
	height: 62px;
	padding: 0 15px;
	line-height: 62px;
	font-size: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.fb-box span.loading {
	background: url(i/loading.gif) center center no-repeat;
}

.fb-box span.rank {
	width: 40px;
	text-align: right;
}

.fb-box span.iframe {
	width: 400px;
}

.fb-box span.like {
	text-align: right;
}


.fb-box iframe {
	float: left;
}

.tw {
	position: absolute;
	bottom: 50px;
	right: 10px;
}

small {
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #999;
}

small a {
	color: #999;
}