@charset "utf-8";
body {
}
.PucMain {
	width:970px;
	margin:auto;
	float:left;
}
.PucBanner {
	float:left;
	width:970px;
	height:200px;
	margin-top:5px;
	border-radius:5px;
	border:1px solid e4e4e4;
	background-image:url(../../images/message.png);
}
.PucSiteGuide {
	float:left;
	width:100%;
	height:30px;
	background-color:#F5F5F5;
}
.PucSiteGuide ul {
	margin-top:8px;
	list-style:none;
	font-size:13px;
	margin-left:10px;
	color:#555;
}
.PucSiteGuide ul li {
	float:left;
}
.PucSiteGuide ul li a {
	text-decoration:none;
	color:#555;
}
.PucSiteGuide ul li a:hover {
	text-decoration:underline;
}
.PucDetail {
	margin-top:10px;
	width:970px;
}
.PucDetail .Text {
	width:970px;
	float:left;
	margin-top:20px;
}
.PucDetail .leftDetail {
	float:left;
	width:180px;
}
.PucDetail .rightDetail {
	float:left;
	width:775px;
	margin-left:11px;
}
.PucDetail .rightDetail .text {
	float:left;
	width:770px;
	padding-left:5px;
	color:#333;
	font-size:13px;
	margin-top:6px;
}
.PucDetail .rightDetail .text p {
	text-align:left;
	text-indent:2em;
	line-height:30px;
}
.PucDetail .rightDetail .text table {
	border-collapse:collapse;
	width:700px;
	margin-left:2em;
}
.PucDetail .rightDetail .text table td {
	border:1px solid #CCC;
	height:50px;
}
.tableBold {
	font-weight:bold;
}
.red {
	color:#F00;
}