@charset "UTF-8";

#global ul li ul li a {
  color: #EEEEEE;
  cursor: pointer;
}

#global ul li ul li a:hover {
  color: #4abbf1;
  text-decoration: underline;
}

#global * {
  margin: 0;
  padding: 0;
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
}

#global {
  position: absolute;
  top: 20px;
  left: 810px;
  z-index: 20;
  width: 140px;
  background: url(../images/header/bg_select.gif) no-repeat left top;
  font-size: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#global div {
  height: 18px;
  cursor: pointer;
}

#global div span {
  padding-left: 22px;
  display: block;
  float: left;
  height: 18px;
  line-height: 18px;
  color: #ffffff;
  background: url(../images/header/global.gif) no-repeat 4px center;
}

#global div a {
  display: block;
  float: right;
  width: 19px;
  height: 18px;
  background: url(../images/header/select_plus.gif) no-repeat left top;
}

#global ul,
#global ul li,
#global ul li ul,
#global ul li ul li {
  margin: 0;
  padding: 0;
  display: block;
  float: none;
  line-height: 1;
  list-style: none;
  font-size: 10px;
  /*font-size: 12px;*/
}

#global ul#global_area {
  padding-bottom: 1em;
  display: none;
  background: #333333;
  box-shadow: 0 0 5px 0 #999999;
  -moz-box-shadow: 0 0 5px 0 #999999;
  -webkit-box-shadow: 0 0 5px 0 #999999;
}

#global ul li {
  margin-left: 1em;
  padding: 0.3em 0;
  color: #888888;
}

#global ul li span {
  margin-right: 0.5em;
  display: inline;
  cursor: pointer;
}

#global ul li a.global {
  color: #888888;
  margin-left: 0.2em;
  text-decoration: none;
  display: inline;
}

#global ul li span.mark {
  font-family: monospace;
}

#global ul li ul {
  margin: 5px 0 2px 0;
}

#global ul li ul li {
  margin: 0 0 0.4em 1.5em;
  float: left;
  margin: 0 0 0.4em 10px;
  _margin-left: 5px;
  padding-left: 12px;
  vertical-align: top;
  background: url(../images/icon/arrow_select.gif) no-repeat left center;
}

#global ul li ul li a {
  line-height: 1.3;
  width: 100px;
}

#global ul li ul li span.none {
  display: block;
  line-height: 1.3;
  width: 100px;
  cursor: default;
}


