@charset "utf-8";
#thb {
	text-align: center;
	height: 135px;
	padding: 0px;
	width: 148px;
	float: left;
}
#tit {
	width: 100%;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#thb:hover  {
	background-image: url(images/work/work_hover.png);
	background-repeat: no-repeat;
	background-position: center center;

}
#thb:hover #tit a {
	color: #FFFFFF;
}
#thb:hover #tit {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#tit a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 60%;
}
