/* MENU
==============================*/
/* cateogry */
#category {
	margin-bottom: 17px ;
}

#category li {
	width: 100% ;
	line-height: 1 ;
}

#category li a {
	padding: 10px 0px 10px 8px;
	font-weight: bold ;
	text-decoration: underline ;
	display: block ;
	line-height : 1.2 ;
}

#category li a:hover {
}

#category li li, #category li.sitemap {
	width: 100% ;
}

#category li.sitemap {
	margin-top: 20px ;
}

#category li li a, #category li.sitemap a {
	padding: 0.9em 0px 0.9em 25px;
	font-size: 0.86em ;
	font-weight: normal ;
	text-decoration: none ;
	display: block ;
}

#category li li a:hover, #category li.sitemap a{
}


/* banner */
#menu .banner {
	margin-bottom: 5px ;
	text-align: center ;
}

#menu .banner p {
	margin-bottom: 1em ;
	font-size: 0.86em ;
	line-height: 1.25 ;
}

#menu .banner img {
	margin-bottom: 10px ;
}

