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

footer {
	margin-top: 10px;
	padding-bottom: 2px;
	padding-top: 20px;
	background: linear-gradient(to bottom, #f7f7f7 0%, #d7d7d7 100%);
}
footer a,footer #migi a:hover{
	color:#007cc8;
	text-decoration: none;
}
 footer a:hover,footer #migi a {
	color: #ffa500;
	 text-decoration: none;
}
footer #left a{
	color:#007cc8;
	text-decoration: none;
}
 footer #left a:hover {
	color: #ffa500;
	 text-decoration: none;
}

#left {
	float: left;
	width:50%;
}
#migi {
	float: right;
	width:50%;
}
p.holder {
    clear: both;
    text-align: center;
	margin-top:70px;
}
.totop {
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-bottom: 27px solid #FFA500;
    position: fixed;
    bottom: 0;
    right: 40px;
    display: block;
    cursor: pointer;
}
.copy {
	text-align: center;
	margin-top: 10px;
	font-size: 80%;
	margin-bottom: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
}
h5{
	font-size: 1.2em;
}