@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #666;
}
#apDiv1 {
	position:absolute;
	left:1141px;
	top:44px;
	width:147px;
	height:52px;
	z-index:1;
}
.button1 {
	color: #666;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	border: thin solid #ccc;
	background-color: #FFF;
	font-style: italic;
	margin: 5px;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	font-weight: lighter;
}
.button2 {
	color: #666;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	border: thin solid #ccc;
	background-color: #FFF;
	font-style: italic;
	margin: 5px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: lighter;
}
.button3 {
	color: #666;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	border: thin solid #ccc;
	background-color: #FFF;
	font-style: italic;
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: lighter;
}

.button1:hover {
	color: #FFF;
	background-color: #CCC;
    transition: 0.4s;

}
.button2:hover {
	color: #FFF;
	background-color: #CCC;
	transition: 0.4s;
}
.button3:hover {
	color: #FFF;
	background-color: #CCC;
	transition: 0.4s;
}
