
/*有効範囲設定*/

		#nav-reflection {
			margin: 0px 0px /*テーブル枠下マージン*/0px 0px;
			padding: /*テーブル枠上マージン*/40px 0px 0px /*テーブル枠左マージン*/10px;
			width: /*有効幅*/890px;
			min-height: /*有効高*/280px;
			list-style: none;
			background: /*背景設定*/url(../img/index/back01.gif) repeat;
			}
			
		#nav-reflection li {
			margin-left: /*オブジェクト左マージン*/10px;
			margin-right: /*オブジェクト右マージン*/10px;
			width: /*オブジェクト幅*/200px;
			float: /*オブジェクト配置開始方向*/left;
			}
			
		#nav-reflection a, #nav-reflection a:visited, #nav-reflection a:hover {
			width: /*オブジェクト読込幅*/200px;
			height: /*オブジェクト読込高*/200px;
			text-indent: -9999px;
			overflow: hidden;
			background: /*オブジェクト読込用ファイル設定*/url(../img/index/menu01-1.gif) no-repeat;
			display: block;
			}
			
		#nav-reflection span {
			margin-top: /*シャドウ初期配置間隔マージン*/1px;
			width: /*シャドウ読込幅*/200px;
			height: /*シャドウ読込高*/70px;
			text-align: center;
			background: /*シャドウ読込用ファイル設定*/url(../img/index/menu01-2.gif) no-repeat;
			display: block;
			}

/*オブジェクト読込開始位置指定*/			
		
		#nav-reflection li.button-color-1 a {
			background-position: -0px -0px;
			}
			
		#nav-reflection li.button-color-2 a {
			background-position: -200px -0px;
			}
			
		#nav-reflection li.button-color-3 a {
			background-position: -400px -0px;
			}
		#nav-reflection li.button-color-4 a {
			background-position: -600px -0px;
			}

/*シャドウ読込開始位置指定*/
		
		#nav-reflection li.button-color-1 span {
			background-position: -0px -0px;
			}
			
		#nav-reflection li.button-color-2 span {
			background-position: -200px -0px;
			}
			
		#nav-reflection li.button-color-3 span {
			background-position: -400px -0px;
			}

		#nav-reflection li.button-color-4 span {
			background-position: -600px -0px;
			}
