.WebsiteArea,
.GraphicArea {
	position: relative;
	width: 100%;
	margin: 0px 0px 40px 0px;
	display: block;
	overflow: hidden;
}
.WebsiteArea p,
.GraphicArea p {
	width: 960px;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
	line-height: 200%;
}

.WebsiteArea table,
.GraphicArea table {
	width: 960px;
	margin: 20px 0px 0px 0px;
}
.WebsiteArea td,
.GraphicArea td {
	width: 320px;
	vertical-align: top;
}
.WebsiteArea td strong,
.GraphicArea td strong {
	width: 300px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 150%;
	display: block;
	margin: 10px auto 0px;
}
.OperationArea {
	width: 300px;
	margin: 10px auto 20px;
}
.OperationArea span {
	background-color: #888888;
	color: #FFFFFF;
	font-size: 10px;
	padding: 4px 10px;
	margin: 0px 5px 0px 0px;
}
.WorksImgArea {
	position: relative;
	width: 300px;
	height: 200px;
	border: solid 1px #808080;
	display: block;
	margin: 0px auto;
	overflow: hidden;
}

#WorksImg {
	width: 300px;
	height: 200px;
	display: block;
	margin: 0px auto;
}
.WorksImgArea figure {
	width: 300px;
	height: 200px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin: 0px;
	display: table;
	cursor: pointer;
}
.WorksImgArea figure:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	-webkit-transition: .4s;
	transition: .4s;
	opacity: 0;
	text-align: center;
	padding: 92px 0px 0px 0px;
}
figcaption a {
	color: #FFFFFF;
	font-size: 12px;
	height: 18px;
	text-decoration: none;
	display: inline-block;
	opacity: .6;
}
figcaption a:hover {
	text-decoration: underline;
	opacity: 1;
}
figure:hover figcaption {
	opacity: 1;
}
#ExLink {
	background-image: url("../design/exlink_icn.png");
	background-repeat: no-repeat;
	background-size: 15px 20px;
	padding: 2px 0px 0px 22px;
	opacity: .6;
}
#ExLink:hover {
	opacity: 1;
}

#ZoomIcn {
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: -12px 0px 0px 0px;
	padding: 0px;
	background-image: url("../design/zoom_icn.png");
	background-size: 35px 35px;
	opacity: .5;
}
#ZoomIcn:hover {
	opacity: 1;
}