@charset "UTF-8";/* CSS Document *//* ----------------------------------------------------------------------------------navi---------------------------------------------------------------------------------- */#navigation ul li {    position: absolute;    height: 33px;}#navigation ul li a {    display: block;    outline-width: 0px;     font-size:1px;    line-height: 100%;    height: 33px;}#navigation ul li a span { display: none; }#navigation01 {    background: url(../navigation_img/001.gif) no-repeat left top;	top: 101px;    right: 570px;    width: 111px;} #navigation01 a {    width: 111px;}#navigation01 a:hover {    background: url(../navigation_img/001_f2.gif) no-repeat left top;	} #navigation02 {    background: url(../navigation_img/002.gif) no-repeat left top;	top: 101px;    right: 456px;    width: 111px;} #navigation02 a {    width: 111px;}#navigation02 a:hover {    background: url(../navigation_img/002_f2.gif) no-repeat left top;}#navigation03 {    background: url(../navigation_img/003.gif) no-repeat left top;	top: 101px;    right: 342px;    width: 111px;} #navigation03 a {    width: 111px;}#navigation03 a:hover {    background: url(../navigation_img/003_f2.gif) no-repeat left top;} #navigation04 {    background: url(../navigation_img/004.gif) no-repeat left top;	top: 101px;    right: 228px;    width: 111px;} #navigation04 a {    width: 111px;}#navigation04 a:hover {    background: url(../navigation_img/004_f2.gif) no-repeat left top;} #navigation05 {    background: url(../navigation_img/005.gif) no-repeat left top;	top: 101px;    right: 114px;    width: 111px;} #navigation05 a {    width: 111px;}#navigation05 a:hover {  background: url(../navigation_img/005_f2.gif) no-repeat left top;}#navigation06 {    background: url(../navigation_img/006.gif) no-repeat left top;	top: 101px;    right: 0px;    width: 111px;} #navigation06 a {    width: 111px;}#navigation06 a:hover {  background: url(../navigation_img/006_f2.gif) no-repeat left top;}/* ----------------------------------------------------------------------------------bottomNavi---------------------------------------------------------------------------------- */#bottomNavigation ul li {    position: absolute;    height: 10px;}#bottomNavigation ul li a {    display: block;    outline-width: 0px;     font-size:1px;    line-height: 100%;    height: 10px;}#bottomNavigation ul li a span { display: none; }#bottomNavigation01 {    background: url(../bottom_navigation_img/002.gif) no-repeat left top;	top: 14px;    left: 0px;    width: 53px;} #bottomNavigation01 a {    width: 53px;}
