
/* メインナビゲーション
---------------------------------------------- */
#tabBg {
	background : url(../img/news_title.jpg) left bottom no-repeat;
	float : right;
	height : 34px ;
	list-style : none ;
	width : 547px ;
	overflow : hidden;
	margin : 25px 0 0 0 ;
}

#tabIndex {
	background : url(../img/nav02_01.jpg) left bottom no-repeat;
	float : right;
	height : 34px ;
	list-style : none ;
	width : 547px ;
	overflow : hidden;
	margin : 0 0 10px 0;
}

#tabIndex li {
	display : block ;
	float : left;
	height : 35px;
}

#tabIndex li {
	float:left;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
	height : 34px ;
	width : 136px ;
}

#tabIndex li a {
	display : block ;
	width : 100% ;
	height : 34px ;
	text-indent : -9999px ;
}

#tab_01,#tab_03,#tab_04{ width : 137px ; }
#tab_02{ width : 136px ; }


#tabBoxIndex {
	clear: both;
	overflow : auto;
	height : 300px;
	width : 544px;
}

.close#Tab0 {
	background : url(../img/nav02_00.jpg) left top ;
}
.open#Tab0  {
	background : url(../img/nav02_01.jpg) left top ;
}

.close#Tab1 {
	background : url(../img/nav02_00.jpg) -137px top ;
}
.open#Tab1  {
	background : url(../img/nav02_02.jpg) -137px top ;
}

.close#Tab2 {
	background : url(../img/nav02_00.jpg) -273px top ;
}
.open#Tab2  {
	background : url(../img/nav02_03.jpg) -273px top ;
}

.close#Tab3 {
	background : url(../img/nav02_00.jpg) -410px top ;
}
.open#Tab3  {
	background : url(../img/nav02_04.jpg) -410px top ;
}

#Tab0 a:hover { background : url(../img/nav02.jpg) left bottom ; }
#Tab1 a:hover { background : url(../img/nav02_02.jpg) -137px bottom ; }
#Tab2 a:hover { background : url(../img/nav02_03.jpg) -273px bottom ; }
#Tab3 a:hover { background : url(../img/nav02_04.jpg) -410px bottom ; }
