@import "base-style.css";

#top-banner img {
	float: left;
}

#top-banner a {
	display: block;
	float: left;
	width: 158px;
	height: 47px;
	background-image:url(../images/top-banner-bt-off.jpg);
	text-indent: -10000px;
}

#top-banner a:hover {
	background-image:url(../images/top-banner-bt-on.jpg);
}

#left-div {
	float: left;
	display: block;
	margin-top: 4px;
	width: 343px;
}

#left-div div {
	line-height:24px;
	margin-bottom: 10px;
}

#left-div div p {
	padding-left: 10px;
}

#link .left {
	float: left;
}

#link .right {
	float: right;
}

#camp {
	display: block;
	width: 343px;
	text-align: center;
}

#camp a, #link a {
	margin-bottom: 10px;
}

#right-div {
	float: right;
	display: block;
	width: 391px;
	height: 382px;
	margin-top: 4px;
	margin-right: 6px;
}

#news {
	margin: 12px 0px 0px 14px;
	overflow: auto;
	width: 376px;
	height: 328px;
}

td {
	padding: 4px 0px 4px 0px;
	border-bottom: 1px dotted #cccccc;
}

.first-row {
	width: 54px;
}

