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


body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#base{
	width: 950px;
	height: auto;
	margin: 0 auto;
	}
#h1{
	width: 130px;
	height: 40px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 20px;
}
.cont{
	width: 950px;
	height: 390px;
}
.cont ul{
	padding: 0;
	margin-top: 0px;

}
.cont ul li{
	width: 290px;
	height: 370px;
	margin: 20px 0 0 20px;
	list-style-type: none;
	float: left;
}
