#body {
	text-align: center;

}
#body p {
	margin: 5px 0;
}
#body #bana_zone {
	width: 400px;
	margin: 0 auto;
}
#body ul {
	margin: 0;
	padding: 0;
}
#body li {
	width: 400px;
	height: 100px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
#body li a {
	display: block;
	width: 400px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#body li a span {
	display: none;
}
#body li#rise {
	background: url(../img/photo_rise_of.jpg) no-repeat;
}
#body li#rise a:hover {
	background: url(../img/photo_rise_on.jpg) no-repeat;
}
#body li#hotsquall {
	background: url(../img/photo_hotsquall_of.jpg) no-repeat;
}
#body li#hotsquall a:hover {
	background: url(../img/photo_hotsquall_on.jpg) no-repeat;
}
	
