@charset "utf-8";

#main .tab_index .h2_b {
  background: transparent none repeat scroll 0 0;
}

.tab_index #tit_news {
  width: 455px;
}

.tab_index .tabs a {
  color: #000000;
  display: inline-block;
  margin-right: 1px;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
  width: 150px;
}

.tab_index .tabs a {
	background: url("/img/tab_back.png") no-repeat left top;
}
.tab_index .tabs a.active, 
.tab_index .tabs a:hover {
	background: url("/img/tab_back_a.png") no-repeat left top;
}

.tab_container {
  border: 1px solid #cccccc;
  float: left;
  padding-top: 4px;
  width: 100%;
}

.tab_content {
	display: none;
}

.tab_content .tit_list {
	margin-top: 7px;
}

.tab_content .tit_list span a {
	background: none;
}

.tab_content .no_data {
	padding: 10px;
	background: url("../../img/rain.gif") repeat-x left bottom;
}