@charset "utf-8";
/* CSS Document */

#wrap {
	text-align:left;
	padding:0px;
	height:auto;
	width:525px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#limg {
	height:1%;
	width:525px;
	padding:0px;
	text-align:center;
	margin:0px;
}
#limg img {
	padding:5px;
	margin:0px auto;
	border:1px solid #c8e8e2;
	background-color:#fff;
}
#cont {
	padding:0px;
	height:1%;
	width:525px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#ulthumb {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#ulthumb li {
	float:left;
	margin:3px 3px 0px 0px;
	width:72px;
	height:72px;
	display:block;
}
#ulthumb img {
	cursor:pointer;
	padding:2px;
	border:solid 1px #c8e8e2;
	background-color:#fff;
}

