/* CSS Document */

/*  [Sub nabigation1]  */

#navSub0 {
	text-indent:-9999px;
	/*width:200px;
	height:22px;*/
	background:url("../images/nav_child02.gif") no-repeat 0px 0px;
	border-bottom:1px solid #e6e6e6;
}


#navSub1 {
	text-indent:-9999px;
	width:200px;
	height:22px;
	background:url("../images/nav_child02.gif") no-repeat 0px -22px;
	border-bottom:1px solid #e6e6e6;
}

#navSub2 {
	text-indent:-9999px;
	width:200px;
	height:22px;
	background:url("../images/nav_child02.gif") no-repeat 0px -44px;
	border-bottom:1px solid #e6e6e6;
}

#navSub3 {
	text-indent:-9999px;
	width:200px;
	height:22px;
	background:url("../images/nav_child02.gif") no-repeat 0px -66px;
}

#navSub0 a {
	display:block;
	width:200px;
	height:22px;
}

#navSub1 a {
	display:block;
	width:200px;
	height:22px;
}

#navSub2 a {
	display:block;
	width:200px;
	height:22px;
}

#navSub3 a {
	display:block;
	width:200px;
	height:22px;
}

.topMenu li a {
	display:block;
	width:200px;
	height:22px;
}

.subcurrent {
	display:block;
	width:200px;
	height:22px;
 }

/*--[1番目のナビゲーション]--*/
#navSub0 a:link {
	background:url("../images/nav_child02.gif") no-repeat 0px 0px;
}
#navSub0 a:visited {
	background:url("../images/nav_child02.gif") no-repeat 0px 0px;
}
#navSub0 a:hover {
	background:url("../images/nav_child02.gif") no-repeat -200px 0px;
}
#navSub0 a:active {
	background:url("../images/nav_child02.gif") no-repeat -200px 0px;
}
/*　現在表示しているページのナビゲーションのスタイル・・・グレーでリンクなし　*/
#navSub0.present {
	background:url("../images/nav_child02.gif") no-repeat -400px 0px;
}


/*--[2番目のナビゲーション]--*/
#navSub1 a:link {
	background:url("../images/nav_child02.gif") no-repeat 0px -22px;
}
#navSub1 a:visited {
	background:url("../images/nav_child02.gif") no-repeat 0px -22px;
}
#navSub1 a:hover {
	background:url("../images/nav_child02.gif") no-repeat -200px -22px;
}
#navSub1 a:active {
	background:url("../images/nav_child02.gif") no-repeat -200px -22px;
}
/*　現在表示しているページのナビゲーションのスタイル・・・グレーでリンクなし　*/
#navSub1.present {
	background:url("../images/nav_child02.gif") no-repeat -400px -22px;
}


/*--[3番目のナビゲーション]--*/
#navSub2 a:link {
	background:url("../images/nav_child02.gif") no-repeat 0px -44px;
}
#navSub2 a:visited {
	background:url("../images/nav_child02.gif") no-repeat 0px -44px;
}
#navSub2 a:hover {
	background:url("../images/nav_child02.gif") no-repeat -200px -44px;
}
#navSub2 a:active {
	background:url("../images/nav_child02.gif") no-repeat -200px -44px;
}
/*　現在表示しているページのナビゲーションのスタイル・・・グレーでリンクなし　*/
#navSub2.present {
	background:url("../images/nav_child02.gif") no-repeat -400px -44px;
}

/*--[3番目のナビゲーション]--*/
#navSub3 a:link {
	background:url("../images/nav_child02.gif") no-repeat 0px -66px;
}
#navSub3 a:visited {
	background:url("../images/nav_child02.gif") no-repeat 0px -66px;
}
#navSub3 a:hover {
	background:url("../images/nav_child02.gif") no-repeat -200px -66px;
}
#navSub3 a:active {
	background:url("../images/nav_child02.gif") no-repeat -200px -66px;
}
/*　現在表示しているページのナビゲーションのスタイル・・・グレーでリンクなし　*/
#navSub3.present {
	background:url("../images/nav_child02.gif") no-repeat -400px -66px;
}

