@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] local.css
	[ Last UpDate ] 24 Nov 2011
	[ Version     ] 2.0 
--------------------------------------------------------------
	[ Author       ] fromfirst Inc.
	
	[ Cord Making  ] Kiyoo Ishida 
--------------------------------------------------------------
*/



.clear
	{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}

#gallery, #gallery ul{
	display: block;
	margin:0 auto;
	padding:0;
	width:502px;
	}

#gallery li{
	margin:4px 4px;
	padding:5px;
	float:left;
	list-style:none;
	cursor:pointer;
	height:100px;
	width: 144px;
	overflow: hidden;
}

#gallery img{
	width: 144px;
}


#gallery img{
	border:2px white solid;
}
