@charset "utf-8";
/* CSS Document */

#PB {
	width:100%;
	height:auto;
	background:#FFF;
	font-family:Arial, sans-serif;
	color:#000;
}
#Main {
	width:1000px;
	height:auto;
	margin:20px auto;
	padding:30px 0px;
	background:#FFF;
	border:1px solid #666;
}
#Main-Con {
	width:800px;
	margin:0px auto;
	padding:20px 0px;
}
#Main-Con h1 {
	font-size:24px;
	text-align:center;
	margin:20px auto;
	border:0px;
}
#Main-Con .htit {
	height:30px;
	line-height:30px;
	margin-top:20px;
	background:#333;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	float:left;
	margin-left:20px;
	padding:0px 10px;
}
#Main-Con .prinBtn {
	width:100px;
	height:30px;
	line-height:30px;
	margin-top:20px;
	display:block;
	color:#FFF;
	float:right;
	background:url(../images/web/printBtn.png) no-repeat;
}
#Main-Con strong {
	font-weight:normal;
}
#Main-Con table {
	width:100%;
	height:auto;
}
#Main-Con table, #Main-Con table th, #Main-Con table td {
	border:0px;
	border-collapse:collapse;
	border-spacing:0px;
}
#Main-Con table th, #Main-Con table td {
	padding:8px 5px;
	line-height:20px;
	font-size:15px;
}
#Main-Con table th {
	background:#FFF;
}
#Main-Con table td a {
	color:#000;
	text-decoration:none;
}
#Main-Con table td a:hover {
	color:#000;
	text-decoration:underline;
}

#ImgDiv {
	width:300px;
	height:250px;
	border:2px solid #000;
	text-align:center;
	margin:auto;
	float:right;
}
#ImgDiv img {
	width:220px;
}

#Desc {
	margin:30px auto;
	margin-top:100px;
	text-align:center;
}
#Desc p{
	margin:0px auto;
	padding:0px;
	font-size:15px;
	font-weight:bold;
	line-height:24px;
	color:#000;
}
#Desc .cname {
	color:#004080;
	font-size:16px;
}

#Ftr {
	margin:0px auto;
	padding:30px 0px;
	text-align:center;
}
#Ftr p {
	font-size:13px;
	color:#000;
}


