#header{
	width: 100%;
	text-align: center;
}
h1{
	font-size: 10px !important;
	text-align: center;
}
#main{
	width: 850px;
	height: 570px;
	padding: 0px 0 15px 0;
	background: none;	
/*	border-bottom: 3px double #630;*/
}
#sub_navi{
	height: 21px;
	margin: 0 0 0px 605px;
	overflow: hidden;
}

#contets{
	width: 850px;
	height: 540px;
	margin: 0;
	position: relative;
}

#contets .topics{
	width: 80px;
	height: 22px;
	position: absolute;
	top:8px;
	right:51px;
}

#contets .topics a{
	display: block;
	width: 80px;
	height: 22px;	
/*	background: #ff4;*/
	text-indent: -9999px;
	z-index: 100;
	
}

#page1 #contets .topics a{
	background: url('../images/common/topics_link.jpg') no-repeat 0 0;
}

#navi{
	margin-left: 20px;
}
