@charset "utf-8";
/* CSS Document */

article #title h1{
	background:url(../tuxedo/img/title.jpg) center;
}

article #main ul{
	width:940px;
	list-style-type:none;
}

article #main ul li{
	margin:0 20px 20px 0;
	padding:5px;
	background:#FFF;
	float:left;
	box-shadow: 0 2px 3px -1px #999;
}

article #main ul .dis{
	margin:0 20px 20px 0;
	padding:5px;
	background:#372D20;
	float:left;
	box-shadow: 0 2px 3px -1px #999;
}

article #main ul li img{
	vertical-align:bottom;
}

article #main ul li:nth-child(6n){
	margin-right:0;
}

article #main:after{
	content:"";
	display:block;
	clear:both;
}