
#article div ul{
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:dotted 1px;
}

#article div ul li{
	vertical-align:top;
	list-style:none;
}

#article div ul li span.date{
	vertical-align: top;
	padding-left: 20px;
	font-size: 12px;
}

#article div ul li span.articleBody{
	font-size: 12px;
}

#gallery{
	margin:0px auto;
	texy-align:center;
	border:none;
	width:930px;
	height:260px;
	z-index: -1;
	clear: both
}

/* ----------------------------------------------
	pulldown manu style
------------------------------------------------- */

#wrap {
	position: relative;
	margin: 0px;
	width: 930px;
	font-size:12px;
}


.clearFix {
	zoom: 1;
}

.pullMenu ul li {
	float: left;
	position: relative;
	margin: 0 auto;
	width: 155px;
	list-style: none;
}
	.pullMenu ul li table {
		border-collapse: collapse;
		border: none;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	
.pullMenu ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 40px;
	left: 0px;
	height: 0;
	z-index: 100;
}
	.pullmenu ul li ul li {
		margin-bottom: 0;
		height: 40px;
	}

.pullMenu ul li a {
	font-family: verdana, sans-serif;
	color: #000000;
	display: block;
	text-decoration: none;
	text-align:center;
	height: 40px;
	line-height: 30px;
}

.pullMenu ul li a:hover {
	position: relative;
	z-index: 100;
}

.pullMenu ul li:hover ul ,
.pullMenu ul li a:hover ul {
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 100;
}

.businessFont{
	width: 910px;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	color: #808080;
	line-height: 1.5em;
}

.businessFont2{
	width: 440px;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 12px;
	color: #808080;
	line-height: 1.5em;
}

.business_1{
	width: 930px;
	height: 220px;
	text-align: left;
	font-size: 12px;
	color: #808080;
	line-height: 1.5em;
	background: url(../images/top/bg_business1.png) no-repeat;
}

.business_2{
	width: 460px;
	height: 220px;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #808080;
	line-height: 1.5em;
	background: url(../images/top/bg_business2.png) no-repeat;
}

.business_3{
	width: 460px;
	height: 220px;
	float: right;
	text-align: left;
	font-size: 14px;
	color: #808080;
	line-height: 1.5em;
	background: url(../images/top/bg_business3.gif) no-repeat;
}


