/*
-----------------------------------------------------------
topcontrol_new.css
-----------------------------------------------------------
*/

@import url("style_new.css");
@import url("toppage.css");
@import url("news.css");
@import url("contents.css");

div.jpn_map {
  width: 200px;
  height: 200px;
  background-image: url('/img/map/jpn/jpn_base.jpg');
  position: relative;
}

div.jpn_map input {
  position: absolute;
}

div.world_map {
  width: 382px;
  height: 200px;
}

div.city_list {
  padding-top: 30px;
  padding-left: 20px;
  width: 352px;
  height: 145px;
}

div.city_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

div.city_list li {
  float: left;
  display: block;
  width: 110px;
  padding: 2px;
  margin: 0;
  list-style-type: none;
  white-space: nowrap;
}


div.city_footer {
  padding: 0;
  margin: 0;
  text-align: right;
  padding-right: 10px;
}

div.city_footer a {
  width: 50px;
  text-decoration: none;
}

div.city_footer img {
  width: 50px;
  height: 50px;
}


