/*=========ナビ背景画像==========*/
#gNav ul #home {
	background: url(../../img/nav_btn.png) no-repeat 0px 0px;
}

#gNav ul #item {
	background: url(../../img/nav_btn.png) no-repeat -190px -35px;
}

#gNav ul #buy {
	background: url(../../img/nav_btn.png) no-repeat -380px 0px;
}

#gNav ul #shop {
	background: url(../../img/nav_btn.png) no-repeat -570px 0px;
}

/*=========ナビロールオーバー背景画像==========*/
#gNav ul #home a:hover {
	background: url(../../img/nav_btn.png) no-repeat 0px -35px;
}

#gNav ul #buy a:hover {
	background: url(../../img/nav_btn.png) no-repeat -380px -35px;
}

#gNav ul #shop a:hover {
	background: url(../../img/nav_btn.png) no-repeat -570px -35px;
}

/*=========見出し背景画像==========*/

#furniture {
	background: url(../img/furniture.gif) no-repeat left top;
}

#general {
	background: url(../img/general.gif) no-repeat left top;
}

#electric {
	background: url(../img/electric.gif) no-repeat left top;
}

/*=========コンテンツ==========*/
.text li {
	background: url(../../img/marker.png) no-repeat left center;
	padding-left: 11px;
	padding-top: 1px;
}

.floatR li {
	height: 90px;
	width: 90px;
	display: inline;
	float: left;
}

.text.border span {
	padding-left: 1em;
}

.cart_btn {
	background: url(../img/cart_btn.gif) no-repeat left top;
	height: 0px;
	width: 310px;
	padding-top: 30px;
	overflow: hidden;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.cart_btn:hover {
	background: url(../img/cart_btn.gif) no-repeat left bottom;
}

.cart_btn:active {
	position: relative;
	top: 0px;
}

#carriage_info {
	background: url(../img/carriage_info.gif) no-repeat left top;
}

/*========配送料金表==========*/
#main table {
	width: 700px;
	margin-bottom: 20px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#main table tr {
	background: url(../img/table_off.gif) repeat-x left top;
}

#main table tr th {
	background: #F7D9B8;
	padding: 5px 0;
}

#main table tr td {
	height: 30px;
}

#main table tr th, #main table tr td {
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#main table tr td:hover {
	background: url(../img/table_on.gif) repeat-x left top;
	color: #F27069;
}

#main table .hover {	/* jsで付与されるクラス */
	background-image: none;
	background-color: #F7D9B8;
}
