/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

/* 11ポイントのスライド */
#imageMenu {
position: relative;
height: 190px;
width: 589px;
margin-bottom: 5px;
overflow: hidden;
border-right: 1px solid #CCCCCC;
}


#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 190px;
	width: 1000px;
	border-style: none !important;
	}

#imageMenu ul li {
	float: left;
	background-image: none;
	margin: 0px;
	padding: 0px;
	border-style: none !important;
}

#imageMenu ul li a {
	text-indent: -9999px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:54px;
	height: 190px;
}
#imageMenu ul li.slide01 a {
	background-attachment: scroll;
	background-image: url(../../images_site_old/slide_point/point_01.gif);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.slide02 a {
	background-attachment: scroll;
	background-image: url(../../images_site_old/slide_point/point_02.gif);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.slide03 a {
	background-attachment: scroll;
	background-image: url(../../images_site_old/slide_point/point_03.gif);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.slide04 a {
	background-attachment: scroll;
	background-image: url(../../images_site_old/slide_point/point_04.gif);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.slide05 a {
	background-attachment: scroll;
	background-image: url(../../images_site_old/slide_point/point_05.gif);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.slide06 a {
	background-attachment: scroll;
	background-image: url(../../images_site_old/slide_point/point_06.gif);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.slide07 a {
	background-attachment: scroll;
	background-image: url(../../images_site_old/slide_point/point_07.gif);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.slide08 a {
	background-attachment: scroll;
	background-image: url(../../images_site_old/slide_point/point_08.gif);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.slide09 a {
	background-attachment: scroll;
	background-image: url(../../images_site_old/slide_point/point_09.gif);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.slide10 a {
	background-attachment: scroll;
	background-image: url(../../images_site_old/slide_point/point_10.gif);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.slide11 a {
	background-attachment: scroll;
	background-image: url(../../images_site_old/slide_point/point_11.gif);
	background-repeat: repeat;
	background-position: 0%;
	width:50px;
}

.clear {
	clear: both;
}

/*************************************************************/
