
@charset "UTF-8";


/* ダイエー仙台店設定
************************************** */
#daiei {
	float: left;
	width: 760px;
	height: 184px;
	background-color: #E8E8E8;
}

#daiei_image {
	float: left;
	width: 183px;
	height: 120px;
}

#daiei_image img{
	float: right;
	position: relative;
	top: 10px;
}

#daiei_banner {
	float: left;
	width: 760px;
	height: 184px;
}

#daiei_banner img{
	float: left;
	position: relative;	
}

/* 検索設定
************************************** */
#middle {
	float: left;
	width: 760px;
	height: 220px;
}

#shops {
	float: left;
	width: 183px;
	height: 220px;
	background-image: url(../images/home/top_26.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: left;
}

#shops h2 {
	float: left;
	width: 183px;
	height: 73px;
	text-indent: -9999px;
	overflow: hidden;
}

.shops_one {
	float: left;
	text-align: left;
	width: 91px;
	height: 147px;
}

.shops_one a{
	text-align: left;
	font-size: 11px;
	color: #2050A4;
	line-height: 180%;
	text-decoration: underline;
	position: relative;
	left: 6px;
}
.shops_one a:hover{
	color: #696969;
	text-decoration: none;
}

#rent {
	float: left;
	width: 288px;
	height: 220px;
	background-image: url(../images/basic/top_27.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#rent_banner01 {
	float: left;
	width: 268px;
	height: 67px;
	position: relative;
	top: 80px;
	left: 10px;
}
#rent_banner01 a {
	float: left;
	width: 268px;
	height: 67px;
	background-image: url(../images/basic/rent1_18.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#rent_banner02 {
	float: left;
	width: 268px;
	height: 67px;
	position: relative;
	top: 80px;
	left: 10px;
}
#rent_banner02 a {
	float: left;
	width: 268px;
	height: 67px;
	background-image: url(../images/basic/rent2_21.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#rent_banner01 a:hover,
#rent_banner02 a:hover {
	background-position: 0px -67px;
}


#buy {
	float: left;
	width: 289px;
	height: 220px;
	background-image: url(../images/basic/top_28.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#buy_banner {
	float: left;
	width: 268px;
	height: 95px;
	position: relative;
	top: 98px;
	left: 10px;
}
#buy_banner a {
	float: left;
	width: 268px;
	height: 95px;
	background-image: url(../images/basic/buy_18.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#buy_banner a:hover {
	background-position: 0px -95px;
}

