#maincontents {
	margin-left: 12px;
}

.global {
  height: 52px;
  border-top: 5px solid #999;
  border-bottom: 5px solid #999;
  background: transparent url(../common/img/nav_bg.png) left top repeat-x;
}
.global ul {
  display: table;
  margin: 0;
  padding: 0;
}
.global_link {
  float: left;
}
.global li {
  display: table-cell;
}
.global_link li {
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.global_link li:hover{
	border: none;
}
.global_link a {
  display: table-cell;
  height: 52px;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  padding: 0;
}
.global_link a:hover,
.global_link a:active {
  text-decoration: underline;
}
.global_btn {
  float: right;
}
.global_btn li {
  height: 52px;
  padding-right: 7px;
  vertical-align: middle;
}
.global_btn li:last-of-type{
	background-color: transparent;
}
.global_btn li img {
  width: auto;
  height: 28px;
}
.global_btn li a{
	padding-top: .6rem;
}