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

.sampleHeader {
 height:50px;
 clear:both;
 margin-left:10px;
}

.samplePage {
 	width:860px;
	margin-left:40px;
	clear:both;
}
.sampleBox {
	width:202px;
	height:224px;
	float:left;
	margin-left:12px;
	margin-top:24px;
	text-align:justify;
	background-color:#FFFFFF;
	color:#000000;
	background-image:url(../images/sampleBG.png);
	display:inline;
}

.sampleBox img {
 margin-left:6px;
 margin-top:6px;
 width:180px;
 height:180px;
}

.sampleBox p {
	margin-left:6px;
	margin-top:4px;
}

.sampleNum {
float:right;
margin-right:16px;
}
.sampleName {
}

.sampleAreaSpacer {
width:700px;
height:60px;
clear:both;
}

.spacerBottom {
 clear:both;
 height:40px;
}
