/* --- menu --- */

#menuBox{
	font-size: 16px;
	
}

#menuT {
	clear: left;
	width: 318px;
	height: auto;
	margin-top: 2px;
	margin-bottom: 5px;
}

#menuT li{
	list-style: none;
	list-style-position: outside;
	margin-bottom:3px;
}

#menuT li a{
	display: block;
	width: 318px;
	padding: 0.65em 0;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

#menuT li a:link, #menuT li a:visited{
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
	border-color: #cccccc;
}
#menuT li a:hover, #menuT li a:active{
	color: #0000bb;
	text-decoration: none;
	background-color: #ffeec7;
	border-color: #d77100;
}

#linkBox{
	padding: 0px 5px 9px 5px;
	width: 310px;
	text-align: right;
	font-size: 12px;
}

#caution{
	padding: 3px 5px 9px 5px;
	width: 308px;
	font-size:11px;
	background-color:#FCC;
	border:#F9C 1px solid;
	margin:5px 0;
}

