@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

a {
	color: #0053fa;
}
a:visited {
	color: #0053fa;
}
a:hover {
	color: #f00;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#globalNav { background-color: #0e6a00; background-repeat: repeat-x; background-attachment: scroll; background-position: left top; width: 950px; height: 33px; list-style-type: none; float: left; clear: both; }
#globalNav li { background-color: #236a00; float: left; width: 100px; }
#globalNav li a { display: block; overflow: hidden; width: 100%; padding-top: 33px; background-image: url(../img/global_nav.gif); color: #ffffff; background-color: #236a00; height: 0; float: left; }

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav00 a { background-position:  0     0; }
	#nav01 a { background-position: -100px 0; }
	#nav02 a { background-position: -200px 0; }
	#nav03 a { background-position: -300px 0; }
	#nav04 a { background-position: -400px 0; }
	#nav05 a { background-position: -500px 0; }
	#nav06 a { background-position: -600px 0; }
	#nav07 a { background-position: -700px 0; }
	#nav08 a { background-position: -800px 0; }

	
	/* 現在位置 */
	#nav00 a.stay { background-position:  0 0; }
	#nav01 a.stay { background-position: -100px -66px; }
	#nav02 a.stay { background-position: -200px -66px; }
	#nav03 a.stay { background-position: -300px -66px; }
	#nav04 a.stay { background-position: -400px -66px; }
	#nav05 a.stay { background-position: -500px -66px; }
	#nav06 a.stay { background-position: -600px -66px; }
	#nav07 a.stay { background-position: -700px -66px; }
	#nav08 a.stay { background-position: -800px -66px; }

	/* オンマウス */
	#nav00 a:hover { background-position:  0 0; }
	#nav01 a:hover { background-position: -100px -33px; }
	#nav02 a:hover { background-position: -200px -33px; }
	#nav03 a:hover { background-position: -300px -33px; }
	#nav04 a:hover { background-position: -400px -33px; }
	#nav05 a:hover { background-position: -500px -33px; }
	#nav06 a:hover { background-position: -600px -33px; }
	#nav07 a:hover { background-position: -700px -33px; }
	#nav08 a:hover { background-position: -800px -33px; }


