@charset "utf-8";
#ShowCenter {
	width: 800px;
	font-size: 15px;
	color: #000;
	line-height: 22px;
	letter-spacing: 1px;
	margin-right: auto;
	margin-left: auto;
}
#ShowCenter img{
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#PicShowLeft img{
	float: left;
	border: 3px solid #FFF;
	margin: 10px;
}
#PicShowLeft img:hover {
	border: 3px solid #F90;
}
#PicShowRight img{
	float: right;
	border: 3px solid #FFF;
	margin: 10px;
}
#PicShowRight img:hover {
	border: 3px solid #F90;
}
#ShowYouTube {
	float: left;
	margin: 10px;
	height: 200px;
	width: 300px;
}

.FileLinkTitle {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	margin-left: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 22px;
}

.FileLink {
	font-size: 15px;
	color: #333;
	text-decoration: none;
	margin-left: 80px;
	display: block;
	line-height: 26px;
	margin-top: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}
.FileLink:hover {
	color: #F90;
	text-decoration: underline;
}
#ShowCenter a{
	font-size: 15px;
	color: #333;
	text-decoration: none;
}
#ShowCenter a:hover{
	color: #006;
	text-decoration: underline;
}
