@charset "shift_jis";
/*
トップページ用CSS -------------------------- */
#top div#navi {
margin-bottom:120px;
}
#contents h1 {
	cleat:both;
	margin-bottom:80px;
	padding-left:20px;
}


/* トップページ用 各店舗ボタン */

#btn_area	{
	width: 920px;
	margin: 20px 10px 40px;
	padding: 0px;
	overflow:hidden;
}
#btn_area h2{
	width:260px;
	float:left;
}
#btn_area h2 a {
	display:block;	
}
#btn_area h2.shop01 a {
	width:260px;
	height:90px;
	background:url("../../images/btn_ginza_off.png") no-repeat;	
	text-indent:-9999px;
	position:relative;
	left:20px;
	}
#btn_area h2.shop01 a:hover {
	width:260px;
	height:90px;
	background:url("../../images/btn_ginza_on.png") no-repeat;	
}

#btn_area h2.shop02 a {
	width:260px;
	height:90px;
	background:url("../../images/btn_shirokane_off.png") no-repeat;	
	text-indent:-9999px;
	position:relative;
	left:60px;
}
#btn_area h2.shop02 a:hover {
	width:260px;
	height:90px;
	background:url("../../images/btn_shirokane_on.png") no-repeat;	
}

#btn_area h2.shop03 a {
	width:260px;
	height:90px;
	background:url("../../images/btn_lapit_off.png") no-repeat;	
	text-indent:-9999px;
	position:relative;
	left:100px;
}
#btn_area h2.shop03 a:hover {
	width:260px;
	height:90px;
	background:url("../../images/btn_lapit_on.png") no-repeat;	
}
