@charset "UTF-8";/* CSS Document *//* ----------------------------------------------------------------------------------Navigation---------------------------------------------------------------------------------- */#navigation ul li {    position: absolute;    height: 42px;}#navigation ul li a {    display: block;    outline-width: 0px;     font-size:1px;    line-height: 100%;    height: 42px;}#navigation ul li a span { display: none; }#navigation01 {    background: url(../navigation_img/001.jpg) no-repeat left top;	top: 110px;    left: 0px;    width:190px;} #navigation01 a {    width:190px;}#navigation01 a:hover {    background: url(../navigation_img/001_f2.jpg) no-repeat left top;} #navigation02 {    background: url(../navigation_img/002.jpg) no-repeat left top;	top: 110px;    left: 191px;    width:190px;} #navigation02 a {    width:190px;}#navigation02 a:hover {    background: url(../navigation_img/002_f2.jpg) no-repeat left top;}#navigation03 {    background: url(../navigation_img/003.jpg) no-repeat left top;	top: 110px;    left: 382px;    width:190px;} #navigation03 a {    width:190px;}#navigation03 a:hover {    background: url(../navigation_img/003_f2.jpg) no-repeat left top;} #navigation04 {    background: url(../navigation_img/004.jpg) no-repeat left top;	top: 110px;    left: 573px;    width:190px;} #navigation04 a {    width:190px;}#navigation04 a:hover {    background: url(../navigation_img/004_f2.jpg) no-repeat left top;} #navigation05 {    background: url(../navigation_img/005.jpg) no-repeat left top;	top: 110px;    left: 764px;    width:190px;} #navigation05 a {    width:190px;}#navigation05 a:hover {  background: url(../navigation_img/005_f2.jpg) no-repeat left top;}/* ----------------------------------------------------------------------------------NavigationRight---------------------------------------------------------------------------------- */#navigationRight ul li {    position: absolute;    height: 19px;}#navigationRight ul li a {    display: block;    outline-width: 0px;     font-size:1px;    line-height: 100%;    height: 19px;}#navigationRight ul li a span { display: none; }#navigationRight01 {    background: url(../navigation_img/006.gif) no-repeat left top;	top: 75px;    right: 25px;    width:61px;} #navigationRight01 a {    width:61px;}#navigationRight01 a:hover {    background: url(../navigation_img/006_f2.gif) no-repeat left top;}#navigationRight02 {    background: url(../navigation_img/jirei.gif) no-repeat left top;	top: 75px;    right: 100px;    width:70px;} #navigationRight02 a {    width:61px;}#navigationRight02 a:hover {    background: url(../navigation_img/jirei_f2.gif) no-repeat left top;}/* ----------------------------------------------------------------------------------BottomNavigaton---------------------------------------------------------------------------------- */#navigationBottomArea {    position: relative;    clear: both;	height: 53px;	margin-bottom: 7px;    padding: 0px;}#navigationBottom ul li {    position: absolute;    height: 19px;}#navigationBottom ul li a {    display: block;    outline-width: 0px;     font-size:1px;    line-height: 100%;    height: 19px;}#navigationBottom ul li a span { display: none; }#navigationBottom01 {    background: url(../navigation_img/007.gif) no-repeat left top;	top: 30px;    left: 0px;    width: 63px;} #navigationBottom01 a {    width: 63px;}#navigationBottom01 a:hover {    background: url(../navigation_img//007_f2.gif) no-repeat left top;}#navigationBottom02 {    background: url(../navigation_img/008.gif) no-repeat left top;	top: 30px;    left: 70px;    width: 73px;} #navigationBottom02 a {    width: 73px;}#navigationBottom02 a:hover {    background: url(../navigation_img/008_f2.gif) no-repeat left top;}#navigationBottom03 {    background: url(../navigation_img/009.gif) no-repeat left top;	top: 30px;    left: 150px;    width: 123px;} #navigationBottom03 a {    width: 123px;}#navigationBottom03 a:hover {    background: url(../navigation_img/009_f2.gif) no-repeat left top;}#navigationBottom04 {    background: url(../navigation_img/010.gif) no-repeat left top;	top: 30px;    left: 281px;    width: 80px;} #navigationBottom04 a {    width: 80px;}#navigationBottom04 a:hover {    background: url(../navigation_img/010_f2.gif) no-repeat left top;}
