h2 {
	font-size: 12pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #0099FF;
	padding: 4px;
}
body {
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	line-height: 16px;
	color: #333333;
}
.nyuukai {
	border: 1px solid #999999;
	padding: 5px;
	background-color: #EAEAEA;
	width: 80%;
}
h3 {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 14px;
	font-weight: bold;
}
#jclinks li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 90%;
}
#jclinks ul {
	margin: 0px;
	padding: 0px;
	line-height: 14pt;
}

.dropdown {float:left;}

.dropdown dt {width:115px; cursor:pointer;margin:0;padding:0;}

.dropdown dd {position:absolute; overflow:hidden; width:115px; display:none; background:#fff; z-index:200; opacity:0;margin:0;padding:0;}

.dropdown ul {width:115px; list-style:none;margin:0;padding:0;}

.dropdown li {display:inline;}

.dropdown a, .dropdown a:active, .dropdown a:visited 
{display:block; padding:5px; margin-bottom:2px; color:#fff; text-decoration:none; background:#9B001B; width:115px}

.dropdown a:hover {background:#670001; color:#fff; margin-bottom:2px;}

.dropdown .underline {}