@charset "utf-8";

/* ページ固有
---------------------------------------------*/
#subNav {
	width: 197px;
	padding: 3px 3px 1px;
	float: left;
	display: inline;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 1px;
	clear: left;
}
#subNav ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#subNav li {
	float: left;
	list-style-type: none;
	width: 197px;
	margin: 0px;
	padding: 0px;
}
#subNav li a {
	display:block;
	overflow:hidden;
	width:197px;
	height:0 !important;
	height /**/:32px;
	padding-top:32px;
	background-image:url(../current_student/img/sub_navi.jpg);
	color:#FFFFFF;
	text-indent: -100px;
}
#subNav01 a {
	background-position:0px 0px;
}
#subNav02 a {
	background-position:0px -32px;
}
#subNav03 a {
	background-position:0px -64px;
}
#subNav04 a {
	background-position:0px -96px;
}


#subNav01 a.stay {
	background-position:-394px -0px;
}
#subNav02 a.stay {
	background-position:-394px -32px;
}
#subNav03 a.stay {
	background-position:-394px -64px;
}
#subNav04 a.stay {
	background-position:-394px -96px;
}


#subNav01 a:hover {
	background-position:-197px -0px;
}
#subNav02 a:hover {
	background-position:-197px -32px;
}
#subNav03 a:hover {
	background-position:-197px -64px;
}

#default {
	display: inline;
	margin: 20px 0px 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 554px;
	height: 600px;
	font-size:13px;
}

#nocont p{
margin-top:20px;
font-size:12px;
color:red;
font-weight:bold;
}
