@charset "UTF-8";
/* CSS Document */

.homebox{
	width:220px;
	float:left;
}

.homebox .head{
	background:url(../images/homebox_top.png) no-repeat;
	height:6px;
	width:220px;
	font-size:0px;
	
}

.homebox .body{
	background:url(../images/homebox_bot.png) no-repeat bottom;
	height:93px;
	width:220px;
	
}

.homebox .body .content{
	padding:6px 12px;
}


.homebox .body .content .leftimage{
	width:82px;
	float:left;
}

.homebox .body .content .leftcopy{
	width:80px;
	float:left;
	margin-left:10px;
}

.homebox .body .content a{
	color:#333333;
}

