* {padding:0; margin:0}
.dropdown01 {
	float:left;
}
.dropdown01 a {
	color: #20B97B;
	text-decoration: none;
}
.dropdown01 dt {
	
}
.dropdown01 dt a {
	background-image: url(../images/mainnavi_back01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 32px;
	width: 134px;
	padding-top: 16px;
	font-size: 14px;
	display: block;
	color: #20B97B;
	text-decoration: none;
}
.small .dropdown01 dt a  {
	font-size: 12px;
}
.medium .dropdown01 dt a {
	font-size: 14px;
}
.large .dropdown01 dt a  {
	font-size: 16px;
}
.dropdown01 dt a:hover {
	background-image: url(../images/mainnavi_back02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
}
.dropdown01 dd {
	position:absolute;
	overflow:hidden;
	width:134px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	font-size: 12px;
	line-height: 1.4em;
}
.dropdown01 ul {
	width:130px;
	list-style:none;
	border: 2px solid #20B97B;
	z-index: 1;
}
.dropdown01 li {display:inline}
.dropdown01 ul a, .dropdown ul a:active, .dropdown ul a:visited {
	display:block;
	color:#20B97B;
	text-decoration:none;
	width:120px;
	background-color: #FFFFFF;
	padding: 5px;
}
.dropdown01 ul a:hover {
	background-color: #E7F5EE;
}
.dropdown01 .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #20B97B;
}
