@charset "utf-8";

*{
	margin:0px;
	padding: 0px;
}

body{
	background-color:#223645;
}

.container {
	width: 820px;
	margin: 0px auto;
	text-align: left;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	color: #999999;
}
.container a {
	color: #FFF5EF;
	text-decoration: none;
}
.container a:hover {
	color: #8295a2;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
img {
	padding: 0;
	margin: 0;
	display: block;
	border: none;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}



/* content */
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}



/* globalnavi */
#globalnavi_bg {
	height: 75px;
	width: 790px;
	background-image: url(../img/globalnavi_bg.gif);
	margin: 0px;
	padding-left: 30px;
}

#globalnavi_logo {
	padding: 0px;
	width: 110px;
	height: 65px;
	background-image: url(../img/logo.gif);
	float: left;
	overflow: hidden;
	margin: 0px;
}
#globalnavi_logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
	text-decoration: none;
}

#supplement {
	display: none;
}

#globalnavi {
	padding: 0px;
	list-style: none;
	width: 600px;
	height: 30px;
	overflow: hidden;
	float: left;
	margin-left: 60px;
	margin-top: 35px;
}
#globalnavi a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/globalnavi.gif);
	text-indent: -1000em;
	text-decoration: none;
}
#globalnavi ul {
	margin: 0px;
	padding: 0px;
}
#globalnavi li {
	width: 120px;
	height: 30px;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}



#topGbtn a {
	background-position: 0px 0;
}
#programGbtn a {
	background-position: -120px 0;
}
#timetableGbtn a {
	background-position: -240px 0;
}
#methodGbtn a {
	background-position: -360px 0;
}
#presentGbtn a {
	background-position: -480px 0;
}


	#topGbtn a:hover,
	#topGbtn a:focus {
		background-position: 0px -30px;
	}
	#programGbtn a:hover,
	#programGbtn a:focus {
		background-position: -120px -30px;
	}
	#timetableGbtn a:hover,
	#timetableGbtn a:focus {
		background-position: -240px -30px;
	}
	#methodGbtn a:hover,
	#methodGbtn a:focus {
		background-position: -360px -30px;
	}
	#presentGbtn a:hover,
	#presentGbtn a:focus {
		background-position: -480px -30px;
	}


#topSection #topGbtn a {
	background-position: 0px -60px;
}
#programSection #programGbtn a {
	background-position: -120px -60px;
}
#timetableSection #timetableGbtn a {
	background-position: -240px -60px;
}
#methodSection #methodGbtn a {
	background-position: -360px -60px;
}
#presentSection #presentGbtn a {
	background-position: -480px -60px;
}



/* footer */
#footer {
	width: 780px;
	clear: both;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 5px;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	float: left;
	background-image: url(../img/footer_icon.gif);
	background-repeat: no-repeat;
	font-size: 60%;
	padding-left: 20px;
	padding-right: 10px;
}
#copy {
	font-size: 60%;
	float: right;
	padding-right: 5px;
}
#footer_line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1A1D26;
	padding-top: 3px;
}
