@charset "UTF-8";

#selector {
	font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "ＭＳ　ゴシック", "Osaka", sans-serif;
	font-size: 11pt;
}

#selector > li {
	display: inline;
	padding: 3px 4px 2px 4px;
	border: 1px solid black;
	color: #f0f0f0;
	cursor: pointer;

	background: #bbbbbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#666666));
	background: -moz-linear-gradient(top, #dddddd, #666666);	
}

#selector > li:hover {
	color: #ffff00;
	background: #00bb00;
	background: -webkit-gradient(linear, left top, left bottom, from(#006600), to(#00dd00));
	background: -moz-linear-gradient(top, #006600, #00dd00);
}

#selector > li.selected {
	color: #ffff00;
	background: #00bb00;
	background: -webkit-gradient(linear, left top, left bottom, from(#006600), to(#00dd00));
	background: -moz-linear-gradient(top, #006600, #00dd00);
}

#selector > li.first {
	padding-left: 5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

#selector > li.last {
	padding-right: 5px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
}


#selector > li.preshow {
	color: black;
	font-weight: bold;
	background: none;
	border: none;
	cursor: default;
	-webkit-transition: all 8s ease-in;
	-moz-transition: all 8s ease-in;
}


#about {
	display: none;
}

#teacher {
	display: none;
}

#mailsend {
	display: none;
}

#tech {
	display: none;
}


#othrlgs {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	border-top: 2px outset #cccccc;
	margin-top: 20px;
}

#othrlgs #logos {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#othrlgs ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
