#cateNavi ul li {
	list-style-type: none;
	display: inline;
}
#cateNavi ul {
	margin: 0;
	padding: 0;
}

#cateNavi a.top {
	float: left;
	width: 135px;
	height: 39px;
	background: url("http://img.allabout.co.jp/aa/L/g_navi_top.gif") 0 0 no-repeat;
	text-decoration: none;
}

#cateNavi a:hover.top,
body.cateTop #cateNavi li.currentTop a {
	background-position: 0 -39px;
}


#cateNavi a.travel {
	float: left;
	width: 132px;
	height: 39px;
	background: url("http://img.allabout.co.jp/aa/L/g_navi_travel.gif") 0 0 no-repeat;
	text-decoration: none;
}

#cateNavi a:hover.travel,
body.cateTravel #cateNavi li.currentTravel a {
	background-position: 0 -39px;
}

#cateNavi a.gourmet {
	float: left;
	width: 132px;
	height: 39px;
	background: url("http://img.allabout.co.jp/aa/L/g_navi_gourmet.gif") 0 0 no-repeat;
	text-decoration: none;
}

#cateNavi a:hover.gourmet,
body.cateGourmet #cateNavi li.currentGourmet a {
	background-position: 0 -39px;
}

#cateNavi a.beauty {
	float: left;
	width: 132px;
	height: 39px;
	background: url("http://img.allabout.co.jp/aa/L/g_navi_beauty.gif") 0 0 no-repeat;
	text-decoration: none;
}

#cateNavi a:hover.beauty, 
body.cateBeauty #cateNavi li.currentBeauty a {
	background-position: 0 -39px;
}

#cateNavi a.fashion {
	float: left;
	width: 132px;
	height: 39px;
	background: url("http://img.allabout.co.jp/aa/L/g_navi_fashion.gif") 0 0 no-repeat;
	text-decoration: none;
}

#cateNavi a:hover.fashion,
body.cateFashion #cateNavi li.currentFashion a {
	background-position: 0 -39px;
}

#cateNavi a.lifestyle {
	float: left;
	width: 135px;
	height: 39px;
	background: url("http://img.allabout.co.jp/aa/L/g_navi_lifestyle.gif") 0 0 no-repeat;
	text-decoration: none;
}

#cateNavi a:hover.lifestyle,
body.cateLifestyle #cateNavi li.currentLifestyle a {
	background-position: 0 -39px;
}
/* yahoo! search */
input.yst_logoOn  { background:url(//img.allabout.co.jp/pts/cmn/ysearch.gif) no-repeat 50% 50%; }
input.yst_logoOff { background:#fff; }
