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

/* navi top */
#naviTOP p {
	margin:0;
}

a.naviT:link {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../pix/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	text-decoration: none;
}
a.naviT:visited {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../pix/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	text-decoration: none;
}
a.naviT:hover {
	color: #660000;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../pix/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	text-decoration: none;
}
a.naviT:active {
	color: #660000;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../pix/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	text-decoration: none;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}



/* navi main */

#naviMAIN ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#naviMAIN li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#naviMAIN ul li a {
	display: block;
	height: 60px;
	width: 127px;
	background: url(../pix/POSMI-navi-main.gif) no-repeat;
	text-indent: -9009px;
	margin: 0;
	padding: 0;
	outline: none;
}
#naviMAIN ul li a:hover {
	background-position: 0 -60px;
}
#naviMAIN ul li#Physicians a {
	width: 170px;
	background-position: -127px 0;
}
#naviMAIN ul li#Physicians a:hover {
	background-position: -127px -60px;
}
#naviMAIN ul li#Testimonial a {
	width: 130px;
	background-position: -297px 0;
}
#naviMAIN ul li#Testimonial a:hover {
	background-position: -297px -60px;
}
#naviMAIN ul li#News a {
	width: 140px;
	background-position: -427px 0;
}
#naviMAIN ul li#News a:hover {
	background-position: -427px -60px;
}
#naviMAIN ul li#PreRegist a {
	width: 164px;
	background-position: -567px 0;
}
#naviMAIN ul li#PreRegist a:hover {
	background-position: -567px -60px;
}
#naviMAIN ul li#FAQ a {
	width: 53px;
	background-position: -731px 0;
}
#naviMAIN ul li#FAQ a:hover {
	background-position: -731px -60px;
}
#naviMAIN ul li#Direction a {
	width: 116px;
	background-position: -784px 0;
}
#naviMAIN ul li#Direction a:hover {
	background-position: -784px -60px;
}




/* navi bottom */

#naviBOTTOM ul {
	display: inline;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}
#naviBOTTOM ul li {
	padding: 0 10px;
	border-left: 1px solid #999999;
	list-style: none;
	display: inline;
	font-size: 10px;
	text-align: center;
	line-height: 25px;
}
#naviBOTTOM li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline; 
}
#naviBOTTOM li a {
	color: #333333;
	text-decoration: none;
}
#naviBOTTOM li a:hover {
	color: #660000;
	text-decoration: none;
}
