

#tabIndex {
	margin: 0;
	padding:0;
	height: 25px;
	border-bottom: 2px #333333 solid;
}

#tabIndex LI {
	font-family:Meiryo,"メイリオ","MS Pゴシック Ex+","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,arial,helvetica,sans-serif;
	float:left;
	padding : 4px 30px 0 30px;
	font-size: 13px;
	list-style-type: none;
	cursor: pointer;
	display: block;
	margin-right: 10px;
	height: 21px;
}

#tabIndex .close {
  text-decoration: none;
  font-weight : normal;
  background-color : #E4E4E4;
}

#tabIndex .open {
	text-decoration: none;
	font-weight : normal;
	background-color : #333333;
	color: #FFFFFF;
}

#tabIndex .open a{
  text-decoration : none;
  color : white;
}
#tabIndex .close a{
  font-weight : normal;
  text-decoration : none;
  color : #666666;
}


/* margin-Short */

#tabIndex_ms {
	margin: 0;
	padding:0;
	height: 25px;
	border-bottom: 2px #333333 solid;
}

#tabIndex_ms LI {
	font-family:Meiryo,"メイリオ","MS Pゴシック Ex+","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,arial,helvetica,sans-serif;
	float:left;
	padding : 4px 20px 0 20px;
	font-size: 14px;
	list-style-type: none;
	cursor: pointer;
	display: block;
	margin-right: 10px;
	margin-bottom : 0;
	height: 21px;
}

#tabIndex_ms .close {
  text-decoration: none;
  font-weight : normal;
  background-color : #E4E4E4;
}

#tabIndex_ms .open {
	text-decoration: none;
	font-weight : normal;
	background-color : #333333;
	color: #FFFFFF;
}

#tabIndex_ms .close a{
  font-weight : normal;
  text-decoration : none;
  color : #666666;
}

/* 4タブ */

#tabIndex_4t {
	margin: 0;
	padding:0;
	height: 25px;
	border-bottom: 2px #333333 solid;
}

#tabIndex_4t LI {
	font-family:Meiryo,"メイリオ","MS Pゴシック Ex+","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,arial,helvetica,sans-serif;
	float:left;
	padding : 4px 3px 0 3px;
	font-size: 13px;
	list-style-type: none;
	cursor: pointer;
	display: block;
	margin-right: 10px;
	margin-bottom : 0;
	height: 21px;
}

#tabIndex_4t .close {
  text-decoration: none;
  font-weight : normal;
  background-color : #E4E4E4;
}

#tabIndex_4t .open {
	text-decoration: none;
	font-weight : normal;
	background-color : #333333;
	color: #FFFFFF;
}

#tabIndex_4t .close a{
  font-weight : normal;
  text-decoration : none;
  color : #666666;
}