@charset "utf-8";
/* CSS Document */

#work {
	height: 750px;
}
#work_title {
	border: 1px solid #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
	color: #333;
}.work_list_one {
	height: 250px;
	width: 224px;
	float: left;
	margin-right: 18px;
	margin-left: 18px;
}
.work_list_one a img {
	border: 7px solid #DDD;
	margin-bottom: 5px;
}
.work_list_one a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	height: 250px;
	text-align: center;
}
.work_list_one a:hover img {
	border: 7px solid #FFC;
	margin-bottom: 5px;
}
.work_list_one a:hover {
	color: #999;

}
