div.wrapper_body {
	background: url('../images/content_background.jpg') repeat-y;
	width: 648px;
	margin: 0 auto;
	text-align: center;
	overflow: auto
}
div.wrapper_body_inpad {
	width: 40px;
	position: relative;
	float: left;
}
div.wrapper_body_box {	
	width: 244px;
	text-align: left;
	position: relative;
	float: left;
	margin: 3px 0 0 0;
}
div.title01 {
	background: url('../images/txt_coffee.jpg') no-repeat;
	width: 169px;
	height: 21px;
	margin: 0;	
	}

div.element1 {
	width: 234px;
	background: #EBDEC5;
	padding: 5px;
	position: relative;
	float: left;
	/*height:100%;*/
}
div.element2 {
	width: 234px;
	padding: 5px;
	position: relative;
	float: left;
}
div.name {
	width: 150px;
	text-align: left;
	position: relative;
	float: left;
}
div.price {
	width: 79px;
	text-align: right;
	padding-left:5px;
	position: relative;
	float: left;
}
div.namenoprice {
	width: 234px;
	text-align: left;
	position: relative;
	float: left;
}
div.description {
	width: 149px;
	text-align: justify;
	padding-left:5px;
	position: relative;
	float: left;
}
div.coffee_image_item{
	width: 75px;
	height:50px;
	position: relative;
	float:right;
	padding-left:5px;
}
div.descriptionnoimage{
	width: 229px;
	text-align: justify;
	position: relative;
	float: left;
	padding-left:5px;
}
p.coffee_image{
	width: 110px;
	height: 85px;
	margin: 10px 0 10px 0;
	position: relative;
	float: left;
}
h2.coffee_title{
	margin: 10px 0 10px 0;
	position: relative;
	float: left;
}
