@charset gutf-8;
/*---------- navi main ------------*/

ul#navi_main {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

ul#navi_main li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

ul#navi_main a {
	margin: 0px;
	padding: 18px 0px 0px;
	width: 152px;
	height: 36px;
	display: block;
	background-image: url(../images/navi_main_01.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
}

ul#navi_main a:hover {
	background-image: url(../images/navi_main_02.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

ul#navi_main a.end {
	margin: 0px;
	padding: 18px 0px 0px;
	width: 151px;
	height: 36px;
	display: block;
	background-image: url(../images/navi_main_01.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

ul#navi_main a.end:hover {
	background-image: url(../images/navi_main_02.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/*---------- navi sub ------------*/

ul#navi_sub {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	font-size: 12px;
}

ul#navi_sub li {
	margin-top: 10px;
	padding: 0px 6px 0px;
	display: inline;
	font-size: 12px;
	list-style-type: none;
	border-right: 1px solid White;
}

ul#navi_sub a {
	margin: 0px;
	padding: 0px;
	color: White;
}

ul#navi_sub a:hover {

}

ul#navi_sub a.atpage,ul#navi_sub a.atpage:hover {
	text-decoration: underline;
}

ul#navi_sub li.end {
	border: none;
}

/*---------- navi side ------------*/

ul#navi_side {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#navi_side li {
	margin: 0px;
	padding: 0px 0px 5px;
}

ul#navi_side a {

}

ul#navi_side a:hover {

}

ul.list_school {
	margin: 0px;
	padding: 1px 9px 5px;
	width: 160px;
	height: auto;
	border: 1px solid Gray;
	list-style-type: none;
	background-image: url(../../../images/back_title_group.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
}

ul.list_school li {
	margin: 0px;
	padding: 0px;
}

ul.list_school li a {
	display: block;
	width: 148px;
	height: 16px;
	margin: 0px;
	padding: 1px 0px 1px 12px;
	_padding: 2px 0px 0px 12px;
	background-image: url(../../../images/header_list_school_02.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}

ul.list_school h5 {
	margin: 0px;
	padding: 1px 0px 4px;	
	font-size: 12px;
	color: White;	
}

ul#list_department {
	margin: 0px;
	padding: 10px;
	width: 160px;
	height: auto;
	list-style-type: none;
}

ul#list_department li {
	margin: 0px;
	padding: 4px 4px 4px 14px;
	background-image: url(../images/header_list_01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

/*---------- navi footer ------------*/

ul#navi_footer {
	width: 100%;
	text-align: center;
	list-style-type: none;
	font-size: 12px;
}

ul#navi_footer li {
	margin: 0px;
	padding: 0px 6px 0px;
	display: inline;
	font-size: 12px;
	border-right: 1px solid Gray;
}

ul#navi_footer li.end {
	border: none;
}

ul#navi_footer li a {
	color: White;
}

/*---------- navi etc ------------*/

ul#reference li {
	list-style-type: none;
}

ul#reference a {
	margin: 20px 9px;
	padding: 12px 0px 0px;
	width: 130px;
	height: 28px;
	display: block;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/navi_reference.jpg);
	background-position: center;
	background-repeat: repeat;
	border: 1px solid InactiveBorder;
	font-size: 12px;
} 


