@charset "utf-8";
body {
	background-color: #2E6966;
}

/* CSS Document */

.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: underline;
}
.menuTITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3300FF;
	margin-left: 5px;
}
.menuITEM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3300FF;
	margin-left: 10px;
	font-variant: small-caps;
}
.menuITEM a {
	color: #3300FF;
	
}
.menuITEM a:hover {
	font-weight: bold;
	text-decoration: underline;
	clip: rect(auto,auto,auto,10px);
}
.story {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	left: 5px;
	font-weight: normal;
}
.story bullettITEM {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	list-style-position: outside;
	list-style-type: circle;
	line-height: normal;
}
.storyHEAD {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #0000CC;
}
.style2 .style3 a {
	color: #BBBBFF;
}
.noticeItem {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #0000FF;
	text-align: left;
}
.noticeDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #660099;
}

