@charset "UTF-8";
.outerborder {
	width: 722px;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #663300;
}
.med_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #663300
}

.title_footnote {
	color: #FF6600;
	font-size: 12px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #996633;
	font-size: 12px;
}
.menu {
	font-weight: bold;
	margin-top: 10px;
}
a {
	text-decoration: none;
	color: #CC3300;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
.logo {
	float: right;
	position: absolute;
}
.footnote {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
.announcement {
	background-color: #FF6666;
	border: thin dotted #FF0000;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
