#tabs {
	position: relative;
}

#tabGroup {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tabGroup li {
  background-image: url(../images/bg-nav1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  display: inline;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 0 7px 8px;
}

#tabGroup li:hover, #tabGroup li.active {
  background-position: left top;
}

#tabGroup li a {
  background-image: url(../images/bg-nav2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #503A14;
  padding: 6px 10px 7px 1px;
  text-decoration: none;
}

#tabGroup li.active a, #tabGroup li:hover a {
  background-position: right top;
  color: #FFFFFF;
}

#tabIchi, .tabContent {
	background-image: url(../images/bg-tabIchi.png);
  height: 261px;
  font-size: 12px;
  margin: 7px auto;
	padding: 10px 412px 5px 20px;
  width: 400px;
}
#tabNi, .tabContentCar {
	background-image: url(../images/bg-tabCar.png);
  height: 261px;
  font-size: 13px;
  margin: 7px auto;
	padding: 10px 412px 5px 20px;
  width: 400px;
}
#tabSan, .tabContentLife {
	background-image: url(../images/bg-tabLife.png);
  height: 261px;
  font-size: 13px;
  margin: 7px auto;
	padding: 10px 412px 5px 20px;
  width: 400px;
}
#tabGo, .tabContentBoat {
	background-image: url(../images/bg-tabBoat.png);
  height: 261px;
  font-size: 13px;
  margin: 7px auto;
	padding: 10px 412px 5px 20px;
  width: 400px;
}
#tabShi, .tabContentBus {
	background-image: url(../images/bg-tabBus.png);
  height: 261px;
  font-size: 13px;
  margin: 7px auto;
	padding: 10px 412px 5px 20px;
  width: 400px;
}

#button {
  bottom: 20px;
	position: absolute;
  right: 20px;
}