@charset "UTF-8";
/* CSS Document */


/* トップページ -----------------------*/

/* flash -----------------------*/
#flash {
	width: 800px;
	height: 300px;
	background-color:#FFFFFF;
	margin:0px auto;
} 

/* sidebar-top -----------------------*/
#sidebar-top {
	float: left;
	width: 315px;
	padding-left: 8px;
	text-align: left;
}

/* main-content-top -----------------------*/
#main-content-top {
	float: left;
	padding: 0;
	width: 465px;
	text-align: center;
} 


/* global-navi -----------------------*/
#global-navi-top {
	width:798px;
	height:55px;
	padding:0 0 0 2px;
	margin:0;
	position:relative;
	text-align: left;
}


/* banner-box -----------------------*/
.banner-image {
	width:301px;
	height:111px;
	margin: 0;
	padding-bottom:10px;
}

.banner-txt {
	width:290px;
	padding: 5px;
	margin: 0;
	background-image: url(../img/banner_line.gif);
	background-repeat: repeat-y;
}

.banner-footer {
	width:300px;
	height:5px;
	margin: 0 0 3px 0;
	background-image: url(../img/banner_footer.gif);
	background-repeat: no-repeat;
}



/* what's new -----------------------*/
.title_image {
	width:465px;
	height:43px;
	margin: 0;
}
.wn-date {
	float: left;
	width: 90px;
	padding: 0 0 0 5px;
	text-align: left;
	color: #FF6600;
	line-height: 140%;
}
.wn-txt {
	float: left;
	width: 370px;
	text-align: left;
	line-height: 140%;
} 
.wn-line {
	width: 465px;
	height: 6px;
	margin: 3px 0;
	background-image: url(../img/news_line.gif);
	background-repeat: no-repeat;
}


/* 土地新着情報 -----------------------*/
.news {
	width:465px;
}
.news ul {
	list-style-type: none;}
.news ul li {
	background-image: url(../common/arrow_news.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding:0 0 0 20px;
	margin-left: 5px;
	line-height: 140%;
}
.news ul li a { color:#0054A4; text-decoration:none; }
.news ul li a:hover { color:#0054A4; text-decoration: underline; }





