
div#menu-h{
	height: 24px;
	margin-top: 1px;
	margin-bottom: 1px;
}
div#menu-h ul{
	list-style: none;
}
div#menu-h li{
	float:left;
}
div#menu-h li a.menu-home{
	display: block;
	width: 100px;
	height: 24px;
/*	padding-left: 1px;*/
	background-image: url(images/button/menu-home.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-home:hover{
	background-image: url(images/button/menu-home-hover.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-home-selected{
	background-image: url(images/button/menu-home-hover.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-latest{
	display: block;
	width: 100px;
	height: 24px;
/*	padding-left: 1px;*/
	background-image: url(images/button/menu-latest.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-latest:hover{
	background-image: url(images/button/menu-latest-hover.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-latest-selected{
	background-image: url(images/button/menu-latest-hover.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-sakura{
	display: block;
	width: 100px;
	height: 24px;
/*	padding-left: 1px;*/
	background-image: url(images/button/menu-sakura.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-sakura:hover{
	background-image: url(images/button/menu-sakura-hover.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-sakura-selected{
	background-image: url(images/button/menu-sakura-hover.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-support{
	display: block;
	width: 100px;
	height: 24px;
/*	padding-left: 1px;*/
	background-image: url(images/button/menu-support.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-support:hover{
	background-image: url(images/button/menu-support-hover.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-support-selected{
	background-image: url(images/button/menu-support-hover.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-grouphome{
	display: block;
	width: 100px;
	height: 24px;
/*	padding-left: 1px;*/
	background-image: url(images/button/menu-grouphome.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-grouphome:hover{
	background-image: url(images/button/menu-grouphome-hover.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-grouphome-selected{
	background-image: url(images/button/menu-grouphome-hover.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-hakushinkai{
	display: block;
	width: 100px;
	height: 24px;
/*	padding-left: 1px;*/
	background-image: url(images/button/menu-hakushinkai.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-hakushinkai:hover{
	background-image: url(images/button/menu-hakushinkai-hover.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-hakushinkai-selected{
	background-image: url(images/button/menu-hakushinkai-hover.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-blog{
	display: block;
	width: 99px;
	height: 24px;
/*	padding-left: 1px;
	padding-right: 1px;*/
	background-image: url(images/button/menu-blog.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-blog:hover{
	background-image: url(images/button/menu-blog-hover.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-blog-selected{
	background-image: url(images/button/menu-blog-hover.gif);
	background-repeat: no-repeat;
}

ul#menu-l{
	width: 170px;
	background-color: #a0a0a0;
	list-style: none;
	padding-top: 1px;
	padding-left: 1px;
}
ul#menu-l li{ 
	width: 169px;
	height: : 31px;
/*	margin-bottom: 1px;*/
}
ul#menu-l li ul{
	width: 169px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul#menu-l li ul li{
	width: 169px;
	height: : 31px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul#menu-l li a{ 
	color: #464646;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 159px;
	height: 25px;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 1px;
	background-image: url(images/button/contents.gif);
	background-repeat: no-repeat;
}
ul#menu-l li a:hover{
	color: #464646;
	background-image: url(images/button/contents-hover.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul#menu-l li ul li a{ 
	color: #464646;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 144px;
	height: 25px;
	padding-top: 6px;
	padding-left: 25px;
	padding-bottom: 1px;
	background-image: url(images/button/contents-middle.gif);
	background-repeat: no-repeat;
}
ul#menu-l li ul li a:hover{
	color: #464646;
	background-image: url(images/button/contents-middle-hover.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

div#menu-f{
	width: 499px;
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}
div#menu-f span{
	white-space: nowrap;
}
div#menu-f a{
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px ##0000ff solid;	
}



