@charset "utf-8";
/* CSS Document */

div.design {
	float:left;
	width:400px;
	margin-top:10px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:15px;
	font-weight:bold;
	text-align:center;
	}

* html div.design {
	margin-left:10px;
	margin-right:20px;
	}

div.design img {
	border:1px solid #CCC;
	padding:5px;
	margin-bottom:15px;
	}