body {
	margin: 0px;
	background-color: #FFFFFF;
}
#container {
	width: 800px;
	border: 1px solid #FF9928;
	margin-right: auto;
	margin-left: auto;
	font-size:12px ;
}
#contents {
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	width: 743px;
}

#navi {
	margin:0px;
	width: 800px;
	float: left;
	list-style-type: none;
}
.navibox{
	float:left
}
.navibox-end{
	float:right
}
.border {
	background-color: #FF9928;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.topic-title {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
}
.topic {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin: 10px 20px 0px 20px;
}
p {
	margin: 0px;
}
a:link {
	color: #3333CC;
}
a:visited {
	color: #3333CC;
}
a:active {
	color: #3333CC;
}
a:hover {
	color: #FF6600;
}
