@charset "utf-8";

@import url(style/import.css);
<style type="text/css">

table.top {
	padding: 0;
	border: 0;
	background-color: #fff;
}

table.top td {
	width:400px;
	padding: 0.3em 10px;
	border: 0;
	background-color: #fff;
	text-align:left;
}

h3 {
	display: inline;
	margin: 0;
	padding: 20px 5px 0 0;
	border: 0;
	font-size: 116%;
}

.ad {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
.ad li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
.ad li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}

.float-l{
	float:left;
}
.clear-b{
	clear:both;
}
</style>
