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

ul#navigation {
	margin: 0px;
	padding: 0px;
}

ul#navigation li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	list-style-type: none;
}

ul#navigation a {
	margin: 0px;
	padding: 3px 0px 0px 14px;
	width: 136px;
	height: 19px;
	text-align: left;
	display: block;
	background-image: url(../images/navi_01.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

ul#navigation a:hover {
	background-image: url(../images/navi_02.jpg);
}

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

ul#navi_sub {
	margin: 0px;
	padding: 0px;
}

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

ul#navi_sub a {
	margin: 0px;
	padding: 2px 0px 2px 25px;
	width: 118px;
	text-align: left;
	display: block;
	background-image:	url(../images/navi_sub_01.jpg);
	background-position: top;
	background-repeat: no-repeat;

}

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

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

ul#navi_footer {
	width: 100%;
	text-align: center;
}

ul#navi_footer li {
	margin: 0px;
	padding: 0px 4px;
	display: inline;
	font-size: 10px;
	list-style-type: none;
	border-right: 1px solid Gray;
}

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

/*---------- 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;
} 


