@charset "UTF-8";

.boxgrid{ 
	width: 159px; 
	height: 24px; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p.cafe{ 
	background-image: url(../../images/cafe_btn_ov.png);
	width:159px;
	height:24px;
}
.boxgrid p.blog{ 
	background-image: url(../../images/blog_btn_ov.png);
	width:159px;
	height:24px;
}

