@charset "utf-8";

/* MAIN-MENU */

#contents-body-top {
	clear: both;
	float: left;
	width: 900px;
	height: auto;
	margin-top: 5px;
	display: inline;
	overflow: hidden;
}

#contents-body-top #main-contents {
	height: auto;
	width: 900px;
	padding: 0px;
	margin-bottom: 10px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}

#wrap-main-area {
	height: 300px;
	width: 900px;
	padding: 0px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3E6E3;
	border-bottom-color: #E3E6E3;
	margin: 0px;
	overflow: hidden;
	float: left;
	display: inline;

}

#wrap-main-area #menu-left {
	width: 199px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E6E3;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 248px;
	display: inline;
}

#wrap-main-area #menu-image {
	float: left;
	height: 248px;
	width: 500px;
	display: inline;
	overflow: hidden;
}
#wrap-main-area #menu-right {
	width: 199px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 248px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3E6E3;
	overflow: hidden;
	display: inline;
}
#wrap-main-area-bottom {
	font-size: 10px;
	line-height: 10px;
	background-image: url(bg_menu_bottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
	height: 10px;
	width: 900px;
}

#menu-right .menu-grp {
	width: 179px;
	background-image: url(bg_estate.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	padding-top: 29px;
	margin: 0px;
	padding-left: 20px;
}

/* CONTENTS-AREA */

#wrap-contents-area {
	height: auto;
	width: 900px;
	padding: 0px;
	clear: both;
	margin-top: 10px;
	float: left;
	display: inline;
}

#wrap-contents-area #box-info {
	float: left;
	height: auto;
	width: 260px;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#wrap-contents-area #box-list {
	float: left;
	height: auto;
	width: 380px;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#wrap-contents-area #box-bnr {
	float: left;
	height: auto;
	width: 200px;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}


#box-info #newsbox{
	padding: 4px;
	clear: both;
	height: 200px;
	width: 250px;
	border: 1px solid #E3E6E3;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: auto;
}

#newsbox dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#newsbox dl dt {
	color: #339933;
	margin: 0px;
	line-height: 100%;
	font-size: 10px;
	padding: 2px;
}
#newsbox dl dd {
	line-height: 120%;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

#newsbox a:link {
	color: #333333;
	text-decoration: none;
}

#newsbox a:visited {
	color: #666666;
	text-decoration: none;
}

#newsbox a:hover {
	color: #009966;
	text-decoration: underline;
}

#newsbox a:active {
	color: #009966;
	text-decoration: underline;
}

table.t-items {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.t-items td {
	vertical-align: top;
	padding: 3px;
	font-size: 10px;
}
