@charset "utf-8";
/* CSS Document */
.member{
	width:559px;
	margin:10px auto;
	background-image: url(../images/memberbg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:20px 0 0 0;
}
.member .foot{
	background-image: url(../images/memberbg_foot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
}
.member table {
	border-collapse:collapse;
	border:2px solid #fff;
	width:520px;
	margin:0 auto;
	color: #333333;
	clear:both;
}
.member table th{
	border:2px solid #fff;
	padding: 8px 10px 5px 5px;
	background-color: #D9D9D9;
	}
.member table td{
	background-color: #EBEBEB;
	border:2px solid #fff;
	padding: 8px 10px 5px 5px;
	}
/*---------------------------------------movie-*/
.movie {
	margin:15px auto 20px;
	width: auto;
	padding:1px;
	text-align:center;
}
.movie .image {
	clear:both;
	
}
.movie .image img {	
}
.movie p {
	margin:10px auto;
	width:500px;
	text-align:left;
	
}