/*#tabs {
	float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 15px 25px 0 0;
}
*/
#tabs {
	float:left;
  font-size: 11px;
  line-height: normal;
  margin: 15px 25px 0 0;
}
#tabs ul {
  list-style: none;
  margin:0;
  padding: 0;
}
#tabs li {
  display: inline;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#tabs a {
  background: url(/images/tabs1.gif) no-repeat 0% -35px;
  float: left;
  margin: 0 1px 0 0;
  padding: 0 0 0 6px;
  position: relative;
  text-decoration: none;

}
#tabs a span {
  background: url(/images/tabs2.gif) no-repeat 100% -35px;
  color: #545454;
  display: block;
  float: left;
  padding: 7px 12px 6px 6px;
  white-space: nowrap;
}
#tabs a:hover span {
  color: #3D592B;
}
#tabs li.active a {
  background-position: 0 0px;
}
#tabs li.active a span {
  background-position: 100% 0px;
  color: #FFF;
}
#tabs a:hover {
  background-position: 0 -70px;
}
#tabs a:hover span {
  background-position: 100% -70px;
}
#tabs li.active a:hover span {
  color: #545454;
}
#main:after, #wrapper:after, #tabs:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Hide this rule from IE6 & IE5-Mac \*/
#tabs a span { float: none; }

/* Hide this from Mac IE. Windows IE uses this as it doesn't support the :after method above \*/
#main, #wrapper, #tabs {
  height: 1%;
}
/*OLD*/
#tabGroup {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tabGroup li {

  /*-moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color: #E5E4E3;
	background-color:#B6B8BB;
  border-left: 1px solid #B6B8BB;
  border-right: 1px solid #B6B8BB;
  border-top: 1px solid #B6B8BB;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px 4px 11px;
  text-align: center;
	margin-left:0px;*/
}

#tabGroup li.active {
	/*background-color: #BFD2DD;
	background-color:#2C5BB3;*/
  border: none;
	
}

/*#tabGroup li a {
  color: #0A294D;
  padding: 6px 10px 7px 1px;
  text-decoration: none;
}

#tabGroup li.active a, #tabGroup li:hover a {
  background-position: right top;
  color: #2C5BB3;
}
*/
#test {
	background-image:url(/images/tab_back.jpg);
	background-repeat:no-repeat;
	width:239px;
	height:364px;
}
#tabIchi {
	float:left;
}
.tabContent {
	/*background-color: #BFD2DD;
	background-color:#2C5BB3;
  background-image: url(/images/bg-search.png);
  background-position: center;
  background-repeat: no-repeat;*/
	float:left;
  font-size: 12px;
  margin-left:-26px;
	margin-top:-28px;
	padding: 26px;
}
#form-text {
	padding-top:25px;
	padding-left:15px;
}
.tabContent h3 {
	margin: 5px 0;
	color:#2C5BB3;
}

.tabContent input[type="checkbox"],
.tabContent input[type="text"] {
  border-color: #0D2D51;
  border-style: solid;
  border-width: 1px;
}

.tabContent input[type="submit"] {
  -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*background-color: #0D2D51;*/
	background-color:#2C5BB3;
  border-color: #FFFFFF;
  color: #FFFFFF;
  padding: 3px;
}

.tabContent select {
  border-color: #0D2D51;
  border-style: solid;
  border-width: 1px;
  width: 146px;
}

.tabContent table {
	margin-bottom: 10px;
}