@charset "utf-8";

body {
	background-color:#999;

}

#item img {
	border:0;
}

#leftnavi {
	width:130px;
	float:left;
	background-color:#FFF;
}


#item {
	width:650px;
	float:left;
}
#wrapper {
	width:800px;
	margin: 0 auto;
	border:solid 1px #CCC;
	background-color:#FFF;

}

/* clearfix hack */
#wrapper:after {
	content: ".";
	display:block;
	height: 0;
	clear: both;
	visibility:hidden;
	
}

/* end clearfix hack */