.pub_logoplace{
	float: left;
	width: 302px;
}
#pub_header{
	background: url('../img/public/header.png') repeat-x;
	height: 44px;
}
.pub_menu{
	float: left;
	background: url('../img/public/header.png') repeat-x;
	height: 27px;
	padding-top: 17px;
	font-weight: bold;
}
.pub_menu a{
	float: left;
	background: url('../img/public/bullet.png') left center no-repeat;
	margin-left: 20px;
	padding-left: 10px;
	color: #636;
}
.pub_menu a:hover{
	float: left;
	background: url('../img/public/bullet_a.png') left center no-repeat;
	margin-left: 20px;
	padding-left: 10px;
	color: #81417D;
}
.pub_menu_a{
	float: left;
	background: url('../img/public/bullet_a.png') left center no-repeat;
	margin-left: 20px;
	padding-left: 10px;
	color: #81417D;
}

#pub_content{
	margin-bottom: 30px;
}

.pub_left{
	float: left;
	background: url('../img/public/left.png') no-repeat;
	width: 99px;
	height: 85px;
	margin-top: 60px;
	font-weight: bold;
	padding: 235px 0 0 10px;
}
.pub_left a{
	background: url('../img/public/bullet.png') right center no-repeat;
	padding-right: 10px;
/* 	color: #636; */
}
.pub_left a:hover{
	background: url('../img/public/bullet_a.png') right center no-repeat;
	padding-right: 10px;
/* 	color: #636; */
}
.pub_butterfly{
	float: left;
	width: 193px;
	text-align: right;
	font-size: 1px;
}

.pub_center{
	float: left;
	/*margin-top: 76px;*/
	margin-top: 3px;
	background: url('../img/public/center_bg.png') repeat-x;
	background-position: bottom left;
	width: 500px;
	/*height: 255px;*/
	height: 348px;
	padding-bottom: 40px;
}
.pub_cent_left{
	float: left;
	width: 120px;
	height: 250px;
	overflow: auto;
	text-align: right;
	padding-right: 3px;
	font-weight: bold;
	color: #636;
	border-right: 1px solid #636;
	line-height: 110%;
	padding-top: 15px;
}
.pub_cent_left a{
	background: url('../img/public/bullet.png') right 4px no-repeat;
	padding-right: 10px;
	margin-bottom: 20px;
	display: block;
}
.pub_cent_left a:hover{
	background: url('../img/public/bullet_a.png') right 4px no-repeat;
	padding-right: 10px;
	margin-bottom: 20px;
	display: block;
}

.pub_cent_text{
	float: left;
	width: 346px;
	height: 250px;
	overflow: auto;
	padding-left: 15px;
	padding-top: 12px;
	line-height: 160%;
	color: #444;
}
.pub_more{
	background-image: url('../img/public/more.png');
	background-repeat: no-repeat;
	display: block;
	width: 15px;
	height: 15px;
/* 	margin-top: 15px; */
}
.pub_more:hover{
	background: url('../img/public/more_a.png');
	background-repeat: no-repeat;
	display: block;
	width: 15px;
	height: 15px;
}

.pub_cent_right{
	float: left;
	width: 79px;
	margin-top: 76px;
}

.pub_gallery{
	width: 570px;
	margin-left: 250px;
	background: url('../img/public/gallery_bg.png');
}
.pub_gallery_top{
	float: left;
	width: 540px;
}
.pub_gallery_in{
	width: 512px;
	padding: 0 20px;
	height: 78px;
/* 	float: left; */
	overflow-y: auto;
	clear: both;
}
.pub_gallery_in img{
	float: left;
	margin-right: 17px;
	margin-bottom: 17px;
	cursor: pointer;
}
