html,body {
	/*overflow-x:hidden; */
  margin-top:0px;
}
body {
	font-family:Arial;
	font-size:12px;
	color:#2e5c84;
}
img {
	border:0;
}
a {
	text-decoration:none;
  color:#2e5c84;
}
a:hover {
	text-decoration:underline;
  color:#5489ce;
}

.header {
  height:87px;
  background-image:url(img/header.jpg);
}
.srl {
  float:right; 
  color:#fff; 
  font-weight:bold;
  margin-top:70px; 
  font-size:11px; 
  margin-right:60px;
} 
.title_style {
	font-size:16px; 
	font-weight:bold;
	color:#2F5C85;
}
.text_style {
	text-align:justify;
	font-size:12px;
  line-height:150%; 
}
.content {
  margin: 0 auto;
  width:837px;
  clear:both;
}
.menu {
  float:left;
  width:284px;
  background-image:url(img/top_menu.jpg); 
}
.menu ul {
	margin:0;
  margin-top:0px;
  margin-bottom:0px;
  padding:0;
  padding-left:52px;
  list-style:none;
}
.menu ul li {
  padding:0;
  margin:0;
  padding-bottom:3px;
  height:30px;
  display:inline;
}
.bottom_menu {
  width:284px;
  height:65px;
  background-image:url(img/bottom_menu1.jpg);
}

.news {
  float:left;
}
.sub_content {
  margin: 0 auto;
  width:837px;
}       
.include {
  float:left;
  width:500px;
}
.footer {
  height:95px;
  background-image:url(img/footer.jpg);
}
.num {
	color:#000;
	border: 1px solid #000;
	text-decoration:none;
	margin-left: 3px;
	padding-left: 3px;
	padding-right: 3px;
	background-color:#fff;
	font-size:11px;
}
.num:hover {
	background-color:#FDFBC0;
}
.num_selected {
	border:solid #000 1px;
	margin-left: 3px;
	padding-left: 3px;
	padding-right: 3px;
	background-color:#5182ae;
	font-weight:bold;
	font-size:11px;
	color:white;
}
