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

<style type="text/css">

.wrapper {
	font-size: 11px;
	color: #333;
	width: 500px;
	background-color: #003;
}
.gazo {
	width: 500px;
	background-color: #FFF;
}
.member {
	width: 500px;
	background-image: url(images/menber.jpg);
	background-repeat: no-repeat;
	height: 332px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.member02 {
	font-size: 11px;
	color: #333;
	width: 500px;
	background-color: #FFF;
}
</style>
