#main_img {
	width:960px;
	clear:both;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#main_img img {
	border-radius:10px;
}

#main_img h2 {
	position: absolute;
	left: 49px;
	top: 181px;
	z-index: 10000;
	color: #fff;
	font-size: 2.0em;
	line-height: 1.3em;
	font-weight: bold;
	text-shadow: 2px 2px 8px #000;
}

#left {
	width:240px;
	float:left;
}

#left_box {
	width:238px;
	border:1px solid #7FA039;
	border-radius:10px;
	display:block;
}

#left_box h2 {
	display:inline-block;
	padding:10px;
	font-size:1.2em;
	color:#fff;
	background-color:#7FA039;
	width:218px;
	border-radius:8px 8px 0px 0px;
}

#left_box p {text-align:center; padding-top:10px;color: #EF7AA7;}

#main {
	width:700px;
	float:right;
}

#news_title a {
	background-image:url(../images/top/title1.jpg);
	width:700px;
	height:50px;
	text-indent:-9999px;
	display:block;
}

#news {
	width:680px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	height:300px;
	overflow:auto;
}

#news dt {
	width:120px;
	float:left;
	clear:both;
	padding:10px;
	border-top:1px dashed #ccc;
}

#news dd {
	width:500px;
	float:left;
	padding:10px;
	border-top:1px dashed #ccc;
}

#address {
	width:960px;
	height:140px;
	clear:both;
	padding-top:20px;
}

#address p a {
	background-image:url(../images/address.jpg);
	width:960px;
	height:140px;
	display:block;
	text-indent:-9999px;
} 


#container .bx-wrapper {position: relative !important;}
 
#container .bx-prev {
	background-image:url(../images/pre.jpg) !important;
	position: absolute !important;
	top: 16px !important;
	left: -20px !important;
	width: 10px !important;
	height: 70px !important;
	display:block;
	background-repeat:no-repeat;
	background-position:top;
}
#container .bx-next {
	background-image:url(../images/next.jpg) !important;
	position: absolute !important;
	top: 16px !important;
	right: -10px !important;
	width: 10px !important;
	height: 70px !important;
	z-index:100000 !important;
	display:block;
	background-repeat:no-repeat;
	background-position:top;
}


.bx-viewport {
    border:none!important;
	box-shadow:none !important;
}
