@charset "utf-8";
/* CSS Document */

div.main
{
	text-align:center;
}
div.content
{
	width:1001px;
	margin:138px auto 0px auto;
}
div.category
{
	width:280px;
	height:280px;
	border:1px solid #DDD;
	float:left;
	margin:0px auto 136px 136px;
}
div.category:hover
{
	background:#F2F2F2;
}
div.category img
{
	width:280px;
	height:280px;
}