/* [Header] */
div#title {
	margin:0px auto 10px auto;
	width: 840px;
	height: 65px;
	background-image:url('http://offbase-housing.net/template/title_bg.jpg');
	background-position:top;
	background-repeat:no-repeat;
}
div#title h1 {
	line-height: 1em;
	padding-bottom: 2px;
	font-size:85%;
	text-indent:-5000px;
}
div#title h1 a {
	color: #666;
	text-decoration: none;
}
div#title h1 a:active,
div#title h1 a:hover {
	color: #333;
}
div#title p {
	color: #F90;
	text-indent:-5000px;
}
/* topnavi */
div#topnavi{
	margin:0 auto 0 auto;
	width: 840px;
	height: 33px;
	background: transparent url(http://offbase-housing.net/template/topnavi_01_bg.gif) no-repeat;
	background-position:bottom;
	background-repeat:no-repeat;
	overflow:hidden;
}
div#topnavi ul{
	margin: 10px 0px 0px 20px;
	font-size:100%;
}
div#topnavi ul li{
	width:160px;
	float:left;
	text-align:center;
	font-weight:bold;
}
div#topnavi ul li a{
}
div#topnavi ul li a:active,
div#topnavi ul li a:hover {
	color:#ff9951;
}

