@charset "UTF-8";

/*----------------------------------------------color settings----------------------------------------------*/

#header .log {
	border-top: 1px solid #b9d005;
	background-image: -moz-linear-gradient(top,
																	#c5d868 0%,
																	#709f03 50%,
																	#709f03 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,
																 color-stop(0%,#c5d868),
																 color-stop(50%,#709f03),
																 color-stop(100%,#709f03));

}

#header #gnavi a {
	display: block;
	background-image: -moz-linear-gradient(top,
																	#c5d868 0%,
																	#709f03 50%,
																	#709f03 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,
																 color-stop(0%,#c5d868),
																 color-stop(50%,#709f03),
																 color-stop(100%,#709f03));
}

#header #gnavi {
	border-top: 1px solid #b9d005;
	border-bottom: 1px solid #b9d005;
}

#header #gnavi .goods {
	border-bottom: 1px solid #b9d005;
}

#footer .navi a {
	border: 1px solid #b9d005;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: -moz-linear-gradient(top,
																	#c5d868 0%,
																	#709f03 50%,
																	#709f03 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,
																 color-stop(0%,#c5d868),
																 color-stop(50%,#709f03),
																 color-stop(100%,#709f03));
}


#content .entry dt {
	background-color: #EAF0D3;
	color: #555;
}

#content .entry dd {
	color: #555;
	background-color: #F5F8EA;
}


#shopInfo h3 {
	padding: 7px;
	margin-bottom: 5px;
	background-color: #b5ce4a;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


/*-----------------------------------*/
/*---------table BG settings---------*/
/*---------------start---------------*/

.cart td {
	padding: 7px 5px;
	color: #555;
	background-color: #F5F8EA;
}

.cart .goods_name {
	background-color: #f5fbdc;
	border-right: 2px solid #fff
}

.cart th,
.cart th.goods_name {
	padding: 5px;
	background-color: #EAF0D3;
	color: #555;
}




/*----------------end----------------*/
/*---------table BG settings---------*/
/*-----------------------------------*/
