#csjpn {
	position: relative;
	margin-bottom: 10px;
}

#csjpn .csjpns {
	display: block;
	background: url(./images/bg.gif) top right no-repeat;
	height: 300px;
}

#csjpn li {
	float: left;
}

#csjpn .csjpn {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 250px;
	width: 220px;
	padding: 10px;
	background: #fff;
	border-right: 4px solid Teal; 
}

#csjpn .csjpn span {
	display: none;
}

#csjpn .download {
	background: #9ce782 url(./images/dl.jpg);
	width: 220px;
}

#csjpn .amateur {
	/* margin-left:10px; */
	background: #92bdfa url(./images/self.jpg);
	width: 220px;
}

#csjpn .pro {
	background: #faa892 url(./images/pro.jpg);
	width: 220px;
}

#csjpn .equipment {
	background: #e78282 url(./images/equipment.jpg);
	width: 220px;
	/* border-right: 0; */
}

.f-clear{
	clear : both;
}
