/* header
----------------------------------------------- */
#header {
  position: relative;
  padding: 0;
  margin: 0 20px 10px 20px;;
  height:64px;
  top:10px;
  
  background-color:#F0F0F0;
  border-radius: 7px;
}


#header #logo {
  position:absolute;
  top:15px; left:10px;
  z-index: 2;
}
#header #logo h1 {
  display:none;
}
#header #logo a {
  display:block;
  width: 165px;
  height: 30px;
  background: url(../img/logo.png) no-repeat;
}
#header #logo a:hover {
  border-style:none;
}

#header h2 {
  position:absolute;
  top:24px; left:190px;
  font-size: 92%;
  color:#888;
  z-index: 1;
  white-space:nowrap;
}

#header .headCount {
  position:absolute;
  bottom:2px; left:10px;
  font-size:85%;
  color: #666;
}

#head-tab {
  height:50px;
  z-index: 2;
}
#head-tab a:hover {border-bottom-style:none;}
#head-tab ul {
  width: auto;
  position: absolute;
  bottom: 0; right: 0;
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
}
#head-tab ul li {
  float: right;
  padding: 0;
  margin-right: 3px;
  display: inline;
  white-space: nowrap;
  _font-family:'ＭＳ Ｐゴシック';
}
#head-tab ul li a {
  display: block;
  float: left;
  padding: 4px 8px;
  border-radius: 7px 7px 0 0;
  background-color:#9BAAB3;
  background: -moz-linear-gradient(top, #9BAAB3, #B0BCC3);
  background: -webkit-gradient(linear, center top, center bottom, from(#9BAAB3), to(#B0BCC3));
  font-weight: bold;
  color: #fff;
}
#head-tab ul li a:hover {
  background-color:#B0BCC3;
  background: -moz-linear-gradient(top, #9BAAB3, #CFDDE5);
  background: -webkit-gradient(linear, center top, center bottom, from(#9BAAB3), to(#CFDDE5));
}
#head-tab ul li.active a {
  background-color:#fff;
  background: -moz-linear-gradient(top, #eee, #fff);
  background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
  color: #949494;
}
#head-tab ul li.active  a:hover {
  background-color:#f5f5f5;
  background: -moz-linear-gradient(top, #ddd, #fff);
  background: -webkit-gradient(linear, center top, center bottom, from(#ddd), to(#fff));
}

/* 
----------------------------------------------- */
div.mk {position:relative;}
div.mk code {
  position:absolute;
  top:0; left:0;
}


#mapadd {
  position: absolute;
  top:-26px; left:0;
}

/* icon
----------------------------------------------- */
code.icon {
  display:inline-block;
  width:15px; height:26px;
  background: url(../marker/sprite.png?1);
  cursor:pointer;
  z-index:1;
}
code.icon.icon_noclick {cursor:default;}

code.icon.icon_red {background-position: 0 0;}
code.icon.icon_green {background-position: -20px 0;}
code.icon.icon_blue {background-position: -40px 0;}
code.icon.icon_yellow {background-position: -60px 0;}
code.icon.icon_white {background-position: -80px 0;}
code.icon.icon_gray {background-position: -100px 0;}
code.icon.icon_exc {background-position: -120px 0;}
code.icon.icon_add {background-position: -140px 0;}
code.icon.icon_alert {background-position: -160px 0;}
code.icon.icon_memo {background-position: -180px 0;}
code.icon.icon_hex {background-position: -180px -30px;}

code.icon.icon_jp {width:20px; height:20px; background-position: 0 -30px;}
code.icon.icon_jp_red {width:20px; height:20px; background-position: -25px -30px;}
code.icon.icon_jp_gray {width:20px; height:20px; background-position: -50px -30px;}
code.icon.icon_jp_blue {width:20px; height:20px; background-position: -75px -30px;}

code.icon.icon_jp-oval {background-position: -100px -30px;}
code.icon.icon_jp_red-oval {background-position: -120px -30px;}
code.icon.icon_jp_gray-oval {background-position: -140px -30px;}
code.icon.icon_jp_blue-oval {background-position: -160px -30px;}

code.shadow {
  display:inline-block;
  width:34px; height:24px;
  background: url(../marker/sprite.png?1) -200px 0 no-repeat;
}


/* sidebar */
div.mapli code.icon_jp {top:2px; left:-2px;}

