@charset "utf-8";
.SelectMenu {
	width: 212px;
	float: right;
}
#content h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
.Project {
	margin-top: 30px;
}
.Project p {
	margin: 0;
	margin-bottom: 10px;
}
.Project .Image-area {
	float: left;
	width: 268px;
}
.Project .Text-area {
	float: right;
	width: 425px;
}
.Project .Text-area h2 {
	font-size: 16px;
	margin-bottom: 25px;
}
.Project .Text-area ul {
	list-style-type: none;
	float: left;
	margin-bottom: 25px;
	line-height: 18px;
}
.Project .Text-area .Titles {
	font-weight: bold;
	margin-right: 10px;
}
.Project .Image-area .large-img {
	height: 173px;
	width: 260px;
	border: 2px solid #cfcfcf;
	margin-top: 4px;
}
.Project .Image-area .small-img {
	height: 72px;
	width: 72px;
}
.Project .Image-area a {
	display: block;
	height: 68px;
	width: 68px;
	border: 2px solid #cfcfcf;
	margin-top: 12px;
	float: left;
	margin-right: 24px;
}
.Project .Image-area a:hover {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.Project   .Image-area   .img-end  {
	margin-right: 0px;
}
.Project .Image-area .large-img:hover {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
ul#pagination {
	text-align: right;
}
ul#pagination li {
	list-style: none;
	display:inline;
	margin: 0;
	padding: 0;
}
ul#pagination a {
	color:#000;
}
