/*-----------------ヘッダーメニュー画像切替-------------------*/
ul#menu_table{
 margin:0px 20px 0px 416px;
 padding:0px 0px 0px 0px;
 width:424px;
}
li.menu_botton{
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 overflow:hidden;
 float:left;
}
li.menu_botton img {
 visibility:hidden;
}
li.menu_botton a,
li.menu_botton a:link,
li.menu_botton a:visited {
	background-position: 0px 0px;
	float:left;
}
li.menu_botton a:focus,
li.menu_botton a:hover,
li.menu_botton a:active {
	background-position: 0px 39px;
	float:left;
}

/*----------ボタン設定------------*/
li.menu_botton .menu1 a{
 background-image:url(./../images/menu/header_menu1.gif);
}
li.menu_botton .menu1 a#hover{
 background-image:url(./../images/menu/header_menu1.gif);
 background-position: 0px 39px;
}
li.menu_botton .menu2 a{
 background-image:url(./../images/menu/header_menu2.gif);
}
li.menu_botton .menu2 a#hover{
 background-image:url(./../images/menu/header_menu2.gif);
 background-position: 0px 39px;
}
li.menu_botton .menu3 a{
 background-image:url(./../images/menu/header_menu3.gif);
}
li.menu_botton .menu3 a#hover{
 background-image:url(./../images/menu/header_menu3.gif);
 background-position: 0px 39px;
}
li.menu_botton .menu4 a{
 background-image:url(./../images/menu/header_menu4.gif);
}
li.menu_botton .menu4 a#hover{
 background-image:url(./../images/menu/header_menu4.gif);
 background-position: 0px 39px;
}
/**/
ul#left_menu{
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:200px;
}
li.left_menu{
 list-style-type:none;
 background:url(./../images/menu/left_menu.gif) no-repeat left top;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 25px;
 font-size:12px;
 line-height:16px;
 letter-spacing:-0.3px;
 color:#333333;
 height:50px;
}
li.left_menu#hover{
 background:url(./../images/menu/left_menu_hover.gif) no-repeat left top;
}
li.left_menu a{
 text-decoration:none;
 color:#333333;
}
.left_menu_text{
  padding:17px 0px 0px 0px;
}
li.left_menu_second{
 list-style-type:none;
 background:url(./../images/menu/left_menu_under.gif) no-repeat left top;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 25px;
 font-size:12px;
 line-height:16px;
 letter-spacing:-0.3px;
 color:#333333;
 height:50px;
}
li.left_menu_second#hover{
 background:url(./../images/menu/left_menu_hover.gif) no-repeat left top;
}
li.left_menu_second a{
 text-decoration:none;
 color:#333333;
}
li.left_menu_second div.left_menu_text{
  padding:17px 0px 0px 10px;
}
/*-----------------このページの先頭へ画像切替-------------------*/
.gototop_botton{
 border:0px;
 margin:0px 0px 0px 685px;
 padding:0px 0px 0px 0px;
 width:210px;
 height:25px;
 overflow:hidden;
}
.gototop_botton img {
 visibility:hidden;
}
.gototop_botton a,
.gototop_botton a:link,
.gototop_botton a:visited {
	background-position: 0px 0px;
	float:left;
}
.gototop_botton a:focus,
.gototop_botton a:hover,
.gototop_botton a:active {
	background-position: 0px 25px;
	float:left;
}
/*----------ボタン設定------------*/
.gototop_botton .gototop a{
 background-image:url(./../images/menu/pagetop.gif);
}
