/*----------------------------------------------------------------------
トップページ
----------------------------------------------------------------------*/

/*
メインイメージ
---------------------------------------------------*/
/*IE6用*/
*html #mainimage {
	behavior: expression(IEPNGFIX.fix(this));

}


#mainimage {
	text-align: center;
	margin: 0 auto 5px auto;
	clear: both;
	background: url(../images/main_bg.png) 0 0 no-repeat;
	width: 950px;
	height: 395px;
	padding: 5px 0px 0px 0;
}


#mainimage img {
	padding-top: 0;

}

/*
トップページコンテンツ
---------------------------------------------------*/
#main_box {
	text-align: center;
	margin: 0 auto;

}


/*左エリア
---------------------------------------------------*/
#left_box {
	float: left;
	width: 590px;
	padding: 0 0px 10px 0;
	text-align: left;

}

/*トップバナーエリア
---------------------------------------------------*/
ul.topban_list {


}

ul.topban_list li {
	float: left;
	padding: 10px 10px 0px 0;

}

ul.topban_list li.last {
	float: left;
	padding: 10px 0 0px 0;

}

ul.topban_list a:hover {
	position: relative;
	top: 1px;
	left: 1px;


}






/*新着情報一覧
---------------------------------------------------*/
.new_title  {
	clear: both;
	padding: 10px 0 0 0;
}

.new_title a {
	text-decoration: none;
	text-indent: -9999px;
	text-align: center;
	/*overflow: hidden;*/
	display: block;
	width: 590px;
	height: 38px;
	background: url(../images/newtitle.gif) 0 0 no-repeat;

}

#new_area {
}

#new_area iframe {
	width: 600px;
	/*height: 230px;*/
	height: 175px;
	overflow: hidden;
}

/*
#new_area dl {
	font-size: 80%;

}

#new_area dl dt {
	float: left;
	padding: 6px 3px 3px 10px;
	width: 70px;ddのpadding-leftの値と同じにする
	clear: both;
}


#new_area dl dd {
	padding: 7px 0 3px 70px;dtのwidthの値を同じにする
	line-height: 170%;
	border-bottom: 1px dotted #dddddd;
	
}

#new_area dl dd a {
	text-decoration: underline;
	color: #222222;
	
}

#new_area dl dd a:hover {
	text-decoration: none;
	color: #666666;
	
}

.new_footer {
	background: url(../images/new_footer.gif) 0 0 no-repeat;
	width: 490px;
	height: 10px;
	margin-bottom: 15px;

}

#new_area .new_txt {
	text-align: left;
	font-size: 80%;
	padding: 8px 0 2px 5px;
	border-bottom: 1px dotted #dddddd;
	
}

#new_area .new_txt span {
	padding: 0 10px 0 0;
	
}

#new_area .new_txt a {
	text-decoration: underline;
	color: #f74f69;
	
}

#new_area .new_txt a:hover {
	text-decoration: none;
	color: #fa7178;
	
}

*/


/*右エリア
---------------------------------------------------*/
#right_box {
	float: right;
	padding: 0;

}

/*地域検索
---------------------------------------------------*/
.map_title {
	text-indent: -9999px;
	width: 340px;
	height: 69px;
	background: url(../images/maptitle.gif) 0 0 no-repeat;
	/*padding-bottom: 2px;*/
	padding-bottom: 7px;
}

.search_map {
	padding-bottom: 15px;


}


/*フッターバナーエリア
---------------------------------------------------*/
#ban_area {
	clear: both;
	padding: 15px 0px 0px 15px;
	background: url(../images/ban_area_bg.gif) 0 0 no-repeat;
	width: 935px;
	height: 145px;
	text-align: left;
}

ul.ban_list {


}

ul.ban_list li {
	float: left;
	padding: 0 10px 10px 0;

}

ul.ban_list li.last {
	float: left;
	padding: 0 0px 10px 0;

}

ul.ban_list a:hover {
	position: relative;
	top: 1px;
	left: 1px;


}













