#menu { float: left; width: 170px; margin: 0px 0px 0px 5px; }
#meibock { margin: 10px 0px 10px 0px; width: 170px; height: 20px; }
#meibock img{ border: 0; }
#menu ul {
	list-style: none; line-height: 2;
	margin: 0; padding: 0;
/*	border-right: 1px solid silver; */
	background: url(../images/menu_large.jpg);
}
#menu li { height:35px; }

li.menu-top{
	margin: 0; padding: 0;
	width: 170px; height: 34px;
	color: #19100d;
	text-indent: 1em; font-size: 14px;
	background: left center no-repeat;
}
li.menu-top a {
	padding-top: 3px;
	background-img: none;
	display: block;
	width: 168px !important;
	width /**/: 168px;
	height: 34px; 
	color: #19100d;
	text-decoration: none;
/*	border-bottom: 1px solid silver;*/
}
li.menu-bottom{
	margin: 0; padding: 0;
	width: 170px; height: 34px;
	color: #ffffff;
	text-indent: 1em; font-size: 14px;
	background: left center no-repeat;
}
li.menu-bottom a {
	padding: 0;
	background-img: none;
	display: block;
	width: 168px !important;
	width /**/: 168px;
	height: 34px;
	color: #ffffff;
	text-decoration: none;
/*	border-bottom: 1px solid silver;*/
}
/* メニューをインデントします */
li.menu-indent{
	margin: 0; padding: 0;
	border-bottom: 0px solid #333333;
	width: 170px; height: 34px;
	text-indent: 2em; font-size: 14px;
	background: left center no-repeat;
}
li.menu-indent a {
	padding: 0px;
	background-img: none;
	display: block;
	width: 168px !important;
	width /**/: 168px; height: 34px;
	color: #ffffff;
	text-decoration: none;
}
/* メニューにスペースを追加します */
li.menu-space{
	margin: 0; padding: 0;
/*	border-bottom: 1px solid silver; */
	width: 168px; height: 35px;
	background-img: none;
}
/* リンクしない場合に使用します */
li.menu-not-link{
	margin: 0; padding: 0;
/*	border-bottom: 1px solid silver; */
	width: 168px; height: 35px;
	color: #ffffff;
	text-indent: 1em; font-size: 14px;
	background-img: none;
}

#menu ul a:hover {
	color: #33ccff;
	background: url(../images/menu_small.jpg);
	background-color: transparent;
	font-size: 15px; font-weight: bold;
	letter-spacing: -2px;
	text-align: center;
	width: 168px; height: 34px;
	margin: 0px;
}
