@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	color: #333333;
}

.menu1 { font-size: 14px; color: #333333; text-decoration: none; }
.menu1:hover { color: #999999; text-decoration: none; }
.menu1:active { text-decoration: none; background-color: #ffffff; }

.link1 { font-size: 14px; color: #999999; text-decoration: underline; }
.link1:hover { color: #999999; text-decoration: none; }
.link1:active { text-decoration: none; background-color: #ffffff; }
/* .link1:visited { text-decoration: none; background-color: #ffffff; } */

.noticeboard-box { color: #FFFFFF; text-decoration: none; font-family: "Comic Sans MS", "Century Gothic", sans-serif; font-size: 18px; }
.noticeboard:link {	color: #ffffff;	text-decoration: none; }
.noticeboard:visited { color: #ffffff;	text-decoration: none; }
.noticeboard:hover { color: #ffffff; text-decoration: underline; }
.noticeboard:active { color: #ffffff;	text-decoration: none; }

.menu2selected {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.menu2 {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}

.menu2:hover {
	color: #999999;
	text-decoration: none;
}

.menu2:active {
	text-decoration: none;
	background-color: #ffffff;
}

.legal {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}


.legal:hover {
	color: #999999;
	text-decoration: none;
}

.legal:active {
	text-decoration: none;
	background-color: #333333;
}

.legal-box {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

.timetable {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.timetable:hover { color: #999999; text-decoration: none; }
.timetable:active { text-decoration: none; background-color: #ffffff; }

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	text-align: left;
}

h3 a:link { text-decoration: none; color: #FFFFFF; } 
h3 a:visited { text-decoration: none; color: #FFFFFF; } 
h3 a:hover { text-decoration: none; color: #999999; } 
h3 a:active { text-decoration: none; color: #999999; }

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

h1 a:link { text-decoration: none; color: #ffffff; } 
h1 a:visited { text-decoration: none; color: #FFFFFF; } 
h1 a:hover { text-decoration: underline; color: #666666; } 
h1 a:active { text-decoration: none; color: #ffffff; }

.timetable-link {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
a.timetable-link:link {color: #ffffff};
a.timetable-link:visited {color: #ffffff};
a.timetable-link:hover { text-decoration: underline; color: #ffffff } 
a.timetable-link:active { text-decoration: none;color: #ffffff }

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

.grey-box {
	background-color: #999999;
	height: 10px;
	width: 100%;
}

.white-14 {
	font-size: 14px;
	margin: 0px;
	color: #FFFFFF;
	line-height: 20px;
	background-color: #666666;
}


.table1 {
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
}

.input {
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	padding: 4px;
}

.inputspam {
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	color: #000000;
	border: 1px solid #bbbbbb;
	padding: 4px;
	background-image: url(../images/kospam.gif);
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}

.textarea {
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	padding: 4px;
}

select {
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	padding: 3px;
}

form { margin: 0px; }
