@charset "utf-8";
/* CSS Document */

#navi {
	position:absolute;
	left: 49px;
	top: 289px;
	width:231px;
	height:454px;
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 22px;
	background-image: url(../images/med7_navi.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-color: #FFF;
	border: 0px solid #B1B4B1;
	font-size: 13px;
	line-height: 1.2em;
}


a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #06C;
	text-align: center;
}

