/* CSS Document */
/*----------------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------------*/
/*お店からのお知らせ------------------------------------*/
#information {
	width: 350px;
	height: 300px;
	margin: 0;
	padding: 0;
	float: right;
}
/*ピックアップアイテム------------------------------------*/
#picup_item {
	width: 270px;
	height: 260px;
	/* \*/
	height: 260px;
	_height: 300px;
	/* */
	margin: 0;
	padding: 40px 0 0 0;
	/* \*/
	padding: 40px 0 0 0;
	_padding: 55px 0 0 0;
	/* */
	background-repeat: no-repeat;
	background-image: url(../img/index/bg_picup.jpg);
}
#picup {
	width: 250px;
	height: 100px;
	margin: 10px 10px 0;
	padding: 10px 0 0 0;
}
.picup_right {
	margin: 0;
	padding: 0 10px 0 0;
	line-height: 175%;
}
.picup_imgL01 {
	margin: 0 10px 0;	
	padding: 0;	
	float: left;
	text-align: center;
	font-size: 80%;
	line-height: 165%;
}
/*定番アイテム------------------------------------*/
#standard_item {
	width: 630px;
	height: 270px;
	margin: 20px 0;
	padding: 0;
	clear: both;
}
#s_item_navi {
	width: 630px;
	height: 220px;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}
#s_item li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}
#s_item {
	margin: 0;
	padding: 0 15px;
}
#s_item .flower {
	display: block;
	width: 150px;
	height: 220px;
}
#s_item .flower a {
	display: block;
	width: 150px;
	height: 220px;
	text-indent: -9999px;
	background: 0 0 no-repeat;
	text-decoration: none;
}
#s_item .green {
	display: block;
	width: 150px;
	height: 220px;
}
#s_item .green a {
	display: block;
	width: 150px;
	height: 220px;
	text-indent: -9999px;
	background: 0 0 no-repeat;
	text-decoration: none;
}
#s_item .garden {
	display: block;
	width: 150px;
	height: 220px;
}
#s_item .garden a {
	display: block;
	width: 150px;
	height: 220px;
	text-indent: -9999px;
	background: 0 0 no-repeat;
	text-decoration: none;
}
#s_item .zakka {
	display: block;
	width: 150px;
	height: 220px;
}
#s_item .zakka a {
	display: block;
	width: 150px;
	height: 220px;
	text-indent: -9999px;
	background: 0 0 no-repeat;
	text-decoration: none;
}
/*定番アイテムボタンアクション------------------------------------*/
#s_item .flower {
	background-image: url(../img/index/flower.jpg);
}
#s_item .flower a,
#s_item .flower a:link,
#s_item .flower a:visited {
	background-image: url(../img/index/flower.jpg);
}
#s_item .flower a:focus,
#s_item .flower a:hover,
#s_item .flower a:active {
	background-image: url(../img/index/flower_over.jpg);
}
#s_item .green {
	background-image: url(../img/index/green.jpg);
}
#s_item .green a,
#s_item .green a:link,
#s_item .green a:visited {
	background-image: url(../img/index/green.jpg);
}
#s_item .green a:focus,
#s_item .green a:hover,
#s_item .green a:active {
	background-image: url(../img/index/green_over.jpg);
}
#s_item .garden {
	background-image: url(../img/index/garden.jpg);
}
#s_item .garden a,
#s_item .garden a:link,
#s_item .garden a:visited {
	background-image: url(../img/index/garden.jpg);
}
#s_item .garden a:focus,
#s_item .garden a:hover,
#s_item .garden a:active {
	background-image: url(../img/index/garden_over.jpg);
}
#s_item .zakka {
	background-image: url(../img/index/zakka.jpg);
}
#s_item .zakka a,
#s_item .zakka a:link,
#s_item .zakka a:visited {
	background-image: url(../img/index/zakka.jpg);
}
#s_item .zakka a:focus,
#s_item .zakka a:hover,
#s_item .zakka a:active {
	background-image: url(../img/index/zakka_over.jpg);
}


