@charset "utf-8";
html {
	overflow-y:scroll;
}
body {
	font-size:90%;
	line-height:150%;
	text-align:center;
	margin:0;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	color: #333;
}
a {
	color:#003399;
}
a:hover {
	color:#3399FF;
}
ul, li, ol, dl, dd, dt, p, form, h1, h2, h3, h4, h5, h6, table, th, td {
	margin:0;
	padding:0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.bl {
	text-align:left;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}
#wrapper {
	margin:0 auto;
	text-align:left;
	width:100%;
	background-image: url(../image/common/background.jpg);
	background-repeat: repeat-x;
}
#head {
	height:252px;
	background-image: url(../image/common/head_image.jpg);
	background-repeat: no-repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-position: 0px 32px;
}
#head h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}
#head_navi_area {
	float: right;
	height: 24px;
	width: 189px;
	padding-top: 6px;
}
#head_navi_area .sitemap {
	float: left;
	height: 18px;
	width: 95px;
	margin-right: 12px;
	background-image: url(../image/common/head_navi_sitemap.gif);
	background-repeat: no-repeat;
}
#head_navi_area .lang {
	float: left;
	height: 18px;
	width: 82px;
	background-image: url(../image/common/head_navi_english.gif);
	background-repeat: no-repeat;
}
#navi {
	width:800px;
	height:58px;
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 13px;
}
#navi li {
	float:left;
}
#navi a {
	height:58px;
	background-image: url(../image/common/navi.jpg);
}
#navi .home {
	background-position:0px 0px;
	width:68px;
}
#navi .professor {
	background-position:-68px 0px;
	width:143px;
}
#navi .about {
	background-position:-211px 0px;
	width:140px;
}
#navi .result {
	background-position:-351px 0px;
	width:138px;
}
#navi .classes {
	background-position:-489px 0px;
	width:83px;
}
#navi .member {
	background-position:-572px 0px;
	width:90px;
}
#navi .link {
	background-position:-662px 0px;
	width:54px;
}
#navi .contact {
	background-position:-716px 0px;
	width:84px;
}
#navi .home:hover {
	background-position:0px -58px;
}
#navi .professor:hover {
	background-position:-68px -58px;
}
#navi .about:hover {
	background-position:-211px -58px;
}
#navi .result:hover {
	background-position:-351px -58px;
}
#navi .classes:hover {
	background-position:-489px -58px;
}
#navi .member:hover {
	background-position:-572px -58px;
}
#navi .link:hover {
 background-position:-662px -58px;
}
#navi .contact:hover {
	background-position:-716px -58px;
}
#content {
	width:560px;
	float:left;
	padding: 0px;
	margin-top: 25px;
}
#content_wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#content .article {
	width: 550px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align:justify;
}
#side {
	width:200px;
	float:right;
	padding: 0px;
	margin-top: 25px;
	margin-left: 20px;
}
#side li {
	width: 200px;
	height: 60px;
	margin-bottom: 10px;
}
#side li .student {
	background-image: url(../image/common/banner_student.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
}
#side li .student:hover {
	background-position: 0px -60px;
}
#side li .univ_1 {
	background-image: url(../image/common/banner_univ_1.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
}
#side li .univ_1:hover {
	background-position: 0px -50px;
}

#side li .button {
	background-image: url(../image/common/banner_button.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
}
#side li .button:hover {
	background-position: 0px -60px;
}
#foot ul {
	display:block;
	text-align:center;
	margin-top: 20px;
	background-image: url(../image/common/foot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 13px;
	color: #003399;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#foot li {
	display:inline;
	border-left:1px solid #000;
	padding-left:6px;
	padding-right:3px;
}
#foot li.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 3px;
}
#foot .copyright {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
