.html5jp-border-radius { color: #73ca37; font-size: 12px; font-family: "courier new", courier, geneva; text-align: center; width: 85px; height: 20px; float: left; margin-right: 2px; border: solid 1px silver; }
.menuwaku { font-family: "courier new", courier, geneva; width: 890px; height: 20px; margin: auto; }
a.menu:hover      { color: #187f00; font-size: 12px; border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
    text-decoration: none   ; position: relative; right: 3px; bottom: 6px; padding-top: 3px; padding-bottom: 3px; border-color: lime #187f00 #187f00 lime; border-style: double; border-width: 3px; }
a.menu     { border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
    height:100%; color: #73ca37; font-size: 12px; text-decoration: none  ; position: relative; bottom: 4px; width: 100%; padding-top: 3px; padding-bottom: 3px; display: block; }
.menuline {
	background-color: #2a2a2a;
	width: 100%;
	height: 33px;
	border-top: 1px solid #193000;
	border-bottom: 1px solid #193000;
	border-right-color: #193000;
	border-right-width: 1px;
	border-left-color: #193000;
	border-left-width: 1px;
}
.logo { color: #fff; font-size: 20px; font-family: "times new roman", times; font-style: italic; width: 870px; height: 65px; margin: auto; }

