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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 900px;
	height: 150px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 1600px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:180px;
	height: 150px;
}

#imageMenu ul li.docomo a {
	background: url(http://himawari-office.net/shop/banners/docomo/js_top710_docomo.jpg) repeat scroll 0%;
}

#imageMenu ul li.au a {
	background: url(http://himawari-office.net/shop/banners/js_top710_au.jpg) repeat scroll 0%;
}

#imageMenu ul li.softbank a {
	background: url(http://himawari-office.net/shop/banners/softbank/js_top710_softbank.jpg) repeat scroll 0%;
}

#imageMenu ul li.willcom a {
	background: url(http://himawari-office.net/shop/banners/willcom/js_top710_0en.gif) repeat scroll 0%;
}

#imageMenu ul li.himawari a {
	background: url(http://himawari-office.net/shop/banners/himawari/js_top.gif) repeat scroll 0%;
}

.clear {
	clear: both;
}

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