@charset "utf-8";


ul#aboutTD a{
	clear: both;
	text-decoration:none;
	text-indent:-9999px;
}


#company {
	background-image: url(../images/sub_menu/images/about_01.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 25px;
	width: 160px;
}
#event {
	background-image: url(../images/sub_menu/images/about_02.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 25px;
	width: 169px;
}
#news {
	background-image: url(../images/sub_menu/images/about_03.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 25px;
	width: 155px;
}
#contact {
	background-image: url(../images/sub_menu/images/about_04.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 25px;
	width: 173px;
}

/*リンク*/
#company a{
	background-image: url(../images/sub_menu/images/about_01.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 25px;
	width: 160px;
}
#event a{
	background-image: url(../images/sub_menu/images/about_02.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 25px;
	width: 169px;
}
#news a{
	background-image: url(../images/sub_menu/images/about_03.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 25px;
	width: 155px;
}
#contact a{
	background-image: url(../images/sub_menu/images/about_04.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 25px;
	width: 173px;
}

/*オンマウス*/
#company a:hover{
	background-image: url(../images/sub_menu/images/about_over_01.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 25px;
	width: 160px;
}
#event a:hover{
	background-image: url(../images/sub_menu/images/about_over_02.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 25px;
	width: 169px;
}
#news a:hover{
	background-image: url(../images/sub_menu/images/about_over_03.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 25px;
	width: 155px;
}
#contact a:hover{
	background-image: url(../images/sub_menu/images/about_over_04.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 25px;
	width: 173px;
}



#company,#company a {
		background-image: url(images/sub_menu/&company,&company-a.jpg);
		}
		
	#event,#event a {
		background-image: url(images/sub_menu/&event,&event-a.jpg);
		}
		
	#news,#news a {
		background-image: url(images/sub_menu/&news,&news-a.jpg);
		}
		
	#contact,#contact a {
		background-image: url(images/sub_menu/&contact,&contact-a.jpg);
		}
		
	#company a:hover {
		background-image: url(images/sub_menu/&company-a;hover.jpg);
		}
		
	#event a:hover {
		background-image: url(images/sub_menu/&event-a;hover.jpg);
		}
		
	#news a:hover {
		background-image: url(images/sub_menu/&news-a;hover.jpg);
		}
		
	#contact a:hover {
		background-image: url(images/sub_menu/&contact-a;hover.jpg);
		}
		
	
