@charset "UTF-8";
/* CSS Document */

#navigation h1{
	background-image:url(../elements/h1active1.gif);
	background-repeat:no-repeat;
	margin:0;
	font-size:16px;
	letter-spacing:-0.02em;
	text-align:center;
	color:#FFFFFF;
	font-weight:normal;
	height:26px;
	padding-top:12px;
}
#contents img{
    border:2px solid #E85D00;
}
#contents a{
	color:#E85D00;
	text-decoration:none;
	font-weight:bold;
}
h2{
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#E85D00;
	margin:0;
	padding:10px 5px  5px  5px;
}
h3{
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
	color:#E85D00;
    margin:10px 0 2px 0;
    padding:0;
}
#menus ul {
	list-style:none;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 10px 5px;
	padding:0;
}
#menus li {
	height:18px;
	margin-bottom:4px;
}
#menus a {
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	letter-spacing:-0.02em;
	color:#333333;
	display:block;
	padding:2px 4px 0 11px;
	height:16px;
	background-image:url(../elements/all-pasive.gif);
	background-repeat:no-repeat;
}
#menus a.active {
	font-weight:bold;
	color:#E85D00;
	background-image:url(../elements/school-active.gif);
}
#menus a:hover {
	text-decoration:underline;
}
#footer{
	background-image:url(../elements/h1active1.gif);
	background-repeat:no-repeat;
}
#contents .noborder{
    border:3px solid #ffffff;
	margin:0 10px 0 10px;
}
input.txt, select.txt {
	border:1px inset #E85D00;
}
legend {
	color:#E85D00;
	font-weight:bold;
}
textarea.small {
	border:1px inset #E85D00;
	font-size:11px;
	width:100%;
}
form .notes {
	border-bottom:1px solid #E85D00;
}
