/* リンクベース　*****************************/
a:link       { color: #006600; text-decoration: none; font-size: 12px;}
a:visited    { color: #006600; text-decoration: none; font-size: 12px;}
a:active     { color: #FF0000; text-decoration: underline; font-size: 12px;}
a:hover      { color: #FF0000; text-decoration: underline; font-size: 12px;}
a:hover img{opacity:0.7;filter:alpha(opacity=70);-ms-filter:“alpha(opacity=70)”;}
a:focus{ outline:none; }

a.menu00{ display:block; background-image:url('../bt/bt00.jpg'); width:250px; height:83px; margin-bottom:0px}
a.menu00:hover{ background-position:top center;}
a.menu00:active{ background-position:top right;}

a.menu01{ display:block; background-image:url('../bt/bt01.jpg'); width:250px; height:98px; margin-bottom:0px}
a.menu01:hover{ background-position:top center;}
a.menu01:active{ background-position:top right;}

a.menu02{ display:block; background-image:url('../bt/bt02.jpg'); width:250px; height:86px; margin-bottom:0px}
a.menu02:hover{ background-position:top center;}
a.menu02:active{ background-position:top right;}



ul {
	list-style: none;
	margin: 1;
	padding: 1;
	}
#menu {
	width: 251px;
	border-style: none solid none solid;
	border-color: #000000;
	border-width: 0px;
	margin: 0px;
	}
	
#menu li a {
  	height: 36px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	background: url('../bt/navi.jpg');
	text-align: left; padding-left:5px; padding-right:0px; padding-top:8px; padding-bottom:0
	}
	
#menu li a:hover {
	color: #ff0000;
	background: url('../bt/navi.jpg') 0 -36px;
	text-align: left; padding-left:5px; padding-right:0px; padding-top:8px; padding-bottom:0
	}
	
#menu li a:active {
	color: #ff0000;
	background: url('../bt/navi.jpg') 0 -72px;
	text-align: left; padding-left:5px; padding-right:0px; padding-top:8px; padding-bottom:0
	}




#menu-bar{
	position: relative;
	height:36px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url('../topimg/menu_034_bg.jpg');
	background-repeat:repeat-x;
}
#menu-bar ul{
	list-style:none;
}
#menu-bar li{
	background:url('../topimg/menu_034_bg.jpg') repeat-x;			
	display:block;
	float:left;
	height:36px;
	border-right:1px solid #dbdbdb;
	line-height:36px; list-style-type:none
}
#menu-bar li a{
	display:block;
	float:left;
	color:#999999;
	text-transform:uppercase;
	font-size:12px;
/**	font-weight:bold; **/
	line-height:36px;
	text-decoration:none;
	padding:0 15px;				
}
#menu-bar li a:hover{
	color:#006600;
	background:url('../topimg/menu_034_h.jpg') repeat-x;
}
#menu-bar li a.current{
	display:block;
	float:left;
	color:#009966;
	background:url('../topimg/menu_035_c.jpg') repeat-x;
	text-transform:uppercase;
	font-size:12px;
/**	font-weight:bold; **/
	line-height:36px;
	text-decoration:none;
	padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0	
}
#menu-bar li a:hover.current{
	color:#999999;
}