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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align:left;
	}
	
img {
	border:0px;
	}

a {
	font-size: 11px;
	color: #003d73;
}
a:link {
	text-decoration: none;
	color: #003d73;
}
a:hover {
	text-decoration: underline;
	color: #003d73;
}
a:active {
	text-decoration: none;
	color: #003d73;
}

.link_g a {
	color:#00864b;
	text-decoration:none;
	}
.link_g a:hover {
	color:#00864b;
	text-decoration:underline;
	}
	
	.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

