/*メニュー用CSS */
.menu h2 {
	background-image: url(menu.gif);
	background-repeat: no-repeat;
	height: 34px;
	font-size:16px;
	line-height: 36px;
	text-align:center;
	display:block;
	color:#ffffff;
	margin:5px 0px 0px 0px;
        padding-bottom:0px;
}
.menu li {
	font-size:75%;
        list-style-type: none;
	border-bottom:2px dotted #556b2f;
        margin:0px 20px 0px 0px;
        padding-bottom : 0px;
        padding-top : 0px;
        margin-top:0px;
}
.menu li a{
	display:block;
}
