html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: -1px;
}

body {
    font-size: 92%;
}

#nav {
  margin: 0;
  padding: 0;
  background: #FFF;
  list-style-type: none;
  float: left; /* Contain floated list items */
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav a {
  float: left;
  width: 121px;
  color: #000;
  text-decoration: none;
  line-height: 2.5;
  text-align: center;
}

nav a:hover {
  background: #000;
  color:#FFF;
}

navlogokill a:hover {
margin: 0;
padding: 0;
border: 0;
}

#body_hom #nav_index a, #body_map #nav_map a,
    #body_jou #nav_jou a,#body_his #nav_his a,
    #body_ref #nav_ref a,
    #body_con #nav_con a {
  background: #FFF;
  color: #FFF;
  font-weight: bold;
}
#nav_active {
	float: left;
	width: 119px;
	color: #000;
	text-decoration: none;
	line-height: 2.5;
	text-align: center;
	border-width: 1px 1px 0 1px;
	border-style: dotted;
	border-color: #cac8c8;
}

#nav_new > a, #new > a  {
    text-decoration: line-through;
}

#body_con {
	background-color: #fff;
	padding: 0;
	margin: 0;
	border: 0;
}