@charset "utf-8";
/* CSS Document */
html, body{
	margin:0;
	padding:0;
}
#thumbwrapper{
	margin:0px 0px 5px 0px;
	padding:0px 10px;
	width:180px;
	height:165px;
	float:left;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	position:relative;
}
#pgwrapper{
	margin:0;
	padding:0;
	width:1000px;
	height:16px;
	position:relative;
}
#thumbimg{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:180px;
	height:120px;
	position:relative;
}
#thumbimg a{
	margin:0px 0px 6px 0px;
	padding:0px;
	width:180px;
	height:120px;
	border: 5px solid transparent;	
	display:block;
	
}
#thumbimg a:hover{
	margin:0px 0px 6px 0px;
	padding:0px;
	width:180px;
	height:120px;
	border: 5px solid #dddddd;	
	display:block;
}
.thumbttl{
	font-size: 13px;
	color: #131313;
	text-decoration: none;
	font-weight: bold;
}
.thumbtxt{
	font-size: 12px;
	color: #828282;
	text-decoration: none;	
}

