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

#cont {
	width: 980px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	height: auto;
}
#cont #cont01 {
	overflow: hidden;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	font-size: 12pt;
	right: auto;
	width: auto;
}
#cont01 #left,
#cont01 #mid {
	width: 280px;
	float:left;
	margin-top: 0;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 0;
}

#cont01 #right{
	width: 300px;
	float:right;
	margin-left: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: auto;
}
#left #left_bg{
	height:140px;
	text-align:center;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	overflow: hidden;
	background-color: #FFF;
}

#mid #mid_bg{
	height:140px;
	text-align:center;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	overflow: hidden;
	background-color: #FFF;
}

#right #right_bg{
	height:140px;
	text-align:center;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	overflow: hidden;
	background-color: #FFF;
}


#left_bg .link_ti,
#mid_bg .link_ti,
#right_bg .link_ti {
	margin:10px 0 10px;
	color: #595757;
	font-weight: bold;
	font-size: 120%;
}
#left .txt,
#mid .txt,
#right .txt {
	font-size: 90%;
	line-height: 20px;
	margin:10px 0 0;
}
#cont #cont02 {
	overflow: hidden;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#cont #cont02 #news {
	width: 590px;
	float: left;
	height:480px;
}
#cont #cont02 #news h2 {
	color: #595757;
}
#cont #cont02 #news ul {
	font-size:90%;
	list-style-type: none;
	margin:15px 0 15px 0;
	height:450px;
	overflow-y:scroll;
}
#cont #cont02 #news ul li {
	margin:0 0 15px 0;
	line-height: 20px;
	border-bottom:solid 1px #CCC;
	padding:0 0 10px 0;
}
#cont #cont02 #map {
	width: 350px;
	float: right;
}
#cont #cont02 #map h2 {
	color: #595757;
}
#cont #cont02 #map h2 span {
	color: #F4D492;
}
#cont #cont02 #map #map_ {
	margin-top: auto;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}
#cont #cont02 #map #address p {
	font-size:90%;
	margin-top: 5px;
}
#cont #cont02 #news h2 span {
	color: #F4D492;
}
