@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  style.css
	infomation :  コンテンツ
	
 ---------------------------------------------- */
 
 
#register_name{
	margin-left:6px;
	}
	
	#register_name li{
		float:left;
		width:90px;
		margin-right:8px;
		height:130px;
		text-align:center;
		}
		#register_name li p{padding-top:2px;}

#register_name a{
	display:block;
	width:90px;
	height:91px;
	}

.name_paul a{background:url(images/photoS_paul.jpg) no-repeat left top;}
.name_jack a{background:url(images/photoS_jack.jpg) no-repeat left top;}
.name_elene a{background:url(images/photoS_elene.jpg) no-repeat left top;}
.name_kinrei a{background:url(images/photoS_kinrei.jpg) no-repeat left top;}
.name_diana a{background:url(images/photoS_diana.jpg) no-repeat left top;}
.name_bob a{background:url(images/photoS_bob.jpg) no-repeat left top;}
.name_lukas a{background:url(images/photoS_lukas.jpg) no-repeat left top;}
.name_mary a{background:url(images/photoS_mary.jpg) no-repeat left top;}
.name_wang a{background:url(images/photoS_wang.jpg) no-repeat left top;}





#register_list li { width:280px; margin:0 auto 30px; }
/*.right { margin-right:105px; }*/
#register_list li a {
	margin-bottom:10px; }


.paul{width:220px; height:223px; display:block; margin-bottom:15px;
 background:url(images/photo_paul.jpg) no-repeat center top;}

.jack{width:220px; height:223px; display:block; margin-bottom:15px;
 background:url(images/photo_jack.jpg) no-repeat center top;}
 
.elene{width:220px; height:223px; display:block; margin-bottom:15px;
 background:url(images/photo_elene.jpg) no-repeat center top;}

.kinrei{width:220px; height:223px; display:block; margin-bottom:15px;
 background:url(images/photo_kinrei.jpg) no-repeat center top;}

.diana{width:220px; height:223px; display:block; margin-bottom:15px;
 background:url(images/photo_diana.jpg) no-repeat center top;}

.bob{width:220px; height:223px; display:block; margin-bottom:15px;
 background:url(images/photo_bob.jpg) no-repeat center top;}

.lukas{width:220px; height:223px; display:block; margin-bottom:15px;
 background:url(images/photo_lukas.jpg) no-repeat center top;}

.mary{width:220px; height:223px; display:block; margin-bottom:15px;
 background:url(images/photo_mary.jpg) no-repeat center top;}

.wang{width:220px; height:223px; display:block; margin-bottom:15px;
 background:url(images/photo_wang.jpg) no-repeat center top;}




