@charset "utf-8";
/* CSS Document */


/*　Navi　*/
.uniWidth ul{
	display:block;
	width: 800px;
	height:45px;
}
.uniWidth ul li{
	float: left;
}
.uniWidth ul li span{
	display: none;
}


/* SOFA */
.uniWidth ul li.nvSofa{
	display: inline;
	width: 178px;
	height:45px;
	margin-right: 8px;
	background: url(shared/bt_sofa_o.jpg) no-repeat left top;
}
.uniWidth ul li.nvSofa a{
	display:block;
	width: 178px;
	height:45px;
	background: url(shared/bt_sofa.jpg) no-repeat left top;
}
.uniWidth ul li.nvSofa a:hover{
	background: url(shared/bt_sofa_r.jpg);
}
/* TV BOARD */
.uniWidth ul li.nvTvboard{
	display: inline;
	width: 135px;
	height:45px;
	margin-right: 8px;
	background: url(shared/bt_tvboard_o.jpg) no-repeat left top;
}
.uniWidth ul li.nvTvboard a{
	display:block;
	width: 135px;
	height:45px;
	background: url(shared/bt_tvboard.jpg) no-repeat left top;
}
.uniWidth ul li.nvTvboard a:hover{
	background: url(shared/bt_tvboard_r.jpg);
}

/* GABBEH */
.uniWidth ul li.nvGabbeh{
	display: inline;
	width: 135px;
	height:45px;
	margin-right: 8px;
	background: url(shared/bt_gabbeh_o.jpg) no-repeat left top;
}
.uniWidth ul li.nvGabbeh a{
	display:block;
	width: 135px;
	height:45px;
	background: url(shared/bt_gabbeh.jpg) no-repeat left top;
}
.uniWidth ul li.nvGabbeh a:hover{
	background: url(shared/bt_gabbeh_r.jpg);
}

/* DINING */
.uniWidth ul li.nvDining{
	display: inline;
	width: 104px;
	height:45px;
	margin-right: 8px;
	background: url(shared/bt_dining_o.jpg) no-repeat left top;
}
.uniWidth ul li.nvDining a{
	display:block;
	width: 104px;
	height:45px;
	background: url(shared/bt_dining.jpg) no-repeat left top;
}
.uniWidth ul li.nvDining a:hover{
	background: url(shared/bt_dining_r.jpg);
}



/* BED */
.uniWidth ul li.nvBed{
	display: inline;
	width: 104px;
	height:45px;
	margin-right: 8px;
	background: url(shared/bt_bed_o.jpg) no-repeat left top;
}
.uniWidth ul li.nvBed a{
	display:block;
	width: 104px;
	height:45px;
	background: url(shared/bt_bed.jpg) no-repeat left top;
}
.uniWidth ul li.nvBed a:hover{
	background: url(shared/bt_bed_r.jpg);
}


/* KIMONO */
.uniWidth ul li.nvKimono{
	display: inline;
	width: 104px;
	height:45px;
	background: url(shared/bt_kimono_o.jpg) no-repeat left top;
}
.uniWidth ul li.nvKimono a{
	display:block;
	width: 104px;
	height:45px;
	background: url(shared/bt_kimono.jpg) no-repeat left top;
}
.uniWidth ul li.nvKimono a:hover{
	background: url(shared/bt_kimono_r.jpg);
}


