@charset "Shift_JIS";

/* ------------------------------------------------------------------------
花うりば
------------------------------------------------------------------------ */
#shop01
{
	width : 590px ;
	height : auto ;

	text-align: left;	
}
#shop01 img
{
	width : 190px ;
	height : 180px ;

	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 0px;

	float : left ;
}
#shop01 p
{
	width : 590px ;
	height : auto ;

	margin-top:0px;
	margin-bottom:10px;

}


/* ------------------------------------------------------------------------
商品のご紹介
------------------------------------------------------------------------ */
#goods01
{
	width : 588px ;
	height : auto ;

	background-color: #FFFEEB;
	border : 1px solid #cccccc;

	overflow:hidden;
}

#goods01Title
{
	height : auto ;

	padding: 6px 0px 5px 8px;

	margin-bottom:5px;

	background-image : url(../guide/flowershop/images/frm01.jpg) ;
	background-repeat : repeat-y ;
	background-position : top left;

	color:#2C3F0E;

}

#goods01Body
{
	width : 582px ;
	height : auto ;

	margin-left: 6px;

	overflow: hidden;
}

#goods01Block
{
	width : 283px ;
	height : auto ;

	background-color: #F4F6F0;
	border : 1px solid #cccccc;

margin-right:6px;

/*	margin-left:auto;
	margin-right:auto;
*/
	margin-bottom:5px;
	
	float:left;

	overflow: hidden;
}
#goods01BlockTitle
{
	height : auto ;

	padding: 6px 0px 5px 16px;

	background-image : url(../guide/flowershop/images/frm02.gif) ;
	background-repeat : repeat-y ;
	background-position : top left;

	color:#2C3F0E;

}
#goods01Block img
{
	width : 120px ;
	height : 160px ;

	margin-right:15px;
	
	display:block;

	float:left;

}

#goods01Block p
{
	width : 138px ;

	margin-top:10px;

	float:left;

}


#goods02Body
{
	width : 582px ;
	height : auto ;

	margin-top:10px;
	margin-left: 7px;

	overflow: hidden;
}
#goods02Block
{
	width : 283px ;
	height : auto ;

	background-color: #F4F6F0;
	border : 1px solid #cccccc;

	margin-top:5px;

	margin-right:6px;

	float:left;

	overflow: hidden;
}
#goods02BlockTitle
{
	height : auto ;

	padding: 6px 0px 5px 10px;

	background-color: #EAEEE2;

	color:#2C3F0E;

}

#goods02Block img
{
	width : 120px ;
	height : 160px ;

	margin-right:15px;
	
	display:block;

	float:left;

}

#goods02Block p
{
	width : 138px ;

	margin-top:10px;

	float:left;

}

