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

.brandboxwrap{
	float: left;
	width: 750px;
}

.brandboxwrap div{
	width: 150px;
	height: 80px;
	float: left;
	vertical-align: middle;
}

.sidebarbox{
	width: 208px;
	border: 1px #CCCCCC solid;
	float: right;
	background-color: #EEEEEE;
	font-size: 10px;
	margin-bottom: 10px;
}

.sidebarbox .sbhead{
	background-color: #666666;
	height: 4px;
	width: 208px;
	float: right;
}

.sidebarbox .sbcontents{
	float: right;
	margin-right: 4px;
	width: 200px;
}
