@charset "utf-8";
#ShowCenter {
	width: 630px;
	font-size: 15px;
	color: #313131;
	line-height: 26px;
	letter-spacing: 1px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
}
#ShowCenter img{
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	/* [disabled]display: block; */
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 630px;
}
#PicShowLeft img{
	float: left;
	border: 5px solid #FFF;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 3px;
	box-shadow: 3px 3px 5px #666666;
	-webkit-box-shadow: 3px 3px 5px #666666;
	-moz-box-shadow: 3px 3px 5px #666666;
}
#PicShowLeft img:hover {
	border: 5px solid #F90;
}
#PicShowRight img{
	float: right;
	border: 5px solid #FFF;
	margin-top: 7px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 20px;
	box-shadow: 3px 3px 5px #666666;
	-webkit-box-shadow: 3px 3px 5px #666666;
	-moz-box-shadow: 3px 3px 5px #666666;
}
#PicShowRight img:hover {
	border: 5px solid #F90;
}
#ShowYouTube {
	float: left;
	height: 200px;
	width: 300px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 3px;
}

.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;
}
br {
	display: inline;
	line-height: 40px;
}
